IdentityDocument

The structure that lists each document processed in an AnalyzeID operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Individual word recognition, as returned by document detection.

Link copied to clipboard

Denotes the placement of a document in the IdentityDocument list. The first document is marked 1, the second 2 and so on.

Link copied to clipboard

The structure used to record information extracted from identity documents. Contains both normalized field and value of the extracted text.

Functions

Link copied to clipboard
inline fun copy(block: IdentityDocument.Builder.() -> Unit = {}): IdentityDocument
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String