Interface | Description |
---|---|
ISpeechRecognitionServerEvents |
Handles callbacks for Speech related events
|
Class | Description |
---|---|
AdmRecoOnlyPreferences |
A streamlined set of parameters for use for Adm and Reco situations to configure speech services.
|
Contract |
Preconditions and assertions
|
DataRecognitionClient |
Use the AzureIntelligentServices to do speech recognition with data (for example from a file or audio source).
|
DataRecognitionClientWithIntent |
Use the AzureIntelligentServices to do speech recognition with data (for example from a file or audio source).
|
MicrophoneRecognitionClient |
AzureIntelligentServices speech recognition from the microphone.
|
MicrophoneRecognitionClientWithIntent |
AzureIntelligentServices speech recognition from the microphone.
|
RecognitionResult |
In ShortPhrase mode the client gets one final multiple n-best choice result and
in LongDictation mode the client will receive multiple final results (each with just a
single choice), based on where the server thinks sentence pauses are.
|
RecognizedPhrase |
A Confidence value for the recognized text and the recognized text with a set of processing types
applied to it.
|
SpeechAudioFormat |
The SpeechAudioFormat contains information about how the audio data was recorded and stored
including the type of compression used, number of channels,
sample rate, bits per sample and other attributes.
|
SpeechRecognitionServiceFactory |
Use the AzureIntelligentServices to work with the Speech Recognition Service.
|
Enum | Description |
---|---|
AudioCompressionType |
Indicates the type of compression applied to the audio data
|
Confidence |
Indicates the Confidence level ascribed by the Speech Recognition Server
to each n-best result.
|
RecognitionStatus |
Status on how the recognition was produced.
|
SpeechRecognitionMode |
Determines what type of request to make to the Speech Recognition Server.
|