Package org.robovm.apple.vision
Class VNRecognizedPointKey
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<NSString>
org.robovm.apple.vision.VNRecognizedPointKey
public class VNRecognizedPointKey extends GlobalValueEnumeration<NSString>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVNRecognizedPointKey.AsListMarshalerstatic classVNRecognizedPointKey.Marshalerstatic classVNRecognizedPointKey.Values -
Field Summary
Fields Modifier and Type Field Description static VNRecognizedPointKeyBodyLandmarkKeyLeftAnkleDeprecated.Deprecated in iOS 14.0.static VNRecognizedPointKeyBodyLandmarkKeyLeftEarDeprecated.Deprecated in iOS 14.0.static VNRecognizedPointKeyBodyLandmarkKeyLeftElbowDeprecated.Deprecated in iOS 14.0.static VNRecognizedPointKeyBodyLandmarkKeyLeftEyeDeprecated.Deprecated in iOS 14.0.static VNRecognizedPointKeyBodyLandmarkKeyLeftHipDeprecated.Deprecated in iOS 14.0.static VNRecognizedPointKeyBodyLandmarkKeyLeftKneeDeprecated.Deprecated in iOS 14.0.static VNRecognizedPointKeyBodyLandmarkKeyLeftShoulderDeprecated.Deprecated in iOS 14.0.static VNRecognizedPointKeyBodyLandmarkKeyLeftWristDeprecated.Deprecated in iOS 14.0.static VNRecognizedPointKeyBodyLandmarkKeyNeckDeprecated.Deprecated in iOS 14.0.static VNRecognizedPointKeyBodyLandmarkKeyNoseDeprecated.Deprecated in iOS 14.0.static VNRecognizedPointKeyBodyLandmarkKeyRightAnkleDeprecated.Deprecated in iOS 14.0.static VNRecognizedPointKeyBodyLandmarkKeyRightEarDeprecated.Deprecated in iOS 14.0.static VNRecognizedPointKeyBodyLandmarkKeyRightElbowDeprecated.Deprecated in iOS 14.0.static VNRecognizedPointKeyBodyLandmarkKeyRightEyeDeprecated.Deprecated in iOS 14.0.static VNRecognizedPointKeyBodyLandmarkKeyRightHipDeprecated.Deprecated in iOS 14.0.static VNRecognizedPointKeyBodyLandmarkKeyRightKneeDeprecated.Deprecated in iOS 14.0.static VNRecognizedPointKeyBodyLandmarkKeyRightShoulderDeprecated.Deprecated in iOS 14.0.static VNRecognizedPointKeyBodyLandmarkKeyRightWristDeprecated.Deprecated in iOS 14.0.static VNRecognizedPointKeyBodyLandmarkKeyRootDeprecated.Deprecated in iOS 14.0. -
Method Summary
Modifier and Type Method Description static VNRecognizedPointKeyvalueOf(NSString value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
BodyLandmarkKeyNose
Deprecated.Deprecated in iOS 14.0. Use VNHumanBodyPoseObservationJointNameNose- Since:
- Available in iOS 14.0 and later.
-
BodyLandmarkKeyLeftEye
Deprecated.Deprecated in iOS 14.0. Use VNHumanBodyPoseObservationJointNameLeftEye- Since:
- Available in iOS 14.0 and later.
-
BodyLandmarkKeyRightEye
Deprecated.Deprecated in iOS 14.0. Use VNHumanBodyPoseObservationJointNameRightEye- Since:
- Available in iOS 14.0 and later.
-
BodyLandmarkKeyLeftEar
Deprecated.Deprecated in iOS 14.0. Use VNHumanBodyPoseObservationJointNameLeftEar- Since:
- Available in iOS 14.0 and later.
-
BodyLandmarkKeyRightEar
Deprecated.Deprecated in iOS 14.0. Use VNHumanBodyPoseObservationJointNameRightEar- Since:
- Available in iOS 14.0 and later.
-
BodyLandmarkKeyLeftShoulder
Deprecated.Deprecated in iOS 14.0. Use VNHumanBodyPoseObservationJointNameLeftShoulder- Since:
- Available in iOS 14.0 and later.
-
BodyLandmarkKeyRightShoulder
Deprecated.Deprecated in iOS 14.0. Use VNHumanBodyPoseObservationJointNameRightShoulder- Since:
- Available in iOS 14.0 and later.
-
BodyLandmarkKeyNeck
Deprecated.Deprecated in iOS 14.0. Use VNHumanBodyPoseObservationJointNameNeck- Since:
- Available in iOS 14.0 and later.
-
BodyLandmarkKeyLeftElbow
Deprecated.Deprecated in iOS 14.0. Use VNHumanBodyPoseObservationJointNameLeftElbow- Since:
- Available in iOS 14.0 and later.
-
BodyLandmarkKeyRightElbow
Deprecated.Deprecated in iOS 14.0. Use VNHumanBodyPoseObservationJointNameRightElbow- Since:
- Available in iOS 14.0 and later.
-
BodyLandmarkKeyLeftWrist
Deprecated.Deprecated in iOS 14.0. Use VNHumanBodyPoseObservationJointNameLeftWrist- Since:
- Available in iOS 14.0 and later.
-
BodyLandmarkKeyRightWrist
Deprecated.Deprecated in iOS 14.0. Use VNHumanBodyPoseObservationJointNameRightWrist- Since:
- Available in iOS 14.0 and later.
-
BodyLandmarkKeyLeftHip
Deprecated.Deprecated in iOS 14.0. Use VNHumanBodyPoseObservationJointNameLeftHip- Since:
- Available in iOS 14.0 and later.
-
BodyLandmarkKeyRightHip
Deprecated.Deprecated in iOS 14.0. Use VNHumanBodyPoseObservationJointNameRightHip- Since:
- Available in iOS 14.0 and later.
-
BodyLandmarkKeyRoot
Deprecated.Deprecated in iOS 14.0. Use VNHumanBodyPoseObservationJointNameRoot- Since:
- Available in iOS 14.0 and later.
-
BodyLandmarkKeyLeftKnee
Deprecated.Deprecated in iOS 14.0. Use VNHumanBodyPoseObservationJointNameLeftKnee- Since:
- Available in iOS 14.0 and later.
-
BodyLandmarkKeyRightKnee
Deprecated.Deprecated in iOS 14.0. Use VNHumanBodyPoseObservationJointNameRightKnee- Since:
- Available in iOS 14.0 and later.
-
BodyLandmarkKeyLeftAnkle
Deprecated.Deprecated in iOS 14.0. Use VNHumanBodyPoseObservationJointNameLeftAnkle- Since:
- Available in iOS 14.0 and later.
-
BodyLandmarkKeyRightAnkle
Deprecated.Deprecated in iOS 14.0. Use VNHumanBodyPoseObservationJointNameRightAnkle- Since:
- Available in iOS 14.0 and later.
-
-
Method Details