| Package | Description |
|---|---|
| software.amazon.awssdk.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
AnalyzeDocumentResponse.Builder |
AnalyzeDocumentResponse.Builder.analyzeDocumentModelVersion(String analyzeDocumentModelVersion)
The version of the model used to analyze the document.
|
AnalyzeDocumentResponse.Builder |
AnalyzeDocumentResponse.Builder.blocks(Block... blocks)
The items that are detected and analyzed by
AnalyzeDocument. |
AnalyzeDocumentResponse.Builder |
AnalyzeDocumentResponse.Builder.blocks(Collection<Block> blocks)
The items that are detected and analyzed by
AnalyzeDocument. |
AnalyzeDocumentResponse.Builder |
AnalyzeDocumentResponse.Builder.blocks(Consumer<Block.Builder>... blocks)
The items that are detected and analyzed by
AnalyzeDocument. |
static AnalyzeDocumentResponse.Builder |
AnalyzeDocumentResponse.builder() |
default AnalyzeDocumentResponse.Builder |
AnalyzeDocumentResponse.Builder.documentMetadata(Consumer<DocumentMetadata.Builder> documentMetadata)
Metadata about the analyzed document.
|
AnalyzeDocumentResponse.Builder |
AnalyzeDocumentResponse.Builder.documentMetadata(DocumentMetadata documentMetadata)
Metadata about the analyzed document.
|
default AnalyzeDocumentResponse.Builder |
AnalyzeDocumentResponse.Builder.humanLoopActivationOutput(Consumer<HumanLoopActivationOutput.Builder> humanLoopActivationOutput)
Shows the results of the human in the loop evaluation.
|
AnalyzeDocumentResponse.Builder |
AnalyzeDocumentResponse.Builder.humanLoopActivationOutput(HumanLoopActivationOutput humanLoopActivationOutput)
Shows the results of the human in the loop evaluation.
|
AnalyzeDocumentResponse.Builder |
AnalyzeDocumentResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AnalyzeDocumentResponse.Builder> |
AnalyzeDocumentResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.