RecognizeConfig class

Constructors

RecognizeConfig()

Properties

extPortrait String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
image String?
getter/setter pair
imageInputData List<ImageInputData?>
getter/setter pair
images List<String?>
getter/setter pair
livePortrait String?
getter/setter pair
oneShotIdentification bool?
getter/setter pair
onlineProcessingConfig OnlineProcessingConfig?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scenario String?
getter/setter pair

Methods

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

Operators

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

Static Methods

fromJson(dynamic jsonObject) RecognizeConfig?