RecognizeConfig class

Image processing configuration.

Constructors

RecognizeConfig.fromOnlineProcessingConfig(OnlineProcessingConfig onlineProcessingConfig, RecognizeData data)
RecognizeConfig.fromScenario(Scenario scenario, RecognizeData data)

Properties

extPortrait ↔ dynamic
Portrait photo from an external source.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
image → dynamic
no setter
imageInputData List<ImageInputData>?
no setter
images List?
no setter
livePortrait ↔ dynamic
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?