Segment

@Serializable
data class Segment(val result: CheckResult, val type: String, val bounds: Bounds)

Represents a segment of a document that has been analyzed during the verification process.

Constructors

Link copied to clipboard
constructor(result: CheckResult, type: String, bounds: Bounds)

Properties

Link copied to clipboard

The Bounds of this segment within the document.

Link copied to clipboard

The CheckResult of the analysis performed on this segment.

Link copied to clipboard

A string representing the type of this segment (e.g., "face", "signature").