Initializes the speech engine with the specified audio format.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
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 AudioFormat
- The format of the audio stream.
- choices IEnumerableString
- The words that can be recognized.
Return Value
Boolean
See Also