Key |
Description |
---|---|
UG_CONFIRMED |
A scoring flag indicating that the step verified and assessed the input gender value as correct, the value determined from first name and/or last name equals to the input value. The input value is stored in the output. |
UG_CHANGED |
A scoring flag indicating that the gender value was changed. The determination process based on both first and last name returns the value opposite of what is in the input, and the determined value is stored in the output. |
UG_MISMATCH |
A scoring flag indicating that the value determined from the first name does not equal the one determined from the last name. The input value is stored in the output. |
UG_UNDECIDABLE |
A scoring flag indicating that it is not possible to determine what the gender value is using the given first and last name. The input value is stored in the output. |
UG_CHANGE_SUGGESTION |
A scoring flag indicating that the step assessed the input gender value as incorrect, but does not have enough information to determine the final value based on both first and last name (i.e. only one of the components satisfies the threshold in the appropriate dictionary). At the same time, the estimated (probable) value is stored in the estimatedGender property and the input value is stored in the output. |
UG_GENDER_MISMATCH |
A scoring flag indicating that the gender data contains an unknown value. |
UG_NAME_UNKNOWN |
A scoring flag indicating that both the input first name and last name are provided but not found in the dictionary. |
UG_SURNAME_UNKNOWN |
A scoring flag indicating that the input last name is provided but not found in the dictionary. |
iWay Software |