| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
HumanLoopActivationOutput |
HumanLoopActivationOutput.clone() |
HumanLoopActivationOutput |
AnalyzeDocumentResult.getHumanLoopActivationOutput()
Shows the results of the human in the loop evaluation.
|
HumanLoopActivationOutput |
HumanLoopActivationOutput.withHumanLoopActivationConditionsEvaluationResults(String humanLoopActivationConditionsEvaluationResults)
Shows the result of condition evaluations, including those conditions which activated a human review.
|
HumanLoopActivationOutput |
HumanLoopActivationOutput.withHumanLoopActivationReasons(Collection<String> humanLoopActivationReasons)
Shows if and why human review was needed.
|
HumanLoopActivationOutput |
HumanLoopActivationOutput.withHumanLoopActivationReasons(String... humanLoopActivationReasons)
Shows if and why human review was needed.
|
HumanLoopActivationOutput |
HumanLoopActivationOutput.withHumanLoopArn(String humanLoopArn)
The Amazon Resource Name (ARN) of the HumanLoop created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnalyzeDocumentResult.setHumanLoopActivationOutput(HumanLoopActivationOutput humanLoopActivationOutput)
Shows the results of the human in the loop evaluation.
|
AnalyzeDocumentResult |
AnalyzeDocumentResult.withHumanLoopActivationOutput(HumanLoopActivationOutput humanLoopActivationOutput)
Shows the results of the human in the loop evaluation.
|
Copyright © 2022. All rights reserved.