SpeechDataKeyLocation

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

SpeechDataKeyLocation Enum

The SpeechDataKeyLocation enumeration lists the top-level speech configuration database keys.

Used with ISpeechObjectTokenCategory.GetDataKey to read and write token categories.

Definition

Enum SpeechDataKeyLocation
    SDKLDefaultLocation = 0
    SDKLCurrentUser = 1
    SDKLLocalMachine = 2
    SDKLCurrentConfig = 5
End Enum

Elements

SDKLDefaultLocation
The default location is set by ISpObjectTokenCategory.
SDKLCurrentUser
The speech configuration database key HKEY_CURRENT_USER.
SDKLLocalMachine
The speech configuration database key HKEY_LOCAL_MACHINE.
SDKLCurrentConfig
The speech configuration database key HKEY_CURRENT_CONFIG.