Accelerate the Value of Data

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:

Table 1. Result Classification 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:
  • Verification Level is equal to or greater than the MinVerificationLevel value.
  • Match Score is equal to or greater than the MinMatchScore value.
  • Field Status for Premise/Throughfare/Locality/AdminArea indicates one of the following:
    • Verified No change
    • Verified Alias Change
    • Verified Small Change
    • Added
RES_REJECT Stands for Rejected and denotes that the result is rejected. This value is returned if any of the following conditions are met:
  • Verification Level is less than the MinVerificationLevel value.
  • Match Score is less than the MinMatchScore value.
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.