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