OBJECT
type TranscriptionRequest implements Node {id: ID! storageKey: String mediaID: String signedURL: String uploadedAt: Time finishedAt: Time result: SpeakInsightResult transcription: String error: String status: TranscriptionRequestStatus workflowID: String workflowRunID: String progress: String }