| Package | Description |
|---|---|
| software.amazon.awssdk.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
static ExpenseDetection.Builder |
ExpenseDetection.builder() |
ExpenseDetection.Builder |
ExpenseDetection.Builder.confidence(Float confidence)
The confidence in detection, as a percentage
|
default ExpenseDetection.Builder |
ExpenseDetection.Builder.geometry(Consumer<Geometry.Builder> geometry)
Sets the value of the Geometry property for this object.
|
ExpenseDetection.Builder |
ExpenseDetection.Builder.geometry(Geometry geometry)
Sets the value of the Geometry property for this object.
|
ExpenseDetection.Builder |
ExpenseDetection.Builder.text(String text)
The word or line of text recognized by Amazon Textract
|
ExpenseDetection.Builder |
ExpenseDetection.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExpenseDetection.Builder> |
ExpenseDetection.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ExpenseField.Builder |
ExpenseField.Builder.labelDetection(Consumer<ExpenseDetection.Builder> labelDetection)
The explicitly stated label of a detected element.
|
default ExpenseField.Builder |
ExpenseField.Builder.valueDetection(Consumer<ExpenseDetection.Builder> valueDetection)
The value of a detected element.
|
Copyright © 2023. All rights reserved.