| Package | Description |
|---|---|
| com.amazonaws.services.textract |
Amazon Textract detects and analyzes text in documents and converts it into machine-readable text.
|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
GetAdapterResult |
AmazonTextractClient.getAdapter(GetAdapterRequest request)
Gets configuration information for an adapter specified by an AdapterId, returning information on AdapterName,
Description, CreationTime, AutoUpdate status, and FeatureTypes.
|
GetAdapterResult |
AbstractAmazonTextract.getAdapter(GetAdapterRequest request) |
GetAdapterResult |
AmazonTextract.getAdapter(GetAdapterRequest getAdapterRequest)
Gets configuration information for an adapter specified by an AdapterId, returning information on AdapterName,
Description, CreationTime, AutoUpdate status, and FeatureTypes.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetAdapterResult> |
AmazonTextractAsyncClient.getAdapterAsync(GetAdapterRequest request) |
Future<GetAdapterResult> |
AbstractAmazonTextractAsync.getAdapterAsync(GetAdapterRequest request) |
Future<GetAdapterResult> |
AmazonTextractAsync.getAdapterAsync(GetAdapterRequest getAdapterRequest)
Gets configuration information for an adapter specified by an AdapterId, returning information on AdapterName,
Description, CreationTime, AutoUpdate status, and FeatureTypes.
|
Future<GetAdapterResult> |
AmazonTextractAsyncClient.getAdapterAsync(GetAdapterRequest request,
AsyncHandler<GetAdapterRequest,GetAdapterResult> asyncHandler) |
Future<GetAdapterResult> |
AbstractAmazonTextractAsync.getAdapterAsync(GetAdapterRequest request,
AsyncHandler<GetAdapterRequest,GetAdapterResult> asyncHandler) |
Future<GetAdapterResult> |
AmazonTextractAsync.getAdapterAsync(GetAdapterRequest getAdapterRequest,
AsyncHandler<GetAdapterRequest,GetAdapterResult> asyncHandler)
Gets configuration information for an adapter specified by an AdapterId, returning information on AdapterName,
Description, CreationTime, AutoUpdate status, and FeatureTypes.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetAdapterResult> |
AmazonTextractAsyncClient.getAdapterAsync(GetAdapterRequest request,
AsyncHandler<GetAdapterRequest,GetAdapterResult> asyncHandler) |
Future<GetAdapterResult> |
AbstractAmazonTextractAsync.getAdapterAsync(GetAdapterRequest request,
AsyncHandler<GetAdapterRequest,GetAdapterResult> asyncHandler) |
Future<GetAdapterResult> |
AmazonTextractAsync.getAdapterAsync(GetAdapterRequest getAdapterRequest,
AsyncHandler<GetAdapterRequest,GetAdapterResult> asyncHandler)
Gets configuration information for an adapter specified by an AdapterId, returning information on AdapterName,
Description, CreationTime, AutoUpdate status, and FeatureTypes.
|
| Modifier and Type | Method and Description |
|---|---|
GetAdapterResult |
GetAdapterResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetAdapterResult |
GetAdapterResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetAdapterResult |
GetAdapterResult.clone() |
GetAdapterResult |
GetAdapterResult.withAdapterId(String adapterId)
A string identifying the adapter that information has been retrieved for.
|
GetAdapterResult |
GetAdapterResult.withAdapterName(String adapterName)
The name of the requested adapter.
|
GetAdapterResult |
GetAdapterResult.withAutoUpdate(AutoUpdate autoUpdate)
Binary value indicating if the adapter is being automatically updated or not.
|
GetAdapterResult |
GetAdapterResult.withAutoUpdate(String autoUpdate)
Binary value indicating if the adapter is being automatically updated or not.
|
GetAdapterResult |
GetAdapterResult.withCreationTime(Date creationTime)
The date and time the requested adapter was created at.
|
GetAdapterResult |
GetAdapterResult.withDescription(String description)
The description for the requested adapter.
|
GetAdapterResult |
GetAdapterResult.withFeatureTypes(Collection<String> featureTypes)
List of the targeted feature types for the requested adapter.
|
GetAdapterResult |
GetAdapterResult.withFeatureTypes(FeatureType... featureTypes)
List of the targeted feature types for the requested adapter.
|
GetAdapterResult |
GetAdapterResult.withFeatureTypes(String... featureTypes)
List of the targeted feature types for the requested adapter.
|
GetAdapterResult |
GetAdapterResult.withTags(Map<String,String> tags)
A set of tags (key-value pairs) associated with the adapter that has been retrieved.
|
Copyright © 2024. All rights reserved.