Class: AssemblyAI::Transcripts::SummaryType

Inherits:
Object
  • Object
show all
Defined in:
lib/assemblyai/transcripts/types/summary_type.rb

Overview

The type of summary

Constant Summary collapse

BULLETS =
"bullets"
BULLETS_VERBOSE =
"bullets_verbose"
GIST =
"gist"
HEADLINE =
"headline"
PARAGRAPH =
"paragraph"