Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Speech API 5.4
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.