ORKSpeechRecognitonResult Class Reference
| Inherits from | ORKResult : NSObject |
|---|---|
| Declared in | ORKSpeechRecognitionResult.h ORKSpeechRecognitionResult.m |
Overview
The ORKSpeechRecognitionResult class represents the result of a single successful attempt of an ORKSpeechRecognitionStep.
A speech recognition result is typically generated by the framework as the task proceeds. When the task completes, it may be appropriate to serialize the sample for transmission to a server or to immediately perform analysis on it.
transcription
A hypothesized textual representation of recognized speech SFTranscription is described at: https://developer.apple.com/documentation/speech/sftranscription
@property (nonatomic, copy, nullable) SFTranscription *transcriptionDeclared In
ORKSpeechRecognitionResult.h