Uses of Interface
software.amazon.awssdk.services.textract.model.ExpenseDetection.Builder
-
Packages that use ExpenseDetection.Builder Package Description software.amazon.awssdk.services.textract.model -
-
Uses of ExpenseDetection.Builder in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return ExpenseDetection.Builder Modifier and Type Method Description static ExpenseDetection.BuilderExpenseDetection. builder()ExpenseDetection.BuilderExpenseDetection.Builder. confidence(Float confidence)The confidence in detection, as a percentagedefault ExpenseDetection.BuilderExpenseDetection.Builder. geometry(Consumer<Geometry.Builder> geometry)Sets the value of the Geometry property for this object.ExpenseDetection.BuilderExpenseDetection.Builder. geometry(Geometry geometry)Sets the value of the Geometry property for this object.ExpenseDetection.BuilderExpenseDetection.Builder. text(String text)The word or line of text recognized by Amazon TextractExpenseDetection.BuilderExpenseDetection. toBuilder()Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type ExpenseDetection.Builder Modifier and Type Method Description static Class<? extends ExpenseDetection.Builder>ExpenseDetection. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.textract.model with type arguments of type ExpenseDetection.Builder Modifier and Type Method Description default ExpenseField.BuilderExpenseField.Builder. labelDetection(Consumer<ExpenseDetection.Builder> labelDetection)The explicitly stated label of a detected element.default ExpenseField.BuilderExpenseField.Builder. valueDetection(Consumer<ExpenseDetection.Builder> valueDetection)The value of a detected element.
-