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: 1.8.12.0 (1.8.12)
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