/AWS1/CL_KNAGETIMAGESOUTPUT¶
GetImagesOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_images TYPE /AWS1/CL_KNAIMAGE=>TT_IMAGES TT_IMAGES¶
The list of images generated from the video stream. If there is no media available for the given timestamp, the
NO_MEDIAerror will be listed in the output.
If an error occurs while the image is being generated, theMEDIA_ERRORwill be listed in the output as the cause of the missing image.
iv_nexttoken TYPE /AWS1/KNANEXTTOKEN /AWS1/KNANEXTTOKEN¶
The encrypted token that was used in the request to get more images.
Queryable Attributes¶
Images¶
The list of images generated from the video stream. If there is no media available for the given timestamp, the
NO_MEDIAerror will be listed in the output.
If an error occurs while the image is being generated, theMEDIA_ERRORwill be listed in the output as the cause of the missing image.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGES() |
Getter for IMAGES, with configurable default |
ASK_IMAGES() |
Getter for IMAGES w/ exceptions if field has no value |
HAS_IMAGES() |
Determine if IMAGES has a value |
NextToken¶
The encrypted token that was used in the request to get more images.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |