SpeechToTextCreateInstance Method (IEnumerableString) |
Initializes a speech recognizer and STT instance.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static SpeechToText CreateInstance(
IEnumerable<string> choices
)
Public Shared Function CreateInstance (
choices As IEnumerable(Of String)
) As SpeechToText
public:
static SpeechToText^ CreateInstance(
IEnumerable<String^>^ choices
)
static member CreateInstance :
choices : IEnumerable<string> -> SpeechToText
Parameters
- choices
- Type: System.Collections.GenericIEnumerableString
Words to recognize.
Return Value
Type:
SpeechToTextSee Also