Class: AssemblyAI::Transcripts::AudioIntelligenceModelStatus

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

Overview

Either success, or unavailable in the rare case that the model failed

Constant Summary collapse

SUCCESS =
"success"
UNAVAILABLE =
"unavailable"