SpeechToText(AudioFormat, IEnumerableString) Constructor |
Initializes a speech recognizer and STT instance.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxprotected SpeechToText(
AudioFormat audioFormat,
IEnumerable<string> choices
)
Protected Sub New (
audioFormat As AudioFormat,
choices As IEnumerable(Of String)
)
protected:
SpeechToText(
AudioFormat^ audioFormat,
IEnumerable<String^>^ choices
)
new :
audioFormat : AudioFormat *
choices : IEnumerable<string> -> SpeechToText
Parameters
- audioFormat AudioFormat
- Media format the the audio stream.
- choices IEnumerableString
- Words to recognize.
See Also