DocumentDetectionStatus

Status of the document detection.

Entries

Link copied to clipboard

Detection has not yet happened.

Link copied to clipboard

An acceptable document was detected.

Link copied to clipboard

A document was detected, but it is too small.

Link copied to clipboard

A document was detected, but it has too much perspective distortion.

Link copied to clipboard

A document was detected, but its aspect ratio is not acceptable.

Link copied to clipboard

A document was detected, but its orientation does not match the input image orientation.

Link copied to clipboard

A document was detected, but its center is too far away from the input image center.

Link copied to clipboard

A document was detected, but it is too dark.

Link copied to clipboard

No document was detected.

Link copied to clipboard

No document was detected, likely because the input image is too dark.

Link copied to clipboard

No document was detected, likely because the input image is too noisy or has a complex background.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard
fun toJson(): String
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.