Microsoft Azure · Schema

AudioResponseFormat

Defines the format of the output.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1
View JSON Schema on GitHub

JSON Schema

microsoft-azure-audioresponseformat-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/audioResponseFormat",
  "title": "AudioResponseFormat",
  "description": "Defines the format of the output.",
  "enum": [
    "json",
    "text",
    "srt",
    "verbose_json",
    "vtt"
  ],
  "type": "string",
  "x-ms-enum": {
    "modelAsString": true
  }
}