Element

data class Element(val text: String, val boundingBox: LiteRTExt.BoundingBox, val score: Float)

Represents a single text element (typically a word).

Constructors

Link copied to clipboard
constructor(text: String, boundingBox: LiteRTExt.BoundingBox, score: Float)

Properties

Link copied to clipboard

The bounding box of the element.

Link copied to clipboard

The confidence score.

Link copied to clipboard

The detected text.