Click or drag to resize

SpeechToTextCreateInstance Method (AudioFormat, 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(
	AudioFormat audioFormat,
	IEnumerable<string> choices,
	WordDetectionMode mode
)

Parameters

audioFormat
Type: AudioFormat
Media format of the audio stream.
choices
Type: System.Collections.GenericIEnumerableString
Words to recognize.
mode
Type: Ozeki.MediaWordDetectionMode
The recognition mode for word detection

Return Value

Type: SpeechToText
See Also