| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
Query |
Query.clone() |
Query |
Block.getQuery()
|
Query |
Query.withAlias(String alias)
Alias attached to the query, for ease of location.
|
Query |
Query.withPages(Collection<String> pages)
Pages is a parameter that the user inputs to specify which pages to apply a query to.
|
Query |
Query.withPages(String... pages)
Pages is a parameter that the user inputs to specify which pages to apply a query to.
|
Query |
Query.withText(String text)
Question that Amazon Textract will apply to the document.
|
| Modifier and Type | Method and Description |
|---|---|
List<Query> |
QueriesConfig.getQueries()
|
| Modifier and Type | Method and Description |
|---|---|
void |
Block.setQuery(Query query)
|
QueriesConfig |
QueriesConfig.withQueries(Query... queries)
|
Block |
Block.withQuery(Query query)
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueriesConfig.setQueries(Collection<Query> queries)
|
QueriesConfig |
QueriesConfig.withQueries(Collection<Query> queries)
|
Copyright © 2024. All rights reserved.