Package org.robovm.apple.vision
Class VNRecognizedPointGroupKey.Values
java.lang.Object
org.robovm.apple.vision.VNRecognizedPointGroupKey.Values
- Enclosing class:
- VNRecognizedPointGroupKey
public static class VNRecognizedPointGroupKey.Values extends Object
-
Constructor Summary
Constructors Constructor Description Values() -
Method Summary
Modifier and Type Method Description static NSStringBodyLandmarkRegionKeyFace()Deprecated.Deprecated in iOS 14.0.static NSStringBodyLandmarkRegionKeyLeftArm()Deprecated.Deprecated in iOS 14.0.static NSStringBodyLandmarkRegionKeyLeftLeg()Deprecated.Deprecated in iOS 14.0.static NSStringBodyLandmarkRegionKeyRightArm()Deprecated.Deprecated in iOS 14.0.static NSStringBodyLandmarkRegionKeyRightLeg()Deprecated.Deprecated in iOS 14.0.static NSStringBodyLandmarkRegionKeyTorso()Deprecated.Deprecated in iOS 14.0.static NSStringRecognizedPointGroupKeyAll()
-
Constructor Details
-
Values
public Values()
-
-
Method Details
-
RecognizedPointGroupKeyAll
- Since:
- Available in iOS 14.0 and later.
-
BodyLandmarkRegionKeyFace
Deprecated.Deprecated in iOS 14.0. Use VNHumanBodyPoseObservationJointsGroupNameFace- Since:
- Available in iOS 14.0 and later.
-
BodyLandmarkRegionKeyTorso
Deprecated.Deprecated in iOS 14.0. Use VNHumanBodyPoseObservationJointsGroupNameTorso- Since:
- Available in iOS 14.0 and later.
-
BodyLandmarkRegionKeyLeftArm
Deprecated.Deprecated in iOS 14.0. Use VNHumanBodyPoseObservationJointsGroupNameLeftArm- Since:
- Available in iOS 14.0 and later.
-
BodyLandmarkRegionKeyRightArm
Deprecated.Deprecated in iOS 14.0. Use VNHumanBodyPoseObservationJointsGroupNameRightArm- Since:
- Available in iOS 14.0 and later.
-
BodyLandmarkRegionKeyLeftLeg
Deprecated.Deprecated in iOS 14.0. Use VNHumanBodyPoseObservationJointsGroupNameLeftLeg- Since:
- Available in iOS 14.0 and later.
-
BodyLandmarkRegionKeyRightLeg
Deprecated.Deprecated in iOS 14.0. Use VNHumanBodyPoseObservationJointsGroupNameRightLeg- Since:
- Available in iOS 14.0 and later.
-