Deepgram · Schema

Summary

Artificial IntelligenceSpeech-To-TextText-To-SpeechTranscriptionVoice AI

Properties

Name Type Description
short string Short summary of the content.
View JSON Schema on GitHub

JSON Schema

deepgram-summary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Summary",
  "title": "Summary",
  "type": "object",
  "properties": {
    "short": {
      "type": "string",
      "description": "Short summary of the content."
    }
  }
}