Useful to check if Taddy is automatically generating transcripts and chapters for this podcast
enum PodcastEpisodeTranscriptionStatus {
NOT_TRANSCRIBING
PROCESSING
COMPLETED
FAILED
}
NOT_TRANSCRIBING
- We are not planning to transcribe this episode.PROCESSING
- Currently in a queue, waiting to be transcribed.COMPLETED
- Transcript and chapter details are now available.FAILED
- There was an error generating a transcript for this episode.Please see transcripts for additional context.