Click or drag to resize

SpeechToTextCreateInstance(IEnumerableString) Method

Initializes a speech recognizer and STT instance.

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

Parameters

choices  IEnumerableString
Words to recognize.

Return Value

SpeechToText
See Also