Click or drag to resize

SpeechToTextCreateInstance Method (IEnumerableString, WordDetectionMode)

Initializes a speech recognizer and STT instance.

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

Parameters

choices
Type: System.Collections.GenericIEnumerableString
Words to recognize.
mode
Type: Ozeki.MediaWordDetectionMode
The recognition mode for word detection

Return Value

Type: SpeechToText
See Also