Uses of Interface
software.amazon.awssdk.services.textract.model.AnalyzeIDDetections.Builder
-
Packages that use AnalyzeIDDetections.Builder Package Description software.amazon.awssdk.services.textract.model -
-
Uses of AnalyzeIDDetections.Builder in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return AnalyzeIDDetections.Builder Modifier and Type Method Description static AnalyzeIDDetections.BuilderAnalyzeIDDetections. builder()AnalyzeIDDetections.BuilderAnalyzeIDDetections.Builder. confidence(Float confidence)The confidence score of the detected text.default AnalyzeIDDetections.BuilderAnalyzeIDDetections.Builder. normalizedValue(Consumer<NormalizedValue.Builder> normalizedValue)Only returned for dates, returns the type of value detected and the date written in a more machine readable way.AnalyzeIDDetections.BuilderAnalyzeIDDetections.Builder. normalizedValue(NormalizedValue normalizedValue)Only returned for dates, returns the type of value detected and the date written in a more machine readable way.AnalyzeIDDetections.BuilderAnalyzeIDDetections.Builder. text(String text)Text of either the normalized field or value associated with it.AnalyzeIDDetections.BuilderAnalyzeIDDetections. toBuilder()Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type AnalyzeIDDetections.Builder Modifier and Type Method Description static Class<? extends AnalyzeIDDetections.Builder>AnalyzeIDDetections. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.textract.model with type arguments of type AnalyzeIDDetections.Builder Modifier and Type Method Description default IdentityDocumentField.BuilderIdentityDocumentField.Builder. type(Consumer<AnalyzeIDDetections.Builder> type)Sets the value of the Type property for this object.default IdentityDocumentField.BuilderIdentityDocumentField.Builder. valueDetection(Consumer<AnalyzeIDDetections.Builder> valueDetection)Sets the value of the ValueDetection property for this object.
-