Ozeki VoIP SDK Class library
SpeechToTextContinuous Constructor (audioFormat, choices)
NamespacesOzeki.Media.MediaHandlers.SpeechSpeechToTextContinuousSpeechToTextContinuous(AudioFormat, IEnumerable<(Of <<'(String>)>>))
Initializes a new instance of the SpeechToTextContinuous class
Declaration Syntax
C#Visual BasicVisual C++
public SpeechToTextContinuous(
	AudioFormat audioFormat,
	IEnumerable<string> choices
)
Public Sub New ( 
	audioFormat As AudioFormat,
	choices As IEnumerable(Of String)
)
public:
SpeechToTextContinuous(
	AudioFormat^ audioFormat, 
	IEnumerable<String^>^ choices
)
Parameters
audioFormat (AudioFormat)
choices (IEnumerable<(Of <(<'String>)>)>)

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290