Class: AssemblyAI::Transcripts::TranscriptReadyStatus
- Inherits:
-
Object
- Object
- AssemblyAI::Transcripts::TranscriptReadyStatus
- 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"