Uses of Class
software.amazon.awssdk.services.textract.model.LendingDetection
-
Packages that use LendingDetection Package Description software.amazon.awssdk.services.textract.model -
-
Uses of LendingDetection in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return LendingDetection Modifier and Type Method Description LendingDetectionLendingField. keyDetection()Returns the value of the KeyDetection property for this object.Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type LendingDetection Modifier and Type Method Description List<LendingDetection>LendingField. valueDetections()An array of LendingDetection objects.Methods in software.amazon.awssdk.services.textract.model with parameters of type LendingDetection Modifier and Type Method Description LendingField.BuilderLendingField.Builder. keyDetection(LendingDetection keyDetection)Sets the value of the KeyDetection property for this object.LendingField.BuilderLendingField.Builder. valueDetections(LendingDetection... valueDetections)An array of LendingDetection objects.Method parameters in software.amazon.awssdk.services.textract.model with type arguments of type LendingDetection Modifier and Type Method Description LendingField.BuilderLendingField.Builder. valueDetections(Collection<LendingDetection> valueDetections)An array of LendingDetection objects.
-