public static interface ExpenseDetection.Builder extends SdkPojo, CopyableBuilder<ExpenseDetection.Builder,ExpenseDetection>
| Modifier and Type | Method and Description |
|---|---|
ExpenseDetection.Builder |
confidence(Float confidence)
The confidence in detection, as a percentage
|
default ExpenseDetection.Builder |
geometry(Consumer<Geometry.Builder> geometry)
Sets the value of the Geometry property for this object.
|
ExpenseDetection.Builder |
geometry(Geometry geometry)
Sets the value of the Geometry property for this object.
|
ExpenseDetection.Builder |
text(String text)
The word or line of text recognized by Amazon Textract
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExpenseDetection.Builder text(String text)
The word or line of text recognized by Amazon Textract
text - The word or line of text recognized by Amazon TextractExpenseDetection.Builder geometry(Geometry geometry)
geometry - The new value for the Geometry property for this object.default ExpenseDetection.Builder geometry(Consumer<Geometry.Builder> geometry)
Geometry.Builder avoiding the need to
create one manually via Geometry.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to geometry(Geometry).
geometry - a consumer that will call methods on Geometry.Buildergeometry(Geometry)ExpenseDetection.Builder confidence(Float confidence)
The confidence in detection, as a percentage
confidence - The confidence in detection, as a percentageCopyright © 2023. All rights reserved.