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.
audioobjectRequired
Audio data and associated metadata for the recognition request.

Response

OK
audioStateintegerRead-only
The current state of the audio processing session. Indicates relevant status information of the ongoing or completed audio processing.
audioobject
Audio data and associated metadata included in the response.
messageobject
Covnersation Message containing the transcribed text from the audio.

Errors

400
Bad Request Error