Click or drag to resize

SpeechToTextContinuous(AudioFormat, IEnumerableString) Constructor

Initializes a new instance of the SpeechToTextContinuous class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public SpeechToTextContinuous(
	AudioFormat audioFormat,
	IEnumerable<string> choices
)

Parameters

audioFormat  AudioFormat
 
choices  IEnumerableString
 
See Also