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 AnalyzeIDDetections
IdentityDocumentField. type()
Returns the value of the Type property for this object.AnalyzeIDDetections
IdentityDocumentField. 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.Builder
IdentityDocumentField.Builder. type(AnalyzeIDDetections type)
Sets the value of the Type property for this object.IdentityDocumentField.Builder
IdentityDocumentField.Builder. valueDetection(AnalyzeIDDetections valueDetection)
Sets the value of the ValueDetection property for this object.
-