| 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 StartDocumentTextDetectionResponse |
TextractClient.startDocumentTextDetection(Consumer<StartDocumentTextDetectionRequest.Builder> startDocumentTextDetectionRequest)
Starts the asynchronous detection of text in a document.
|
default CompletableFuture<StartDocumentTextDetectionResponse> |
TextractAsyncClient.startDocumentTextDetection(Consumer<StartDocumentTextDetectionRequest.Builder> startDocumentTextDetectionRequest)
Starts the asynchronous detection of text in a document.
|
| Modifier and Type | Method and Description |
|---|---|
static StartDocumentTextDetectionRequest.Builder |
StartDocumentTextDetectionRequest.builder() |
StartDocumentTextDetectionRequest.Builder |
StartDocumentTextDetectionRequest.Builder.clientRequestToken(String clientRequestToken)
The idempotent token that's used to identify the start request.
|
default StartDocumentTextDetectionRequest.Builder |
StartDocumentTextDetectionRequest.Builder.documentLocation(Consumer<DocumentLocation.Builder> documentLocation)
The location of the document to be processed.
|
StartDocumentTextDetectionRequest.Builder |
StartDocumentTextDetectionRequest.Builder.documentLocation(DocumentLocation documentLocation)
The location of the document to be processed.
|
StartDocumentTextDetectionRequest.Builder |
StartDocumentTextDetectionRequest.Builder.jobTag(String jobTag)
An identifier that you specify that's included in the completion notification published to the Amazon SNS
topic.
|
StartDocumentTextDetectionRequest.Builder |
StartDocumentTextDetectionRequest.Builder.kmsKeyId(String kmsKeyId)
The KMS key used to encrypt the inference results.
|
default StartDocumentTextDetectionRequest.Builder |
StartDocumentTextDetectionRequest.Builder.notificationChannel(Consumer<NotificationChannel.Builder> notificationChannel)
The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.
|
StartDocumentTextDetectionRequest.Builder |
StartDocumentTextDetectionRequest.Builder.notificationChannel(NotificationChannel notificationChannel)
The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.
|
default StartDocumentTextDetectionRequest.Builder |
StartDocumentTextDetectionRequest.Builder.outputConfig(Consumer<OutputConfig.Builder> outputConfig)
Sets if the output will go to a customer defined bucket.
|
StartDocumentTextDetectionRequest.Builder |
StartDocumentTextDetectionRequest.Builder.outputConfig(OutputConfig outputConfig)
Sets if the output will go to a customer defined bucket.
|
StartDocumentTextDetectionRequest.Builder |
StartDocumentTextDetectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartDocumentTextDetectionRequest.Builder |
StartDocumentTextDetectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartDocumentTextDetectionRequest.Builder |
StartDocumentTextDetectionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartDocumentTextDetectionRequest.Builder> |
StartDocumentTextDetectionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.