| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
Prediction |
Prediction.clone() |
Prediction |
Prediction.withConfidence(Float confidence)
Amazon Textract's confidence in its predicted value.
|
Prediction |
Prediction.withValue(String value)
The predicted value of a detected object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Prediction> |
PageClassification.getPageNumber()
The page number the value was detected on, relative to Amazon Textract's starting position.
|
List<Prediction> |
PageClassification.getPageType()
The class, or document type, assigned to a detected Page object.
|
| Modifier and Type | Method and Description |
|---|---|
PageClassification |
PageClassification.withPageNumber(Prediction... pageNumber)
The page number the value was detected on, relative to Amazon Textract's starting position.
|
PageClassification |
PageClassification.withPageType(Prediction... pageType)
The class, or document type, assigned to a detected Page object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PageClassification.setPageNumber(Collection<Prediction> pageNumber)
The page number the value was detected on, relative to Amazon Textract's starting position.
|
void |
PageClassification.setPageType(Collection<Prediction> pageType)
The class, or document type, assigned to a detected Page object.
|
PageClassification |
PageClassification.withPageNumber(Collection<Prediction> pageNumber)
The page number the value was detected on, relative to Amazon Textract's starting position.
|
PageClassification |
PageClassification.withPageType(Collection<Prediction> pageType)
The class, or document type, assigned to a detected Page object.
|
Copyright © 2023. All rights reserved.