DocumentFaceRecognizer class

Class for configuring Document Face Recognizer Recognizer.

Document Face Recognizer recognizer is used for scanning documents containing face images.

Inheritance
Annotations
  • @JsonSerializable()

Constructors

DocumentFaceRecognizer()
DocumentFaceRecognizer.fromJson(Map<String, dynamic> json)
factory

Properties

detectorType DocumentFaceDetectorType
Type of docment this recognizer will scan.
getter/setter pair
faceImageDpi int
Property for setting DPI for face images Valid ranges are 100,400. Setting DPI out of valid ranges throws an exception
getter/setter pair
fullDocumentImageDpi int
Property for setting DPI for full document images Valid ranges are 100,400. Setting DPI out of valid ranges throws an exception
getter/setter pair
fullDocumentImageExtensionFactors ImageExtensionFactors
Image extension factors for full document image.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
numStableDetectionsThreshold int
Defines how many times the same document should be detected before the detector returns this document as a result of the deteciton
getter/setter pair
recognizerType String
Type of recognizer
getter/setter pairinherited
returnFaceImage bool
Sets whether face image from ID card should be extracted
getter/setter pair
returnFullDocumentImage bool
Sets whether full document image of ID card should be extracted.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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