| Package | Description |
|---|---|
| software.amazon.awssdk.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
static HumanLoopConfig.Builder |
HumanLoopConfig.builder() |
default HumanLoopConfig.Builder |
HumanLoopConfig.Builder.dataAttributes(Consumer<HumanLoopDataAttributes.Builder> dataAttributes)
Sets attributes of the input data.
|
HumanLoopConfig.Builder |
HumanLoopConfig.Builder.dataAttributes(HumanLoopDataAttributes dataAttributes)
Sets attributes of the input data.
|
HumanLoopConfig.Builder |
HumanLoopConfig.Builder.flowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition.
|
HumanLoopConfig.Builder |
HumanLoopConfig.Builder.humanLoopName(String humanLoopName)
The name of the human workflow used for this image.
|
HumanLoopConfig.Builder |
HumanLoopConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HumanLoopConfig.Builder> |
HumanLoopConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AnalyzeDocumentRequest.Builder |
AnalyzeDocumentRequest.Builder.humanLoopConfig(Consumer<HumanLoopConfig.Builder> humanLoopConfig)
Sets the configuration for the human in the loop workflow for analyzing documents.
|
Copyright © 2023. All rights reserved.