PalmAutoCaptureResult

data class PalmAutoCaptureResult(val image: Image, val palm: PalmDetector.Palm?, val content: ByteArray)

Result of the Palm Auto Capture.

Constructors

Link copied to clipboard
constructor(image: Image, palm: PalmDetector.Palm?, content: ByteArray)

Properties

Link copied to clipboard

Binary content for server-side evaluation.

Link copied to clipboard

Image.

Link copied to clipboard

The result of the palm detection.