Skip to content

/AWS1/CL_BDZVIDEOSEGMENT

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:

CONSTRUCTOR

IMPORTING

Required arguments:

iv_s3uri TYPE /AWS1/BDZSTRING /AWS1/BDZSTRING

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

Optional arguments:

iv_summary TYPE /AWS1/BDZSTRING /AWS1/BDZSTRING

A text summary describing the content of the video segment.


Queryable Attributes

s3Uri

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

Accessible with the following methods

Method Description
GET_S3URI() Getter for S3URI, with configurable default
ASK_S3URI() Getter for S3URI w/ exceptions if field has no value
HAS_S3URI() Determine if S3URI has a value

summary

A text summary describing the content of the video segment.

Accessible with the following methods

Method Description
GET_SUMMARY() Getter for SUMMARY, with configurable default
ASK_SUMMARY() Getter for SUMMARY w/ exceptions if field has no value
HAS_SUMMARY() Determine if SUMMARY has a value