| DefaultSpeechToTextInit Method  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic bool Init(
	AudioFormat audioFormat,
	IEnumerable<string> choices
)
Public Function Init ( 
	audioFormat As AudioFormat,
	choices As IEnumerable(Of String)
) As Boolean
public:
virtual bool Init(
	AudioFormat^ audioFormat, 
	IEnumerable<String^>^ choices
) sealed
abstract Init : 
        audioFormat : AudioFormat * 
        choices : IEnumerable<string> -> bool 
override Init : 
        audioFormat : AudioFormat * 
        choices : IEnumerable<string> -> bool Parameters
- audioFormat
 - Type: Ozeki.MediaAudioFormat
 - choices
 - Type: System.Collections.GenericIEnumerableString
 
Return Value
Type: 
BooleanImplements
ISpeechToTextInit(AudioFormat, IEnumerableString)
See Also