| MicrophoneRecognitionClientWithIntent Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Microsoft.CognitiveServices.SpeechRecognition
 Syntax
Syntaxpublic class MicrophoneRecognitionClientWithIntent : MicrophoneRecognitionClient
The MicrophoneRecognitionClientWithIntent type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AudioStart | 
The microphone is turned on and data from the microphone is sent to the Speech Recognition Service.  
A built in Silence Detector is applied to the microphone data before it is sent to the recognition service.
(Inherited from Conversation.) | 
|  | AudioStop | 
The microphone is turned off and the connection to the Speech Recognition Server is severed.
(Inherited from Conversation.) | 
|  | CreateAudioStream | 
Gets an audio stream with no format specified.  This method is used
when the format information can be detected within the stream itself.
(Inherited from Conversation.) | 
|  | CreateAudioStream(SpeechAudioFormat) | 
Gets an audio stream with the specified format.  Use this method 
when sending raw audio samples.
(Inherited from Conversation.) | 
|  | Dispose | (Inherited from Conversation.) | 
|  | Dispose(Boolean) | (Inherited from Conversation.) | 
|  | EndMicAndRecognition | 
The microphone is turned off and the connection to the Speech Recognition Server is severed.
(Inherited from MicrophoneRecognitionClient.) | 
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | StartMicAndRecognition | 
The microphone is turned on and data from the microphone is sent to the Speech Recognition Service.  
A built in Silence Detector is applied to the microphone data before it is sent to the recognition service.
(Inherited from MicrophoneRecognitionClient.) | 
|  | ToString | (Inherited from Object.) | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AuthenticationUri | 
Represents the authentication service endpoint
(Inherited from Conversation.) | 
 Events
Events| Name | Description | |
|---|---|---|
|  | OnConversationError | 
Event fired when a conversation error occurs
(Inherited from Conversation.) | 
|  | OnIntent | 
Event fired when a Speech Recognition has finished, the recognized text has
been parsed with LUIS for intent and entities, and the structured JSON result is available.
(Inherited from Conversation.) | 
|  | OnMicrophoneStatus | 
Event fired when the microphone recording status has changed.
(Inherited from Conversation.) | 
|  | OnPartialResponseReceived | 
Event fired when a partial response is received
(Inherited from Conversation.) | 
|  | OnResponseReceived | 
Event fired when a response is received
(Inherited from Conversation.) | 
 See Also
See Also