FacialRecognitionConfigurationBuilder class

Properties

hashCode int
The hash code for this object.
no setterinherited
isAllowClosedEyes bool
getter/setter pair
isEnrollFace bool
getter/setter pair
lookupMinimumMatchLevel int
getter/setter pair
maxAttempts int
getter/setter pair
readMinimumMatchLevel int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanMinimumMatchLevel int
getter/setter pair

Methods

allowClosedEyes() → dynamic
Allow closed eyes for facial recognition.
build() → dynamic
enrollFace() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setLookupMinimumMatchLevel(dynamic lookupMinimumMatchLevel) → dynamic
setMaxAttempts(int value) → dynamic
Sets the max facial recognitions attempts per a session.
setReadMinimumMatchLevel(dynamic readMinimumMatchLevel) → dynamic
setScanMinimumMatchLevel(dynamic scanMinimumMatchLevel) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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