DocumentGroup

Summary information about documents grouped by the same document type.

Types

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

Properties

Link copied to clipboard

A list of the detected signatures found in a document group.

Link copied to clipboard

An array that contains information about the pages of a document, defined by logical boundary.

Link copied to clipboard
val type: String?

The type of document that Amazon Textract has detected. See Analyze Lending Response Objects for a list of all types returned by Textract.

Link copied to clipboard

A list of any expected signatures not found in a document group.

Functions

Link copied to clipboard
inline fun copy(block: DocumentGroup.Builder.() -> Unit = {}): DocumentGroup
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