MLCustomInteractiveLivenessDetectionSetting class

Constructors

MLCustomInteractiveLivenessDetectionSetting({required int detectionTimeOut, required Rect cameraFrame, required Rect faceFrame, required int textMargin, MlBodyActions? action, TextOptions? textOptions, CustomizedLifeCycleListener? customizedLifeCycleListener, String? title, bool? showStatusCodes, Map<int, String>? statusCodes})
MLCustomInteractiveLivenessDetectionSetting.fromJson(String str)
factory
MLCustomInteractiveLivenessDetectionSetting.fromMap(Map<String, dynamic> json)
factory

Properties

action MlBodyActions?
getter/setter pair
cameraFrame Rect
getter/setter pair
customizedLifeCycleListener CustomizedLifeCycleListener?
getter/setter pair
detectionTimeOut int
getter/setter pair
faceFrame Rect
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showStatusCodes bool?
getter/setter pair
statusCodes Map<int, String>?
getter/setter pair
textMargin int
getter/setter pair
textOptions TextOptions?
getter/setter pair
title String?
getter/setter pair

Methods

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

Operators

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

Constants

eyeCloseAction → const int
Blink.
gazedAction → const int
Stare at the screen.
openMouthAction → const int
Open mouth.
shakeDownAction → const int
Nod.
shakeLeftAction → const int
Turn left.
shakeRightAction → const int
Turn right.