DocumentReaderResults class
Constructors
Properties
- authenticityResult ↔ DocumentReaderAuthenticityResult?
-
getter/setter pair
-
barcodePosition
↔ List<
ElementPosition?> -
getter/setter pair
- barcodeResult ↔ DocumentReaderBarcodeResult?
-
getter/setter pair
- chipPage ↔ int?
-
getter/setter pair
-
documentPosition
↔ List<
ElementPosition?> -
getter/setter pair
- documentReaderNotification ↔ DocumentReaderNotification?
-
getter/setter pair
-
documentType
↔ List<
DocumentReaderDocumentType?> -
getter/setter pair
- elapsedTime ↔ int?
-
getter/setter pair
- elapsedTimeRFID ↔ int?
-
getter/setter pair
- graphicResult ↔ DocumentReaderGraphicResult?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- highResolution ↔ bool?
-
getter/setter pair
-
imageQuality
↔ List<
ImageQualityGroup?> -
getter/setter pair
- irElapsedTime ↔ int?
-
getter/setter pair
- morePagesAvailable ↔ int?
-
getter/setter pair
-
mrzPosition
↔ List<
ElementPosition?> -
getter/setter pair
- ppmIn ↔ int?
-
getter/setter pair
- processingFinishedStatus ↔ int?
-
getter/setter pair
- rawResult ↔ String?
-
getter/setter pair
- rfidResult ↔ int?
-
getter/setter pair
- rfidSessionData ↔ RFIDSessionData?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ DocumentReaderResultsStatus?
-
getter/setter pair
- textResult ↔ DocumentReaderTextResult?
-
getter/setter pair
- vdsncData ↔ VDSNCData?
-
getter/setter pair
- videoCaptureSessionId ↔ String?
-
getter/setter pair
Methods
-
containers(
List< int> resultType) → Future<String?> -
encryptedContainers(
) → Future< String?> -
graphicFieldByTypeSource(
int fieldType, int source) → Future< DocumentReaderGraphicField?> -
graphicFieldByTypeSourcePageIndex(
int fieldType, int source, int pageIndex) → Future< DocumentReaderGraphicField?> -
graphicFieldByTypeSourcePageIndexLight(
int fieldType, int source, int pageIndex, int light) → Future< DocumentReaderGraphicField?> -
graphicFieldImageByType(
int fieldType) → Future< Uri?> -
graphicFieldImageByTypeSource(
int fieldType, int source) → Future< Uri?> -
graphicFieldImageByTypeSourcePageIndex(
int fieldType, int source, int pageIndex) → Future< Uri?> -
graphicFieldImageByTypeSourcePageIndexLight(
int fieldType, int source, int pageIndex, int light) → Future< Uri?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
textFieldByType(
int fieldType) → Future< DocumentReaderTextField?> -
textFieldByTypeLcid(
int fieldType, int lcid) → Future< DocumentReaderTextField?> -
textFieldValueByType(
int fieldType) → Future< String?> -
textFieldValueByTypeLcid(
int fieldType, int lcid) → Future< String?> -
textFieldValueByTypeLcidSource(
int fieldType, int lcid, int source) → Future< String?> -
textFieldValueByTypeLcidSourceOriginal(
int fieldType, int lcid, int source, bool original) → Future< String?> -
textFieldValueByTypeSource(
int fieldType, int source) → Future< String?> -
textFieldValueByTypeSourceOriginal(
int fieldType, int source, bool original) → Future< String?> -
toJson(
) → Map -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic jsonObject) → DocumentReaderResults?