FaceSessionConfigurationBuilder class
Constructors
Properties
- appearanceMode ↔ AppearanceMode
-
getter/setter pair
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAllowClosedEyes ↔ bool
-
getter/setter pair
- isReturnDataForIncompleteSession ↔ bool
-
getter/setter pair
- isRootedDeviceAllowed ↔ bool
-
getter/setter pair
- isSecuredWindowsDisabled ↔ bool
-
getter/setter pair
- maxAttempts ↔ int
-
getter/setter pair
- minimumMatchLevel ↔ int
-
getter/setter pair
- nonce ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sessionId ↔ String?
-
getter/setter pair
Methods
-
allowClosedEyes(
) → dynamic - Allow closed eyes for the Face Session
-
build(
) → dynamic -
disableSecureWindow(
) → dynamic -
enableRootedDeviceUsage(
) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
returnDataForIncompleteSession(
) → dynamic - Enable return data for incompleteSession for the Face Session
-
setAppearanceMode(
dynamic appearanceMode) → dynamic -
setMaxAttempts(
int value) → dynamic - Sets the max facial recognitions attempts per a session.
-
setMinimumMatchLevel(
dynamic value) → dynamic -
setNonce(
dynamic nonce) → dynamic -
setSessionId(
dynamic sessionId) → dynamic -
setToken(
dynamic token) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited