| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
AnalyzeIDDetections |
AnalyzeIDDetections.clone() |
AnalyzeIDDetections |
IdentityDocumentField.getType() |
AnalyzeIDDetections |
IdentityDocumentField.getValueDetection() |
AnalyzeIDDetections |
AnalyzeIDDetections.withConfidence(Float confidence)
The confidence score of the detected text.
|
AnalyzeIDDetections |
AnalyzeIDDetections.withNormalizedValue(NormalizedValue normalizedValue)
Only returned for dates, returns the type of value detected and the date written in a more machine readable way.
|
AnalyzeIDDetections |
AnalyzeIDDetections.withText(String text)
Text of either the normalized field or value associated with it.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityDocumentField.setType(AnalyzeIDDetections type) |
void |
IdentityDocumentField.setValueDetection(AnalyzeIDDetections valueDetection) |
IdentityDocumentField |
IdentityDocumentField.withType(AnalyzeIDDetections type) |
IdentityDocumentField |
IdentityDocumentField.withValueDetection(AnalyzeIDDetections valueDetection) |
Copyright © 2024. All rights reserved.