Skip to content

Audio Transcript Result

Schema for audio transcription results in Gen AI applications.

This module defines the structured metadata container for audio-to-text conversion results, holding the list of timestamped transcript segments.

AudioTranscriptMetadata

Bases: BaseModel

Structured metadata for audio-to-text conversion results.

Attributes:

Name Type Description
segments list[AudioTranscript]

Timestamped transcript segments produced by the audio-to-text converter.