Microsoft Azure · Schema

audioResponse

Translation or transcription response when response_format was json

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
text string Translated or transcribed text.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-audioresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/audioResponse",
  "title": "audioResponse",
  "description": "Translation or transcription response when response_format was json",
  "type": "object",
  "properties": {
    "text": {
      "type": "string",
      "description": "Translated or transcribed text."
    }
  },
  "required": [
    "text"
  ]
}