PageData
data class PageData(var uuid: String, var filters: List<ParametricFilter>? = null, var polygon: List<PointF> = listOf( ), var documentDetectionStatus: DocumentDetectionStatus? = null, var documentQuality: DocumentQuality? = null, var source: PageImageSource? = null, var originalImageURI: String, var documentImageURI: String? = null, var unfilteredDocumentImageURI: String? = null, var documentImagePreviewURI: String? = null)
The result of the health insurance card recognition.
Constructors
Link copied to clipboard
constructor(uuid: String, filters: List<ParametricFilter>? = null, polygon: List<PointF> = listOf( ), documentDetectionStatus: DocumentDetectionStatus? = null, documentQuality: DocumentQuality? = null, source: PageImageSource? = null, originalImageURI: String, documentImageURI: String? = null, unfilteredDocumentImageURI: String? = null, documentImagePreviewURI: String? = null)
Properties
Link copied to clipboard
The detection status of the page.
Link copied to clipboard
The URI of the document image preview.
Link copied to clipboard
The URI of the document image.
Link copied to clipboard
The quality score of the page.
Link copied to clipboard
The list of filters applied to the page.
Link copied to clipboard
The URI of the original image.
Link copied to clipboard
The source of the page image.
Link copied to clipboard
The URI of the unfiltered document image.