| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
Adapter |
Adapter.clone() |
Adapter |
Adapter.withAdapterId(String adapterId)
A unique identifier for the adapter resource.
|
Adapter |
Adapter.withPages(Collection<String> pages)
Pages is a parameter that the user inputs to specify which pages to apply an adapter to.
|
Adapter |
Adapter.withPages(String... pages)
Pages is a parameter that the user inputs to specify which pages to apply an adapter to.
|
Adapter |
Adapter.withVersion(String version)
A string that identifies the version of the adapter.
|
| Modifier and Type | Method and Description |
|---|---|
List<Adapter> |
AdaptersConfig.getAdapters()
A list of adapters to be used when analyzing the specified document.
|
| Modifier and Type | Method and Description |
|---|---|
AdaptersConfig |
AdaptersConfig.withAdapters(Adapter... adapters)
A list of adapters to be used when analyzing the specified document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdaptersConfig.setAdapters(Collection<Adapter> adapters)
A list of adapters to be used when analyzing the specified document.
|
AdaptersConfig |
AdaptersConfig.withAdapters(Collection<Adapter> adapters)
A list of adapters to be used when analyzing the specified document.
|
Copyright © 2023. All rights reserved.