Skip to content

Bedrock Agent Runtime  >  Structures  >  AudioSegment

AudioSegment

Structure Class

AudioSegment dataclass

Contains information about an audio segment retrieved from a knowledge base, including its location and transcription.

This data type is used in the following API operations:

Attributes

s3_uri instance-attribute
s3_uri: str

The S3 URI where this specific audio segment is stored in the multimodal storage destination.

transcription class-attribute instance-attribute
transcription: str | None = None

The text transcription of the audio segment content.