ExpenseDetection

An object used to store information about the Value or Label detected by Amazon Textract.

Types

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

Properties

Link copied to clipboard

The confidence in detection, as a percentage

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
val text: String?

The word or line of text recognized by Amazon Textract

Functions

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