recognizedText(strokeIDs:)
Returns the recognized text from the specified strokes in the drawing.
Declaration
final func recognizedText(strokeIDs: Set<UUID>? = nil) async -> String?Parameters
- strokeIDs:
The
ids of thePKStrokesindrawingto analyze. Passnilto return the recognized text from the whole drawing.