Recognise Audio
RecogniseAudio processes the provided audio data to perform speech
recognition.
This RPC accepts a RecogniseAudioRequest containing raw audio input and
returns a RecogniseAudioResponse. The response includes the transcribed
text, the state of the audio processing session, and any associated
metadata.
HTTP Mapping:
POST "/v1/conversation/audio/recognise"
The entire request body is forwarded to the service.