Click or drag to resize

SpeechRecognizerInfo Constructor (String, String, CultureInfo)

Initializes a new instance of the SpeechRecognizerInfo class.

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public SpeechRecognizerInfo(
	string id,
	string name,
	CultureInfo culture
)

Parameters

id
Type: SystemString
The ID of the recognizer.
name
Type: SystemString
The name of the recognizer.
culture
Type: System.GlobalizationCultureInfo
The culture of the recognizer.
See Also