Deepgram · Schema

TopicResults

Artificial IntelligenceSpeech-To-TextText-To-SpeechTranscriptionVoice AI

Properties

Name Type Description
segments array Topic detection results for content segments.
View JSON Schema on GitHub

JSON Schema

deepgram-topicresults-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TopicResults",
  "title": "TopicResults",
  "type": "object",
  "properties": {
    "segments": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/TopicSegment"
      },
      "description": "Topic detection results for content segments."
    }
  }
}