DocumentDataExtractorUiResult

data class DocumentDataExtractorUiResult(val recognitionStatus: DocumentDataExtractionStatus, val document: GenericDocument?, val croppedImage: ImageRef?) : AutoCloseable, Parcelable

Configuration of the generic text scanner RTU UI result.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(recognitionStatus: DocumentDataExtractionStatus, document: GenericDocument?, croppedImage: ImageRef?)

Properties

Link copied to clipboard

Crop of the document if it was detected.

Link copied to clipboard

Generic document containing text data. Not present, if status is FAIL.

Link copied to clipboard

The status of the generic text recognition step.

Functions

Link copied to clipboard
Link copied to clipboard
open override fun close()
Link copied to clipboard
fun toJson(config: ToJsonConfiguration = ToJsonConfiguration.default()): JSONObject