PoseLandmarkOptions class
Constructors
- PoseLandmarkOptions({CameraFacing cameraFacing = CameraFacing.front, CameraOrientation cameraOrientation = CameraOrientation.portrait, bool face = true, bool leftArm = true, bool rightArm = true, bool leftWrist = true, bool rightWrist = true, bool torso = true, bool leftLeg = true, bool rightLeg = true, bool leftAnkle = true, bool rightAnkle = true})
Properties
- cameraFacing ↔ CameraFacing
-
getter/setter pair
- cameraOrientation ↔ CameraOrientation
-
getter/setter pair
- face ↔ bool
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- leftAnkle ↔ bool
-
getter/setter pair
- leftArm ↔ bool
-
getter/setter pair
- leftLeg ↔ bool
-
getter/setter pair
- leftWrist ↔ bool
-
getter/setter pair
-
props
→ List<
Object?> -
The list of properties that will be used to determine whether
two instances are equal.
no setter
- rightAnkle ↔ bool
-
getter/setter pair
- rightArm ↔ bool
-
getter/setter pair
- rightLeg ↔ bool
-
getter/setter pair
- rightWrist ↔ bool
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringify → bool?
-
If set to
true
, thetoString
method will be overridden to output this instance'sprops
.no setterinherited - torso ↔ bool
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, bool> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited