Document Data Extraction Result
data class DocumentDataExtractionResult(val status: DocumentDataExtractionStatus, val document: GenericDocument?, val documentDetectionResult: DocumentDetectionResult, val croppedImage: ImageRef? = null) : AutoCloseable, Parcelable
Contains the result of running the generic document extractor.
Constructors
Link copied to clipboard
constructor(status: DocumentDataExtractionStatus, document: GenericDocument?, documentDetectionResult: DocumentDetectionResult, croppedImage: ImageRef? = null)