OcrResult

data class OcrResult(val text: String, val textLayout: TextLayout) : Parcelable

Constructors

Link copied to clipboard
constructor(text: String, textLayout: TextLayout)

Properties

Link copied to clipboard
Link copied to clipboard