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