MLHandKeyPointAnalyzerSetting class

Constructors

MLHandKeyPointAnalyzerSetting({required String path, int? maxHandResults, int? sceneType})

Properties

hashCode int
The hash code for this object.
no setterinherited
maxHandResults int?
getter/setter pair
path String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sceneType int?
getter/setter pair

Methods

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

Operators

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

Constants

maxHandsNum → const int
Maximum number of returned hand regions.
typeAll → const int
Recognition result return mode. TYPE_ALL indicates that all results are returned.
typeKeyPointOnly → const int
Recognition result return mode. TYPE_KEYPOINT_ONLY indicates that only hand keypoint information is returned.
typeRectOnly → const int
Recognition result return mode. TYPE_RECT_ONLY indicates that only palm information is returned.