Uses of Class
software.amazon.awssdk.services.textract.model.AnalyzeIDDetections
-
Packages that use AnalyzeIDDetections Package Description software.amazon.awssdk.services.textract.model -
-
Uses of AnalyzeIDDetections in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return AnalyzeIDDetections Modifier and Type Method Description AnalyzeIDDetectionsIdentityDocumentField. type()Returns the value of the Type property for this object.AnalyzeIDDetectionsIdentityDocumentField. valueDetection()Returns the value of the ValueDetection property for this object.Methods in software.amazon.awssdk.services.textract.model with parameters of type AnalyzeIDDetections Modifier and Type Method Description IdentityDocumentField.BuilderIdentityDocumentField.Builder. type(AnalyzeIDDetections type)Sets the value of the Type property for this object.IdentityDocumentField.BuilderIdentityDocumentField.Builder. valueDetection(AnalyzeIDDetections valueDetection)Sets the value of the ValueDetection property for this object.
-