SpeechToTextCreateInstance Method |
Initializes a speech recognizer and STT instance with voice activity detection.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic static SpeechToText CreateInstance()
Public Shared Function CreateInstance As SpeechToText
public:
static SpeechToText^ CreateInstance()
static member CreateInstance : unit -> SpeechToText
Return Value
Type:
SpeechToText
See Also