DocumentLocatedLocation

data class DocumentLocatedLocation(val location: DocumentLocation, val inputImage: InputImage) : ScanningUxEvent

The document has been located by the recognizer.

Constructors

Link copied to clipboard
constructor(location: DocumentLocation, inputImage: InputImage)

Properties

Link copied to clipboard

Image of the located document.

Link copied to clipboard

Specified the exact coordinates of the document and its orientation.