Click or drag to resize

SpeechToText(IEnumerableString) Constructor

Initializes a speech recognizer and STT instance.

Namespace: Ozeki.Media
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntax
protected SpeechToText(
	IEnumerable<string> choices
)

Parameters

choices  IEnumerableString
Words to recognize.
See Also