Class: AssemblyAI::Transcripts::TranscriptReadyStatus

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

Overview

The status of the transcript. Either completed or error.

Constant Summary collapse

COMPLETED =
"completed"
ERROR =
"error"