| SpeechToText Constructor (AudioFormat, IEnumerableString) | 
            Initializes a speech recognizer and STT instance.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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> -> SpeechToTextParameters
- audioFormat
 - Type: Ozeki.MediaAudioFormat
Media format the the audio stream. - choices
 - Type: System.Collections.GenericIEnumerableString
Words to recognize. 
See Also