The enumeration SpeechUI defines settings, which Microsoft Speech engine supports.
Namespace:
SGP.SpeechAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
| C# |
|---|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] public enum SpeechUI |
Members
| Member name | Description | |
|---|---|---|
| AddRemoveWord |
Defines UI to modify the lexicon.
| |
| AudioProperties |
Defines UI to an audio object's properties.
| |
| AudioVolume |
Defines UI to an audio object's volume.
| |
| EngineProperties |
Defines UI for changing TTS or SR engine's properties on a per-user basis.
| |
| MicTraining |
Defines UI to a speech recognition engine's microphone training.
| |
| RecoProfileProperties |
Defines UI to the properties associated with a specific recognition profile.
| |
| UserTraining |
Defines UI to an SR Engine's User Training.
|