Click or drag to resize

SpeechToText(IEnumerableString) Constructor

Initializes a speech recognizer and STT instance.

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

Parameters

choices  IEnumerableString
Words to recognize.
See Also