Click or drag to resize
Conversation Constructor
Initializes a new instance of the Conversation class.

Namespace: Microsoft.CognitiveServices.SpeechRecognition
Assembly: SpeechClient (in SpeechClient.dll) Version: 0.0.0.0
Syntax
public Conversation(
	SpeechRecognitionMode speechRecognitionMode,
	Preferences prefs
)

Parameters

speechRecognitionMode
Type: Microsoft.CognitiveServices.SpeechRecognitionSpeechRecognitionMode
The desired mode to use with the Speech Recognition Service.
prefs
Type: Microsoft.CognitiveServices.SpeechRecognitionPreferences
A streamlined set of parameters to configure speech services.
See Also