DocumentFaceRecognizerResult class

Result object for DocumentFaceRecognizer.

Inheritance

Constructors

DocumentFaceRecognizerResult(Map<String, dynamic> nativeResult)

Properties

documentLocation Quadrilateral?
Quadrangle represeting corner points of the document within the input image.
getter/setter pair
faceImage String?
face image from the document if enabled with returnFaceImage property.
getter/setter pair
faceLocation Quadrilateral?
Quadrangle represeting corner points of the face image within the input image.
getter/setter pair
fullDocumentImage String?
full document image if enabled with returnFullDocumentImage property.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
resultState RecognizerResultState
State of the result. It is always one of the values represented by RecognizerResultState enum
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited