Contents

recognizedPoint(_:)

Returns the point for a joint name the observation recognizes.

Declaration

func recognizedPoint(_ jointName: VNAnimalBodyPoseObservation.JointName) throws -> VNRecognizedPoint

Parameters

  • jointName:

    The joint name to retrieve.

Return Value

The point for the joint name.

See Also

Accessing Points