RecognizeConfig class
Image processing configuration.
Constructors
- RecognizeConfig.withOnlineProcessingConfig(OnlineProcessingConfig onlineProcessingConfig, RecognizeData recognizeData)
- RecognizeConfig.withScenario(Scenario scenario, RecognizeData recognizeData)
Properties
- data → Uint8List?
-
Binary for processing
no setter
- extPortrait ↔ Uint8List?
-
Portrait photo from an external source.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- image → Uint8List?
-
Image for processing
no setter
-
imageInputData
→ List<
ImageInputData> ? -
Images(with input data) for processing
no setter
-
images
→ List<
Uint8List> ? -
Images for processing
no setter
- livePortrait ↔ Uint8List?
-
Live portrait photo.
getter/setter pair
- oneShotIdentification ↔ bool
-
This parameter is for processing an image that contains a person and
a document and compare the portrait photo from the document with
the person's face. It works only in the single-frame processing,
but not in the video frame processing. Requires network connection.
getter/setter pair
- onlineProcessingConfig → OnlineProcessingConfig?
-
Configuration class for online processing.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scenario → Scenario?
-
Documents processing scenario.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic jsonObject) → RecognizeConfig?