LendingDetection

The results extracted for a lending document.

Types

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

Properties

Link copied to clipboard

The confidence level for the text of a detected value in a lending document.

Link copied to clipboard

Information about where the following items are located on a document page: detected page, text, key-value pairs, tables, table cells, and selection elements.

Link copied to clipboard

The selection status of a selection element, such as an option button or check box.

Link copied to clipboard
val text: String?

The text extracted for a detected value in a lending document.

Functions

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