Class DocumentReaderTextSource
- java.lang.Object
-
- com.regula.documentreader.api.results.DocumentReaderTextSource
-
public class DocumentReaderTextSource extends java.lang.Object
structure describing single value of the field
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
source
values indicating the value's origin sourceint
sourceType
one ofeRPRM_ResultType
values indicating the value's origin sourceint
validityStatus
one ofeCheckResult
values, indicating overall validity status of all text fields of this source type
-
Constructor Summary
Constructors Constructor Description DocumentReaderTextSource()
-
-
-
Field Detail
-
sourceType
public int sourceType
one ofeRPRM_ResultType
values indicating the value's origin source
-
source
public java.lang.String source
values indicating the value's origin source
-
validityStatus
public int validityStatus
one ofeCheckResult
values, indicating overall validity status of all text fields of this source type
-
-