LivenessDetectionSuccess

data class LivenessDetectionSuccess(val resultId: String, val digest: String)

Represents a successful outcome of a liveness detection operation.

This data class captures the details of a successful liveness detection, including the status of liveness, results of recognition, and additional metadata.

Constructors

Link copied to clipboard
constructor(resultId: String, digest: String)

Properties

Link copied to clipboard

A secure hash or checksum that can be used to verify the integrity of the detection results.

Link copied to clipboard

A unique identifier for this particular success result, which can be used for tracking this submission.