RecognitionResult Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | RecognitionResult.m SpeechRecognitionService.h |
RecognitionStatus
The recognition status from the service
@property (nonatomic, assign) RecognitionStatusDiscussion
The recognition status from the service
Declared In
SpeechRecognitionService.h
RecognizedPhrase
A set of N-best confidence values and recognized texts. The N-best result represents the recognition service’s best estimates of what was actually spoken.
@property (nonatomic, strong) NSArray *RecognizedPhraseDiscussion
A set of N-best confidence values and recognized texts. The N-best result represents the recognition service’s best estimates of what was actually spoken.
Declared In
SpeechRecognitionService.h