Class DocumentReaderComparison
- java.lang.Object
-
- com.regula.documentreader.api.results.DocumentReaderComparison
-
public class DocumentReaderComparison extends java.lang.Object
structure describing single value of the field
-
-
Field Summary
Fields Modifier and Type Field Description int
sourceTypeLeft
one ofeRPRM_ResultType
values indicating the value's origin sourceint
sourceTypeRight
one ofeRPRM_ResultType
values indicating the value's origin sourceint
status
one ofeCheckResult
values, indicating the status of field comparisons
-
Constructor Summary
Constructors Constructor Description DocumentReaderComparison()
-
-
-
Field Detail
-
sourceTypeLeft
public int sourceTypeLeft
one ofeRPRM_ResultType
values indicating the value's origin source
-
sourceTypeRight
public int sourceTypeRight
one ofeRPRM_ResultType
values indicating the value's origin source
-
status
public int status
one ofeCheckResult
values, indicating the status of field comparisons
-
-