Package org.robovm.apple.vision
Class VNRecognizedPointGroupKey
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<NSString>
org.robovm.apple.vision.VNRecognizedPointGroupKey
public class VNRecognizedPointGroupKey extends GlobalValueEnumeration<NSString>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVNRecognizedPointGroupKey.AsListMarshalerstatic classVNRecognizedPointGroupKey.Marshalerstatic classVNRecognizedPointGroupKey.Values -
Field Summary
Fields Modifier and Type Field Description static VNRecognizedPointGroupKeyBodyLandmarkRegionKeyFaceDeprecated.Deprecated in iOS 14.0.static VNRecognizedPointGroupKeyBodyLandmarkRegionKeyLeftArmDeprecated.Deprecated in iOS 14.0.static VNRecognizedPointGroupKeyBodyLandmarkRegionKeyLeftLegDeprecated.Deprecated in iOS 14.0.static VNRecognizedPointGroupKeyBodyLandmarkRegionKeyRightArmDeprecated.Deprecated in iOS 14.0.static VNRecognizedPointGroupKeyBodyLandmarkRegionKeyRightLegDeprecated.Deprecated in iOS 14.0.static VNRecognizedPointGroupKeyBodyLandmarkRegionKeyTorsoDeprecated.Deprecated in iOS 14.0.static VNRecognizedPointGroupKeyRecognizedPointGroupKeyAll -
Method Summary
Modifier and Type Method Description static VNRecognizedPointGroupKeyvalueOf(NSString value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field 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.
-
-
Method Details