Uses of Class
org.robovm.apple.vision.VNRecognizedPoint
| Package | Description |
|---|---|
| org.robovm.apple.vision |
-
Uses of VNRecognizedPoint in org.robovm.apple.vision
Methods in org.robovm.apple.vision that return VNRecognizedPoint Modifier and Type Method Description VNRecognizedPointVNRecognizedPointsObservation. getRecognizedPoint(VNRecognizedPointKey pointKey)VNRecognizedPointVNHumanBodyPoseObservation. recognizedPoint(VNHumanBodyPoseObservationJointName jointName)VNRecognizedPointVNHumanHandPoseObservation. recognizedPoint(VNHumanHandPoseObservationJointName jointName)Methods in org.robovm.apple.vision that return types with arguments of type VNRecognizedPoint Modifier and Type Method Description NSDictionary<NSString,VNRecognizedPoint>VNRecognizedPointsObservation. getRecognizedPoints(VNRecognizedPointGroupKey groupKey)NSDictionary<NSString,VNRecognizedPoint>VNHumanBodyPoseObservation. recognizedPoints(VNHumanBodyPoseObservationJointsGroupName jointsGroupName)NSDictionary<NSString,VNRecognizedPoint>VNHumanHandPoseObservation. recognizedPoints(VNHumanHandPoseObservationJointsGroupName jointsGroupName)