RecognizeCallback
Bases: object
object
on_transcription
Called when an interim result is received
on_connected
Called when a WebSocket connection was made
on_error
Called when there is an error in the Web Socket connection.
on_inactivity_timeout
Called when there is an inactivity timeout.
on_listening
Called when the service is listening for audio.
on_transcription_complete
Called after the service returns the final result for the transcription.
on_hypothesis
Called when the service returns the final hypothesis
on_data
Called when the service returns results. The data is returned unparsed.