Ozeki VoIP SDK Class library
CreateInstance Method (choices, mode)
NamespacesOzeki.Media.MediaHandlersSpeechToTextCreateInstance(IEnumerable<(Of <<'(String>)>>), WordDetectionMode)
Declaration Syntax
C#Visual BasicVisual C++
public static SpeechToText CreateInstance(
	IEnumerable<string> choices,
	WordDetectionMode mode
)
Public Shared Function CreateInstance ( 
	choices As IEnumerable(Of String),
	mode As WordDetectionMode
) As SpeechToText
public:
static SpeechToText^ CreateInstance(
	IEnumerable<String^>^ choices, 
	WordDetectionMode mode
)
Parameters
choices (IEnumerable<(Of <(<'String>)>)>)
mode (WordDetectionMode)
Return Value

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