Click or drag to resize

SpeechToText Constructor (IEnumerableString)

Initializes a speech recognizer and STT instance.

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

Parameters

choices
Type: System.Collections.GenericIEnumerableString
Words to recognize.
See Also