LendingResult

Contains the detections for each page analyzed through the Analyze Lending API.

Types

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

Properties

Link copied to clipboard

An array of Extraction to hold structured data. e.g. normalized key value pairs instead of raw OCR detections .

Link copied to clipboard
val page: Int?

The page number for a page, with regard to whole submission.

Link copied to clipboard

The classifier result for a given page.

Functions

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