ImageCompleteness

data class ImageCompleteness(val status: ExtractionStatus, val attribute: ExtractionAttribute, val failureReason: ExtractionFailureReason?) : Parcelable

Describes completeness information for an image component.

Constructors

Link copied to clipboard
constructor(status: ExtractionStatus, attribute: ExtractionAttribute, failureReason: ExtractionFailureReason?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The presence attribute of the component.

Link copied to clipboard

The failure reason, if extraction failed.

Link copied to clipboard

The extraction status of the component.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)