Preferences Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | AdmRecoOnlyPreferences.mm SpeechRecognitionService.h |
Other Methods
– init
Initializes this preferences object
- (id)initReturn Value
The preferences object
Discussion
Initializes this preferences object
Declared In
AdmRecoOnlyPreferences.mm
– valueForUndefinedKey:
Gets a value for the specified undefined key
- (id)valueForUndefinedKey:(NSString *)keyParameters
key |
The undefined key |
|---|
Return Value
The value
Discussion
Gets a value for the specified undefined key
Declared In
AdmRecoOnlyPreferences.mm
Other Methods
Locale
Gets or sets the speech recognition locale
@property (nonatomic, copy) NSString *LocaleDiscussion
Gets or sets the speech recognition locale
Declared In
SpeechRecognitionService.h
ServiceUri
Gets or sets the speech recognition service endpoint URI.
@property (nonatomic, copy) NSString *ServiceUriDiscussion
Gets or sets the speech recognition service endpoint URI.
Declared In
SpeechRecognitionService.h
MicrophoneTimeout
The default microphone timeout in milliseconds. A value <= 0 disables automatic microphone shutoff.
@property (nonatomic, strong) NSNumber *MicrophoneTimeoutDiscussion
The default microphone timeout in milliseconds. A value <= 0 disables automatic microphone shutoff.
Declared In
SpeechRecognitionService.h
LoggingLevel
The audio logging level to be used by the service (refer to the SpeechLoggingLevel enumeration for details).
@property (nonatomic, strong) NSNumber *LoggingLevelDiscussion
The audio logging level to be used by the service (refer to the SpeechLoggingLevel enumeration for details).
Declared In
SpeechRecognitionService.h