Microsoft Speech Platform
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.