PoseLandmarkOptions constructor

PoseLandmarkOptions({
  1. CameraFacing cameraFacing = CameraFacing.front,
  2. CameraOrientation cameraOrientation = CameraOrientation.portrait,
  3. bool face = true,
  4. bool leftArm = true,
  5. bool rightArm = true,
  6. bool leftWrist = true,
  7. bool rightWrist = true,
  8. bool torso = true,
  9. bool leftLeg = true,
  10. bool rightLeg = true,
  11. bool leftAnkle = true,
  12. bool rightAnkle = true,
})

Implementation

PoseLandmarkOptions(
    {this.cameraFacing = CameraFacing.front,
    this.cameraOrientation = CameraOrientation.portrait,
    this.face = true,
    this.leftArm = true,
    this.rightArm = true,
    this.leftWrist = true,
    this.rightWrist = true,
    this.torso = true,
    this.leftLeg = true,
    this.rightLeg = true,
    this.leftAnkle = true,
    this.rightAnkle = true});