ImplementationPlatform.See: Description
| Class | Description |
|---|---|
| InputStartedEvent |
Notification that the the user started to speak.
|
| MarkerReachedEvent |
A notification that a certain mark within an SSML document has been reached.
|
| NomatchEvent |
The user input something, but it was not recognized.
|
| OutputEndedEvent |
Notification that the output of a
SpeakableText has ended. |
| OutputStartedEvent |
Notification that the output of a
SpeakableText has started. |
| QueueEmptyEvent |
Notification that the output queue is empty.
|
| RecognitionEvent |
The user has responded within the timeout interval.
|
| RecognitionStartedEvent |
Notification that the speech recognition has started.
|
| RecognitionStoppedEvent |
Notification that the speech recognition has stopped.
|
| RecordingStartedEvent |
Notification that the recoding has started.
|
| RecordingStoppedEvent |
Notification that the recoding has ended.
|
| SpokenInputEvent |
Event generated from the
SpokenInput implementation. |
| SynthesizedOutputEvent |
Event generated from the
SynthesizedOutput implementation. |
ImplementationPlatform.