Click or drag to resize

SpeechToTextCreateInstance(IEnumerableString, WordDetectionMode) 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,
	WordDetectionMode mode
)

Parameters

choices  IEnumerableString
Words to recognize.
mode  WordDetectionMode
The recognition mode for word detection

Return Value

SpeechToText
See Also