Click or drag to resize

SpeechRecognizerInfo(String, String, CultureInfo) Constructor

Initializes a new instance of the SpeechRecognizerInfo class.

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

Parameters

id  String
The ID of the recognizer.
name  String
The name of the recognizer.
culture  CultureInfo
The culture of the recognizer.
See Also