Interface CombinedDataMatchResult
public interface CombinedDataMatchResult
Interface that must be implemented by combined recognizers which support data matching feature. .
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns result of the data matching algorithm for scanned parts/sides of the document.
-
Field Details
-
CLASS_NAME
- See Also:
-
-
Method Details
-
getDocumentDataMatch
Returns result of the data matching algorithm for scanned parts/sides of the document. For example if date of expiry is scanned from the front and back side of the document and values do not match, this method will returnDataMatchState.Failed
. Result will beDataMatchState.Success
only if scanned values for all fields that are compared are the same. If data matching has not been performed, result will beDataMatchState.NotPerformed
.- Returns:
- result of the data matching algorithm for scanned parts/sides of the document.
-