AuditImage

An image that is picked from the Face Liveness video and returned for audit trail purposes, returned as Base64-encoded bytes.

Types

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

Properties

Link copied to clipboard

Identifies the bounding box around the label, face, text, object of interest, or personal protective equipment. The left (x-coordinate) and top (y-coordinate) are coordinates representing the top and left sides of the bounding box. Note that the upper-left corner of the image is the origin (0,0).

Link copied to clipboard

The Base64-encoded bytes representing an image selected from the Face Liveness video and returned for audit purposes.

Link copied to clipboard

Provides the S3 bucket name and object name.

Functions

Link copied to clipboard
inline fun copy(block: AuditImage.Builder.() -> Unit = {}): AuditImage
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