| Package | Description |
|---|---|
| software.amazon.awssdk.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
Query.Builder |
Query.Builder.alias(String alias)
Alias attached to the query, for ease of location.
|
static Query.Builder |
Query.builder() |
Query.Builder |
Query.Builder.pages(Collection<String> pages)
Pages is a parameter that the user inputs to specify which pages to apply a query to.
|
Query.Builder |
Query.Builder.pages(String... pages)
Pages is a parameter that the user inputs to specify which pages to apply a query to.
|
Query.Builder |
Query.Builder.text(String text)
Question that Amazon Textract will apply to the document.
|
Query.Builder |
Query.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Query.Builder> |
Query.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Block.Builder |
Block.Builder.query(Consumer<Query.Builder> query)
This is a convenience method that creates an instance of the
Query.Builder avoiding the need to
create one manually via Query.builder(). |
Copyright © 2023. All rights reserved.