The SpeechService type exposes the following members.
Back to Top
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| GetGrammarsAsync |
Helper method to initiate the service call that retrieves all grammars available on the server.
| |
| RecognizeSpeechAsync |
Helper method to initiate the service call that executes the speech-to-text translation.
|
Fields
| Name | Description | |
|---|---|---|
| DefaultGrammar |
Name of the default speech grammar.
| |
| DefaultHostName |
Specifies the default service host name. This will be used to create the service url.
| |
| Signature |
Specifies a signature for the REST methods that are part of the speech-to-text service.
|
Properties
| Name | Description | |
|---|---|---|
| HostName |
Gets the Host Name to be used when accessing the service.
|
See Also