Transcript
The transcript object and all of its attributes.
type Transcript {
url: Url!
source: String!
transcriptType: String!
generatedDate: DateTime
transcribedAudioUrl: String
}
Fields
url
(Url!
)
The transcript file's URL. This URL is only valid for 10 minutes.
source
(String!
)
The transcript source - podchaser
if we generated the transcript and podcaster
if the transcript came from the podcast itself.
transcriptType
(String!
)
The type of transcript, such as raw_JSON or beautified_JSON. See our transcript guide for details.
generatedDate
(DateTime
)
The date of the last time this transcript was generated
transcribedAudioUrl
(String
)
The URL for the cached audio file that was used to generate the transcript. This field is intended for playback of specific transcript snippets and is not a replacement for the podcast’s published audio.