TranscriptTypeEnum
Types of transcripts
Used By
Definition
"""Types of transcripts"""enum TranscriptTypeEnum { """ Transcript captured in real-time during the meeting """ realtime_capture
""" Transcript generated from processed recording """ processed_recording}