Initializes the speech engine with the specified audio format.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxbool Init(
	AudioFormat audioFormat,
	IEnumerable<string> choices
)
Function Init ( 
	audioFormat As AudioFormat,
	choices As IEnumerable(Of String)
) As Boolean
bool Init(
	AudioFormat^ audioFormat, 
	IEnumerable<String^>^ choices
)
abstract Init : 
        audioFormat : AudioFormat * 
        choices : IEnumerable<string> -> bool 
Parameters
- audioFormat
 - Type: Ozeki.MediaAudioFormat
The format of the audio stream. - choices
 - Type: System.Collections.GenericIEnumerableString
The words that can be recognized. 
Return Value
Type: 
Boolean
See Also