| 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 StartLendingAnalysisResponse |
TextractClient.startLendingAnalysis(Consumer<StartLendingAnalysisRequest.Builder> startLendingAnalysisRequest)
Starts the classification and analysis of an input document.
|
default CompletableFuture<StartLendingAnalysisResponse> |
TextractAsyncClient.startLendingAnalysis(Consumer<StartLendingAnalysisRequest.Builder> startLendingAnalysisRequest)
Starts the classification and analysis of an input document.
|
| Modifier and Type | Method and Description |
|---|---|
static StartLendingAnalysisRequest.Builder |
StartLendingAnalysisRequest.builder() |
StartLendingAnalysisRequest.Builder |
StartLendingAnalysisRequest.Builder.clientRequestToken(String clientRequestToken)
The idempotent token that you use to identify the start request.
|
default StartLendingAnalysisRequest.Builder |
StartLendingAnalysisRequest.Builder.documentLocation(Consumer<DocumentLocation.Builder> documentLocation)
Sets the value of the DocumentLocation property for this object.
|
StartLendingAnalysisRequest.Builder |
StartLendingAnalysisRequest.Builder.documentLocation(DocumentLocation documentLocation)
Sets the value of the DocumentLocation property for this object.
|
StartLendingAnalysisRequest.Builder |
StartLendingAnalysisRequest.Builder.jobTag(String jobTag)
An identifier that you specify to be included in the completion notification published to the Amazon SNS
topic.
|
StartLendingAnalysisRequest.Builder |
StartLendingAnalysisRequest.Builder.kmsKeyId(String kmsKeyId)
The KMS key used to encrypt the inference results.
|
default StartLendingAnalysisRequest.Builder |
StartLendingAnalysisRequest.Builder.notificationChannel(Consumer<NotificationChannel.Builder> notificationChannel)
Sets the value of the NotificationChannel property for this object.
|
StartLendingAnalysisRequest.Builder |
StartLendingAnalysisRequest.Builder.notificationChannel(NotificationChannel notificationChannel)
Sets the value of the NotificationChannel property for this object.
|
default StartLendingAnalysisRequest.Builder |
StartLendingAnalysisRequest.Builder.outputConfig(Consumer<OutputConfig.Builder> outputConfig)
Sets the value of the OutputConfig property for this object.
|
StartLendingAnalysisRequest.Builder |
StartLendingAnalysisRequest.Builder.outputConfig(OutputConfig outputConfig)
Sets the value of the OutputConfig property for this object.
|
StartLendingAnalysisRequest.Builder |
StartLendingAnalysisRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartLendingAnalysisRequest.Builder |
StartLendingAnalysisRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartLendingAnalysisRequest.Builder |
StartLendingAnalysisRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartLendingAnalysisRequest.Builder> |
StartLendingAnalysisRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.