/AWS1/CL_BDZAUDIOSEGMENT¶
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:
-
Retrieve response – in the
audiofield
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_s3uri TYPE /AWS1/BDZSTRING /AWS1/BDZSTRING¶
The S3 URI where this specific audio segment is stored in the multimodal storage destination.
Optional arguments:¶
iv_transcription TYPE /AWS1/BDZSTRING /AWS1/BDZSTRING¶
The text transcription of the audio segment content.
Queryable Attributes¶
s3Uri¶
The S3 URI where this specific audio 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 |
transcription¶
The text transcription of the audio segment content.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRANSCRIPTION() |
Getter for TRANSCRIPTION, with configurable default |
ASK_TRANSCRIPTION() |
Getter for TRANSCRIPTION w/ exceptions if field has no value |
HAS_TRANSCRIPTION() |
Determine if TRANSCRIPTION has a value |