Click or drag to resize
ISpeechToTextInit Method
Initializes the speech engine with the specified audio format.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
bool Init(
	AudioFormat audioFormat,
	IEnumerable<string> choices
)

Parameters

audioFormat
Type: Ozeki.MediaAudioFormat
The format of the audio stream.
choices
Type: System.Collections.GenericIEnumerableString
The words that can be recognized.

Return Value

Type: Boolean
See Also