| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
ExpenseDetection |
ExpenseDetection.clone() |
ExpenseDetection |
ExpenseField.getLabelDetection()
The explicitly stated label of a detected element.
|
ExpenseDetection |
ExpenseField.getValueDetection()
The value of a detected element.
|
ExpenseDetection |
ExpenseDetection.withConfidence(Float confidence)
The confidence in detection, as a percentage
|
ExpenseDetection |
ExpenseDetection.withGeometry(Geometry geometry) |
ExpenseDetection |
ExpenseDetection.withText(String text)
The word or line of text recognized by Amazon Textract
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExpenseField.setLabelDetection(ExpenseDetection labelDetection)
The explicitly stated label of a detected element.
|
void |
ExpenseField.setValueDetection(ExpenseDetection valueDetection)
The value of a detected element.
|
ExpenseField |
ExpenseField.withLabelDetection(ExpenseDetection labelDetection)
The explicitly stated label of a detected element.
|
ExpenseField |
ExpenseField.withValueDetection(ExpenseDetection valueDetection)
The value of a detected element.
|
Copyright © 2023. All rights reserved.