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: 10.3.183.0
Syntax
bool Init(
	AudioFormat audioFormat,
	IEnumerable<string> choices
)

Parameters

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

Return Value

Type: Boolean
See Also