recognizedPoint(_:)
Retrieves the recognized point for a joint name.
Declaration
func recognizedPoint(_ jointName: VNHumanHandPoseObservation.JointName) throws -> VNRecognizedPointParameters
- jointName:
The joint name of the point to retrieve.
Return Value
The point for the joint name.