| Package | Description |
|---|---|
| software.amazon.awssdk.services.textract |
Amazon Textract detects and analyzes text in documents and converts it into machine-readable text.
|
| software.amazon.awssdk.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
default GetDocumentTextDetectionResponse |
TextractClient.getDocumentTextDetection(Consumer<GetDocumentTextDetectionRequest.Builder> getDocumentTextDetectionRequest)
Gets the results for an Amazon Textract asynchronous operation that detects text in a document.
|
default CompletableFuture<GetDocumentTextDetectionResponse> |
TextractAsyncClient.getDocumentTextDetection(Consumer<GetDocumentTextDetectionRequest.Builder> getDocumentTextDetectionRequest)
Gets the results for an Amazon Textract asynchronous operation that detects text in a document.
|
| Modifier and Type | Method and Description |
|---|---|
static GetDocumentTextDetectionRequest.Builder |
GetDocumentTextDetectionRequest.builder() |
GetDocumentTextDetectionRequest.Builder |
GetDocumentTextDetectionRequest.Builder.jobId(String jobId)
A unique identifier for the text detection job.
|
GetDocumentTextDetectionRequest.Builder |
GetDocumentTextDetectionRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return per paginated call.
|
GetDocumentTextDetectionRequest.Builder |
GetDocumentTextDetectionRequest.Builder.nextToken(String nextToken)
If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns
a pagination token in the response.
|
GetDocumentTextDetectionRequest.Builder |
GetDocumentTextDetectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDocumentTextDetectionRequest.Builder |
GetDocumentTextDetectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDocumentTextDetectionRequest.Builder |
GetDocumentTextDetectionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDocumentTextDetectionRequest.Builder> |
GetDocumentTextDetectionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.