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.
Request
This endpoint expects an object.
audio
Audio data and associated metadata for the recognition request.
Response
OK
audioState
The current state of the audio processing session.
Indicates relevant status information of the ongoing or completed audio processing.
audio
Audio data and associated metadata included in the response.
message
Covnersation Message containing the transcribed text from the audio.
Errors
400
Bad Request Error