recognizedPoints(forGroupKey:)
Retrieves the recognized points for a key.
Declaration
func recognizedPoints(forGroupKey groupKey: VNRecognizedPointGroupKey) throws -> [VNRecognizedPointKey : VNRecognizedPoint]Parameters
- groupKey:
The group key to retrieve recognized points for.
Return Value
A dictionary of labeled points for the group.