MicrophoneRecognitionClientWithIntent Methods |
The MicrophoneRecognitionClientWithIntent type exposes the following members.
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 | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (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 | Returns a string that represents the current object. (Inherited from Object.) |