Param

data class Param(val status: DocumentDetectionStatus, val polygon: List<PointF>)

Data holder for info needed for frame validation.

Parameters

status

status of current frame's detection

polygon

detected image's polygon

Constructors

Link copied to clipboard
constructor(status: DocumentDetectionStatus, polygon: List<PointF>)

Properties

Link copied to clipboard
Link copied to clipboard