Image

class Image

A structure that contains the Timestamp, Error, and ImageContent.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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:

Link copied to clipboard

An attribute of the Image object that is Base64 encoded.

Link copied to clipboard

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.

Functions

Link copied to clipboard
inline fun copy(block: Image.Builder.() -> Unit = {}): Image
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String