Class DocumentReaderComparison
java.lang.Object
com.regula.documentreader.api.results.DocumentReaderComparison
structure describing single value of the field
-
Field Summary
Modifier and TypeFieldDescriptionint
one ofeRPRM_ResultType
values indicating the value's origin sourceint
one ofeRPRM_ResultType
values indicating the value's origin sourceint
one ofeCheckResult
values, indicating the status of field comparisons -
Constructor Summary
-
Method Summary
-
Field Details
-
sourceTypeLeft
public int sourceTypeLeftone ofeRPRM_ResultType
values indicating the value's origin source -
sourceTypeRight
public int sourceTypeRightone ofeRPRM_ResultType
values indicating the value's origin source -
status
public int statusone ofeCheckResult
values, indicating the status of field comparisons
-
-
Constructor Details
-
DocumentReaderComparison
public DocumentReaderComparison()
-