Preferences Class Reference

Inherits from NSObject
Declared in AdmRecoOnlyPreferences.mm
SpeechRecognitionService.h

Overview

A base set of parameters to configure speech services.

Other Methods

– init

Initializes this preferences object

- (id)init

Return 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 *)key

Parameters

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 *Locale

Discussion

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 *ServiceUri

Discussion

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 *MicrophoneTimeout

Discussion

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 *LoggingLevel

Discussion

The audio logging level to be used by the service (refer to the SpeechLoggingLevel enumeration for details).

Declared In

SpeechRecognitionService.h