recognizedPoint(forKey:)
Returns a point for a key you specify.
Declaration
func recognizedPoint(forKey pointKey: VNRecognizedPointKey) throws -> VNRecognizedPoint3DParameters
- pointKey:
The key of the point to retrieve.
Return Value
The point the observation associates with the key.