ExpenseDocument

The structure holding all the information returned by AnalyzeExpense

Types

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

Properties

Link copied to clipboard

This is a block object, the same as reported when DetectDocumentText is run on a document. It provides word level recognition of text.

Link copied to clipboard

Denotes which invoice or receipt in the document the information is coming from. First document will be 1, the second 2, and so on.

Link copied to clipboard

Information detected on each table of a document, seperated into LineItems.

Link copied to clipboard

Any information found outside of a table by Amazon Textract.

Functions

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