CollectOcrResult class
The result of a successful invocation of collectOcr. This object
contains the status of the request and the extracted information from the
document or the execution message.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- msg ↔ String?
-
OCR execution message.
getter/setter pair
- ocrInfo ↔ OcrInfo?
-
OCR data for the back or front of a document.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ OcrStatusEnum
-
The status of the
collectOcrrequest.getter/setter pair
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