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