DocumentAutoCaptureResult class final
Result of the Document Auto Capture UI component.
- Annotations
Properties
- bgraRawImage → BgraRawImage
-
BGRA raw image.
final
- content → Uint8List
-
Binary content for server-side evaluation.
final
- document → DocumentDetectorDocument?
-
Detected document in the image. Might be
null
only if DocumentAutoCaptureWidgetController.requestCapture was used to get the result.final - hashCode → int
-
The hash code for this object.
no setterinherited
- machineReadableZone → MachineReadableZone?
-
Machine Readable Zone. This property is present if MRZ reading is enabled.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- travelDocumentType → TravelDocumentType?
-
Travel document type according to the ICAO Doc 9303. This property is present if MRZ reading is enabled.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited