AudioSourceDetails¶
Structure Class¶
AudioSourceDetails
dataclass
¶
Details about an audio source, including its identifier, format, and time information.
Attributes¶
audio_extraction_type
class-attribute
instance-attribute
¶
audio_extraction_type: AudioExtractionType | None = None
The type of audio extraction performed on the content.
end_time_milliseconds
class-attribute
instance-attribute
¶
end_time_milliseconds: int | None = None
The ending timestamp in milliseconds for the relevant audio segment.
media_id
class-attribute
instance-attribute
¶
media_id: str | None = None
Unique identifier for the audio media file.