Response from audio translation.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AudioTranslationResponse", "title": "AudioTranslationResponse", "type": "object", "description": "Response from audio translation.", "properties": { "text": { "type": "string", "description": "The translated text.", "example": "example_value" } }, "required": [ "text" ] }