Uses of Interface
software.amazon.awssdk.services.textract.model.SignatureDetection.Builder
-
Packages that use SignatureDetection.Builder Package Description software.amazon.awssdk.services.textract.model -
-
Uses of SignatureDetection.Builder in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return SignatureDetection.Builder Modifier and Type Method Description static SignatureDetection.BuilderSignatureDetection. builder()SignatureDetection.BuilderSignatureDetection.Builder. confidence(Float confidence)The confidence, from 0 to 100, in the predicted values for a detected signature.default SignatureDetection.BuilderSignatureDetection.Builder. geometry(Consumer<Geometry.Builder> geometry)Sets the value of the Geometry property for this object.SignatureDetection.BuilderSignatureDetection.Builder. geometry(Geometry geometry)Sets the value of the Geometry property for this object.SignatureDetection.BuilderSignatureDetection. toBuilder()Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type SignatureDetection.Builder Modifier and Type Method Description static Class<? extends SignatureDetection.Builder>SignatureDetection. serializableBuilderClass()
-