Contents

recognizedPoints(_:)

Returns the points for a joint group name the observation recognizes.

Declaration

func recognizedPoints(_ jointsGroupName: VNAnimalBodyPoseObservation.JointsGroupName) throws -> [VNAnimalBodyPoseObservation.JointName : VNRecognizedPoint]

Parameters

  • jointsGroupName:

    The joint group of the points to retrieve.

Return Value

The dictionary of points the observation associates with the group name.

See Also

Accessing Points