Query

class Query

Each query contains the question you want to ask in the Text and the alias you want to associate.

Types

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

Properties

Link copied to clipboard

Alias attached to the query, for ease of location.

Link copied to clipboard

Pages is a parameter that the user inputs to specify which pages to apply a query to. The following is a list of rules for using this parameter.

Link copied to clipboard

Question that Amazon Textract will apply to the document. An example would be "What is the customer's SSN?"

Functions

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