mixin SpeechStringConstants {** Value is '*'staticconst Str SpeechGrammarTagDictation := "*"** Value is '*+'staticconst Str SpeechGrammarTagUnlimitedDictation := "*+"** Value is '...'staticconst Str SpeechGrammarTagWildcard := "..."** Value is 'AdaptationOn'staticconst Str SpeechPropertyAdaptationOn := "AdaptationOn"** Value is 'AddRemoveWord'staticconst Str SpeechAddRemoveWord := "AddRemoveWord"** Value is 'Attributes'staticconst Str SpeechTokenKeyAttributes := "Attributes"** Value is 'AudioProperties'staticconst Str SpeechAudioProperties := "AudioProperties"** Value is 'AudioVolume'staticconst Str SpeechAudioVolume := "AudioVolume"** Value is 'CLSID'staticconst Str SpeechTokenValueCLSID := "CLSID"** Value is 'ComplexResponseSpeed'staticconst Str SpeechPropertyComplexResponseSpeed := "ComplexResponseSpeed"** Value is 'DefaultTTSRate'staticconst Str SpeechVoiceCategoryTTSRate := "DefaultTTSRate"** Value is 'EngineProperties'staticconst Str SpeechEngineProperties := "EngineProperties"** Value is 'Files'staticconst Str SpeechTokenKeyFiles := "Files"** Value is 'HKEY_CURRENT_USER\SOFTWARE\Microsoft\Speech'staticconst Str SpeechRegistryUserRoot := "HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Speech"** Value is 'HKEY_CURRENT_USER\SOFTWARE\Microsoft\Speech\CurrentUserLexicon'staticconst Str SpeechTokenIdUserLexicon := "HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Speech\\CurrentUserLexicon"** Value is 'HKEY_CURRENT_USER\SOFTWARE\Microsoft\Speech\RecoProfiles'staticconst Str SpeechCategoryRecoProfiles := "HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Speech\\RecoProfiles"** Value is 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech'staticconst Str SpeechRegistryLocalMachineRoot := "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Speech"** Value is 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\AppLexicons'staticconst Str SpeechCategoryAppLexicons := "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Speech\\AppLexicons"** Value is 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\AudioInput'staticconst Str SpeechCategoryAudioIn := "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Speech\\AudioInput"** Value is 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\AudioOutput'staticconst Str SpeechCategoryAudioOut := "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Speech\\AudioOutput"** Value is 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\PhoneConverters'staticconst Str SpeechCategoryPhoneConverters := "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Speech\\PhoneConverters"** Value is 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Recognizers'staticconst Str SpeechCategoryRecognizers := "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Speech\\Recognizers"** Value is 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Voices'staticconst Str SpeechCategoryVoices := "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Speech\\Voices"** Value is 'HighConfidenceThreshold'staticconst Str SpeechPropertyHighConfidenceThreshold := "HighConfidenceThreshold"** Value is 'LowConfidenceThreshold'staticconst Str SpeechPropertyLowConfidenceThreshold := "LowConfidenceThreshold"** Value is 'MicTraining'staticconst Str SpeechMicTraining := "MicTraining"** Value is 'NormalConfidenceThreshold'staticconst Str SpeechPropertyNormalConfidenceThreshold := "NormalConfidenceThreshold"** Value is 'RecoProfileProperties'staticconst Str SpeechRecoProfileProperties := "RecoProfileProperties"** Value is 'ResourceUsage'staticconst Str SpeechPropertyResourceUsage := "ResourceUsage"** Value is 'ResponseSpeed'staticconst Str SpeechPropertyResponseSpeed := "ResponseSpeed"** Value is 'Sentence'staticconst Str SpeechVoiceSkipTypeSentence := "Sentence"** Value is 'Spelling'staticconst Str SpeechDictationTopicSpelling := "Spelling"** Value is 'UI'staticconst Str SpeechTokenKeyUI := "UI"** Value is 'UserTraining'staticconst Str SpeechUserTraining := "UserTraining"** Value is '{7CEEF9F9-3D13-11d2-9EE7-00C04F797396}'staticconst Str SpeechAudioFormatGUIDText := "{7CEEF9F9-3D13-11d2-9EE7-00C04F797396}"** Value is '{C31ADBAE-527F-4ff5-A230-F62BB61FF70C}'staticconst Str SpeechAudioFormatGUIDWave := "{C31ADBAE-527F-4ff5-A230-F62BB61FF70C}"}