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