recognizedPoint(forKey:)
Retrieves a recognized point for a key.
Declaration
func recognizedPoint(forKey pointKey: VNRecognizedPointKey) throws -> VNRecognizedPointParameters
- pointKey:
The key of the point to retrieve.
Return Value
The recognized point associated with the key.