Class VNRecognizedPointGroupKey


public class VNRecognizedPointGroupKey
extends GlobalValueEnumeration<NSString>
  • Field Details

    • RecognizedPointGroupKeyAll

      public static final VNRecognizedPointGroupKey RecognizedPointGroupKeyAll
      Since:
      Available in iOS 14.0 and later.
    • BodyLandmarkRegionKeyFace

      @Deprecated public static final VNRecognizedPointGroupKey BodyLandmarkRegionKeyFace
      Deprecated.
      Deprecated in iOS 14.0. Use VNHumanBodyPoseObservationJointsGroupNameFace
      Since:
      Available in iOS 14.0 and later.
    • BodyLandmarkRegionKeyTorso

      @Deprecated public static final VNRecognizedPointGroupKey BodyLandmarkRegionKeyTorso
      Deprecated.
      Deprecated in iOS 14.0. Use VNHumanBodyPoseObservationJointsGroupNameTorso
      Since:
      Available in iOS 14.0 and later.
    • BodyLandmarkRegionKeyLeftArm

      @Deprecated public static final VNRecognizedPointGroupKey BodyLandmarkRegionKeyLeftArm
      Deprecated.
      Deprecated in iOS 14.0. Use VNHumanBodyPoseObservationJointsGroupNameLeftArm
      Since:
      Available in iOS 14.0 and later.
    • BodyLandmarkRegionKeyRightArm

      @Deprecated public static final VNRecognizedPointGroupKey BodyLandmarkRegionKeyRightArm
      Deprecated.
      Deprecated in iOS 14.0. Use VNHumanBodyPoseObservationJointsGroupNameRightArm
      Since:
      Available in iOS 14.0 and later.
    • BodyLandmarkRegionKeyLeftLeg

      @Deprecated public static final VNRecognizedPointGroupKey BodyLandmarkRegionKeyLeftLeg
      Deprecated.
      Deprecated in iOS 14.0. Use VNHumanBodyPoseObservationJointsGroupNameLeftLeg
      Since:
      Available in iOS 14.0 and later.
    • BodyLandmarkRegionKeyRightLeg

      @Deprecated public static final VNRecognizedPointGroupKey BodyLandmarkRegionKeyRightLeg
      Deprecated.
      Deprecated in iOS 14.0. Use VNHumanBodyPoseObservationJointsGroupNameRightLeg
      Since:
      Available in iOS 14.0 and later.
  • Method Details