Microsoft Azure · Schema

AudioTranslationResponse

Response from audio translation.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
text string The translated text.
View JSON Schema on GitHub

JSON Schema

azure-openai-service-audio-translation-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AudioTranslationResponse",
  "type": "object",
  "description": "Response from audio translation.",
  "properties": {
    "text": {
      "type": "string",
      "description": "The translated text."
    }
  }
}