Remarks
Occurs at the beginning of a sound recognition session started through one of the following methods:
SoundRecognizer.StartOnPlayer
SoundRecognizer.StartOnFile
SoundRecognizer.StartOnMemory
SoundRecognizer.StartOnWasapiDevice
Syntax
[Visual Basic]
SoundRecognizerStarted (
ByVal nSessionUniqueId as Integer
)
|
|
[C++]
void SoundRecognizerStarted (
short nSessionUniqueId
);
|
|
Parameter
|
Description
|
|
|
nSessionUniqueId
|
Number representing the unique identifier of the recognition session
|
|