OpenAI · JSON Structure

Openai Audio Translation Response Structure

Type: object Properties: 5
AIArtificial IntelligenceLarge Language ModelsT1

TranslationResponse is a JSON Structure definition published by OpenAI, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

text task language duration segments

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TranslationResponse",
  "type": "object",
  "properties": {
    "text": {
      "type": "string"
    },
    "task": {
      "type": "string"
    },
    "language": {
      "type": "string"
    },
    "duration": {
      "type": "number"
    },
    "segments": {
      "type": "array"
    }
  }
}