documentDataMatch property

DataMatchResult? documentDataMatch
getter/setter pair

Returns DataMatchResultSuccess if data from scanned parts/sides of the document match, DataMatchResultFailed otherwise. 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 return DataMatchResultFailed. Result will be DataMatchResultSuccess only if scanned values for all fields that are compared are the same.

Implementation

DataMatchResult? documentDataMatch;