CaptureResult

data class CaptureResult(val status: CaptureResult.Status, val analyzerResult: AnalyzerResult?)

Final result of the Capture process.

Constructors

Link copied to clipboard
constructor(status: CaptureResult.Status, analyzerResult: AnalyzerResult?)

Types

Link copied to clipboard

Status of the finished Capture process.

Properties

Link copied to clipboard

The analyser result in which the captured images are stored with additional capture data. Analyser result is present only if status is Status.DOCUMENT_CAPTURED, otherwise it is null.

Link copied to clipboard

Status of the finished Capture process.