ExpenseType

An object used to store information about the Type detected by Amazon Textract.

Types

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

Properties

Link copied to clipboard

The confidence of accuracy, as a percentage.

Link copied to clipboard
val text: String?

The word or line of text detected by Amazon Textract.

Functions

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