public static interface Image.Builder extends SdkPojo, CopyableBuilder<Image.Builder,Image>
| Modifier and Type | Method and Description |
|---|---|
Image.Builder |
error(ImageError error)
The error message shown when the image for the provided timestamp was not extracted due to a non-tryable
error.
|
Image.Builder |
error(String error)
The error message shown when the image for the provided timestamp was not extracted due to a non-tryable
error.
|
Image.Builder |
imageContent(String imageContent)
An attribute of the
Image object that is Base64 encoded. |
Image.Builder |
timeStamp(Instant timeStamp)
An attribute of the
Image object that is used to extract an image from the video stream. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImage.Builder timeStamp(Instant timeStamp)
An attribute of the Image object that is used to extract an image from the video stream. This
field is used to manage gaps on images or to better understand the pagination window.
timeStamp - An attribute of the Image object that is used to extract an image from the video stream.
This field is used to manage gaps on images or to better understand the pagination window.Image.Builder error(String error)
The error message shown when the image for the provided timestamp was not extracted due to a non-tryable error. An error will be returned if:
There is no media that exists for the specified Timestamp.
The media for the specified time does not allow an image to be extracted. In this case the media is audio only, or the incorrect media has been ingested.
error - The error message shown when the image for the provided timestamp was not extracted due to a
non-tryable error. An error will be returned if:
There is no media that exists for the specified Timestamp.
The media for the specified time does not allow an image to be extracted. In this case the media is audio only, or the incorrect media has been ingested.
ImageError,
ImageErrorImage.Builder error(ImageError error)
The error message shown when the image for the provided timestamp was not extracted due to a non-tryable error. An error will be returned if:
There is no media that exists for the specified Timestamp.
The media for the specified time does not allow an image to be extracted. In this case the media is audio only, or the incorrect media has been ingested.
error - The error message shown when the image for the provided timestamp was not extracted due to a
non-tryable error. An error will be returned if:
There is no media that exists for the specified Timestamp.
The media for the specified time does not allow an image to be extracted. In this case the media is audio only, or the incorrect media has been ingested.
ImageError,
ImageErrorImage.Builder imageContent(String imageContent)
An attribute of the Image object that is Base64 encoded.
imageContent - An attribute of the Image object that is Base64 encoded.Copyright © 2022. All rights reserved.