ExtractionImageAnalysisResult

@Serializable
data class ExtractionImageAnalysisResult(val documentLocation: Quadrilateral?, val documentDetectionStatus: DetectionStatus, val processingStatus: ProcessingStatus, val documentClassInfo: DocumentClassInfo, val documentOrientation: DocumentOrientation, val documentRotation: DocumentRotation)

Represents the analysis result of the extraction image, including document location, detection status, and processing status.

Constructors

Link copied to clipboard
constructor(documentLocation: Quadrilateral?, documentDetectionStatus: DetectionStatus, processingStatus: ProcessingStatus, documentClassInfo: DocumentClassInfo, documentOrientation: DocumentOrientation, documentRotation: DocumentRotation)

Properties

Link copied to clipboard

Class information of the detected document.

Link copied to clipboard

The status of document detection process.

Link copied to clipboard

The quadrilateral representing the location of the document in the image, if detected.

Link copied to clipboard

Orientation of the document.

Link copied to clipboard

Rotation of the document.

Link copied to clipboard

Detailed information about the recognition process.