AppCommandSpeechRecognizer Members
The AppCommandSpeechRecognizer type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
CreateContext(String) |
Creates and
Return ValueISpeechContext. |
|
|
CreateContext(ContainerControl) |
Creates and
Return ValueIWinFormsSpeechContext. |
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
Listen | |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ProcessFile(String) | (Inherited from SpeechRecognizer.) |
|
|
ProcessFile(Stream) | (Inherited from SpeechRecognizer.) |
|
|
ProcessResult | |
|
|
Recognizer_RecognizeCompleted | (Inherited from SpeechRecognizer.) |
|
|
Recognizer_SpeechRecognized | (Inherited from SpeechRecognizer.) |
|
|
Reset | (Inherited from SpeechRecognizer.) |
|
|
Simulate |
Simulates the speech input.
|
|
|
StopListen | |
|
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
ActiveContextName |
Gets or sets
Field Valuethe name of the active ISpeechContext (or IWinFormsSpeechContext. Returns null if ContainerControl of the active IWinFormsSpeechContext context was disposed. |
|
|
GlobalContext |
Gets
Field Valuethe application-wide ISpeechContext. |
|
|
MinimumConfidence |
Gets or sets
Field Valuethe threshold confidence under which a command is deemed unrecognized. The range of valid values is [0, 1]. |
|
|
RecognizedText | (Inherited from SpeechRecognizer.) |

