Click or drag to resize
SpeechToTextCreateInstance Method (IEnumerableString)
Initializes a speech recognizer and STT instance.

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

Parameters

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

Return Value

Type: SpeechToText
See Also