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 CompletableFuture<StartDocumentAnalysisResponse> |
TextractAsyncClient.startDocumentAnalysis(Consumer<StartDocumentAnalysisRequest.Builder> startDocumentAnalysisRequest)
Starts asynchronous analysis of an input document for relationships between detected items such as key and value
pairs, tables, and selection elements.
|
default StartDocumentAnalysisResponse |
TextractClient.startDocumentAnalysis(Consumer<StartDocumentAnalysisRequest.Builder> startDocumentAnalysisRequest)
Starts asynchronous analysis of an input document for relationships between detected items such as key and value
pairs, tables, and selection elements.
|
Modifier and Type | Method and Description |
---|---|
static StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.builder() |
StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.Builder.clientRequestToken(String clientRequestToken)
The idempotent token that you use to identify the start request.
|
default StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.Builder.documentLocation(Consumer<DocumentLocation.Builder> documentLocation)
The location of the document to be processed.
|
StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.Builder.documentLocation(DocumentLocation documentLocation)
The location of the document to be processed.
|
StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.Builder.featureTypes(Collection<FeatureType> featureTypes)
A list of the types of analysis to perform.
|
StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.Builder.featureTypes(FeatureType... featureTypes)
A list of the types of analysis to perform.
|
StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.Builder.featureTypesWithStrings(Collection<String> featureTypes)
A list of the types of analysis to perform.
|
StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.Builder.featureTypesWithStrings(String... featureTypes)
A list of the types of analysis to perform.
|
StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.Builder.jobTag(String jobTag)
An identifier you specify that's included in the completion notification that's published to the Amazon SNS
topic.
|
default StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.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.
|
StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.Builder.notificationChannel(NotificationChannel notificationChannel)
The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.
|
StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends StartDocumentAnalysisRequest.Builder> |
StartDocumentAnalysisRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.