Uses of Interface
software.amazon.awssdk.services.textract.model.LendingDetection.Builder
-
Packages that use LendingDetection.Builder Package Description software.amazon.awssdk.services.textract.model -
-
Uses of LendingDetection.Builder in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return LendingDetection.Builder Modifier and Type Method Description static LendingDetection.BuilderLendingDetection. builder()LendingDetection.BuilderLendingDetection.Builder. confidence(Float confidence)The confidence level for the text of a detected value in a lending document.default LendingDetection.BuilderLendingDetection.Builder. geometry(Consumer<Geometry.Builder> geometry)Sets the value of the Geometry property for this object.LendingDetection.BuilderLendingDetection.Builder. geometry(Geometry geometry)Sets the value of the Geometry property for this object.LendingDetection.BuilderLendingDetection.Builder. selectionStatus(String selectionStatus)The selection status of a selection element, such as an option button or check box.LendingDetection.BuilderLendingDetection.Builder. selectionStatus(SelectionStatus selectionStatus)The selection status of a selection element, such as an option button or check box.LendingDetection.BuilderLendingDetection.Builder. text(String text)The text extracted for a detected value in a lending document.LendingDetection.BuilderLendingDetection. toBuilder()Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type LendingDetection.Builder Modifier and Type Method Description static Class<? extends LendingDetection.Builder>LendingDetection. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.textract.model with type arguments of type LendingDetection.Builder Modifier and Type Method Description default LendingField.BuilderLendingField.Builder. keyDetection(Consumer<LendingDetection.Builder> keyDetection)Sets the value of the KeyDetection property for this object.
-