ExpenseField

Breakdown of detected information, seperated into the catagories Type, LabelDetection, and ValueDetection

Types

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

Properties

Link copied to clipboard

Shows the kind of currency, both the code and confidence associated with any monatary value detected.

Link copied to clipboard

Shows which group a response object belongs to, such as whether an address line belongs to the vendor's address or the recipent's address.

Link copied to clipboard

The explicitly stated label of a detected element.

Link copied to clipboard

The page number the value was detected on.

Link copied to clipboard

The implied label of a detected element. Present alongside LabelDetection for explicit elements.

Link copied to clipboard

The value of a detected element. Present in explicit and implicit elements.

Functions

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