Click or drag to resize

SpeechToTextCreateInstance(IEnumerableString) Method

Initializes a speech recognizer and STT instance.

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

Parameters

choices  IEnumerableString
Words to recognize.

Return Value

SpeechToText
See Also