MediaPipeTasksVision Framework Reference

HandLandmark

enum HandLandmark : UInt, @unchecked Sendable

The enum containing the 21 hand landmarks.

  • Undocumented

    Declaration

    Swift

    case wrist = 0
  • Undocumented

    Declaration

    Swift

    case thumbCMC = 1
  • Undocumented

    Declaration

    Swift

    case thumbMCP = 2
  • Undocumented

    Declaration

    Swift

    case thumbIP = 3
  • Undocumented

    Declaration

    Swift

    case thumbTIP = 4
  • Undocumented

    Declaration

    Swift

    case indexFingerMCP = 5
  • Undocumented

    Declaration

    Swift

    case indexFingerPIP = 6
  • Undocumented

    Declaration

    Swift

    case indexFingerDIP = 7
  • Undocumented

    Declaration

    Swift

    case indexFingerTIP = 8
  • Undocumented

    Declaration

    Swift

    case middleFingerMCP = 9
  • Undocumented

    Declaration

    Swift

    case middleFingerPIP = 10
  • Undocumented

    Declaration

    Swift

    case middleFingerDIP = 11
  • Undocumented

    Declaration

    Swift

    case middleFingerTIP = 12
  • Undocumented

    Declaration

    Swift

    case ringFingerMCP = 13
  • Undocumented

    Declaration

    Swift

    case ringFingerPIP = 14
  • Undocumented

    Declaration

    Swift

    case ringFingerDIP = 15
  • Undocumented

    Declaration

    Swift

    case ringFingerTIP = 16
  • Undocumented

    Declaration

    Swift

    case pinkyMCP = 17
  • Undocumented

    Declaration

    Swift

    case pinkyPIP = 18
  • Undocumented

    Declaration

    Swift

    case pinkyDIP = 19
  • Undocumented

    Declaration

    Swift

    case pinkyTIP = 20