| Package | Description |
|---|---|
| com.amazonaws.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
Image |
Image.clone() |
Image |
Image.withError(ImageError error)
The error message shown when the image for the provided timestamp was not extracted due to a non-tryable error.
|
Image |
Image.withError(String error)
The error message shown when the image for the provided timestamp was not extracted due to a non-tryable error.
|
Image |
Image.withImageContent(String imageContent)
An attribute of the
Image object that is Base64 encoded. |
Image |
Image.withTimeStamp(Date timeStamp)
An attribute of the
Image object that is used to extract an image from the video stream. |
| Modifier and Type | Method and Description |
|---|---|
List<Image> |
GetImagesResult.getImages()
The list of images generated from the video stream.
|
| Modifier and Type | Method and Description |
|---|---|
GetImagesResult |
GetImagesResult.withImages(Image... images)
The list of images generated from the video stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetImagesResult.setImages(Collection<Image> images)
The list of images generated from the video stream.
|
GetImagesResult |
GetImagesResult.withImages(Collection<Image> images)
The list of images generated from the video stream.
|
Copyright © 2025. All rights reserved.