Skip to content

Bedrock Agent Runtime  >  Structures  >  VideoSegment

VideoSegment

Structure Class

VideoSegment dataclass

Contains information about a video segment retrieved from a knowledge base, including its location and summary.

This data type is used in the following API operations:

Attributes

s3_uri instance-attribute
s3_uri: str

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

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

A text summary describing the content of the video segment.