Understanding Address Cleansing Result Classification
Once the address cleansing function has finished working with an address record, the
ResultClassification
field classifies the result.
The result is classified into the following three categories:
Accepted
Rejected
Review
The ResultClassification
field defines the logic by configuring the
MinMatchScore
and MinVerificationLevel
properties
of the address cleansing function.
The following table describes the possible ResultClassification
values:
Result Classification values | Description |
---|---|
RES_ACCEPT |
Stands for Accepted and denotes that the result is accepted. This value is returned if all of the following conditions are met:
|
RES_REJECT |
Stands for Rejected and denotes that the result is rejected. This value is returned if any of the following conditions are met:
|
RES_REVIEW |
Stands for Review and denotes that the result has to
be reviewed. This value is returned for all other records that are not
classified as RES_ACCEPT or
RES_REJECT . |