Contents

recognizedPoint(forKey:)

Returns a point for a key you specify.

Declaration

func recognizedPoint(forKey pointKey: VNRecognizedPointKey) throws -> VNRecognizedPoint3D

Parameters

  • pointKey:

    The key of the point to retrieve.

Return Value

The point the observation associates with the key.

See Also

Inspecting the Observation