Package org.robovm.apple.vision
Class VNHumanBodyPoseObservationJointsGroupName
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<NSString>
org.robovm.apple.vision.VNHumanBodyPoseObservationJointsGroupName
public class VNHumanBodyPoseObservationJointsGroupName extends GlobalValueEnumeration<NSString>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVNHumanBodyPoseObservationJointsGroupName.AsListMarshalerstatic classVNHumanBodyPoseObservationJointsGroupName.Marshalerstatic classVNHumanBodyPoseObservationJointsGroupName.Values -
Field Summary
Fields Modifier and Type Field Description static VNHumanBodyPoseObservationJointsGroupNameAllstatic VNHumanBodyPoseObservationJointsGroupNameFacestatic VNHumanBodyPoseObservationJointsGroupNameLeftArmstatic VNHumanBodyPoseObservationJointsGroupNameLeftLegstatic VNHumanBodyPoseObservationJointsGroupNameRightArmstatic VNHumanBodyPoseObservationJointsGroupNameRightLegstatic VNHumanBodyPoseObservationJointsGroupNameTorso -
Method Summary
Modifier and Type Method Description static VNHumanBodyPoseObservationJointsGroupNamevalueOf(NSString value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
Face
- Since:
- Available in iOS 14.0 and later.
-
Torso
- Since:
- Available in iOS 14.0 and later.
-
LeftArm
- Since:
- Available in iOS 14.0 and later.
-
RightArm
- Since:
- Available in iOS 14.0 and later.
-
LeftLeg
- Since:
- Available in iOS 14.0 and later.
-
RightLeg
- Since:
- Available in iOS 14.0 and later.
-
All
- Since:
- Available in iOS 14.0 and later.
-
-
Method Details