Deepgram · Schema

TranscriptionResponse

Artificial IntelligenceSpeech-To-TextText-To-SpeechTranscriptionVoice AI

Properties

Name Type Description
metadata object
results object
View JSON Schema on GitHub

JSON Schema

deepgram-transcriptionresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TranscriptionResponse",
  "title": "TranscriptionResponse",
  "type": "object",
  "properties": {
    "metadata": {
      "$ref": "#/components/schemas/Metadata"
    },
    "results": {
      "$ref": "#/components/schemas/Results"
    }
  }
}