Package org.robovm.apple.vision
Class VNHumanHandPoseObservationJointsGroupName
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<NSString>
org.robovm.apple.vision.VNHumanHandPoseObservationJointsGroupName
public class VNHumanHandPoseObservationJointsGroupName extends GlobalValueEnumeration<NSString>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVNHumanHandPoseObservationJointsGroupName.AsListMarshalerstatic classVNHumanHandPoseObservationJointsGroupName.Marshalerstatic classVNHumanHandPoseObservationJointsGroupName.Values -
Field Summary
Fields Modifier and Type Field Description static VNHumanHandPoseObservationJointsGroupNameAllstatic VNHumanHandPoseObservationJointsGroupNameIndexFingerstatic VNHumanHandPoseObservationJointsGroupNameLittleFingerstatic VNHumanHandPoseObservationJointsGroupNameMiddleFingerstatic VNHumanHandPoseObservationJointsGroupNameRingFingerstatic VNHumanHandPoseObservationJointsGroupNameThumb -
Method Summary
Modifier and Type Method Description static VNHumanHandPoseObservationJointsGroupNamevalueOf(NSString value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
Thumb
- Since:
- Available in iOS 14.0 and later.
-
IndexFinger
- Since:
- Available in iOS 14.0 and later.
-
MiddleFinger
- Since:
- Available in iOS 14.0 and later.
-
RingFinger
- Since:
- Available in iOS 14.0 and later.
-
LittleFinger
- Since:
- Available in iOS 14.0 and later.
-
All
- Since:
- Available in iOS 14.0 and later.
-
-
Method Details