public static interface PageClassification.Builder extends SdkPojo, CopyableBuilder<PageClassification.Builder,PageClassification>
| Modifier and Type | Method and Description |
|---|---|
PageClassification.Builder |
pageNumber(Collection<Prediction> pageNumber)
The page number the value was detected on, relative to Amazon Textract's starting position.
|
PageClassification.Builder |
pageNumber(Consumer<Prediction.Builder>... pageNumber)
The page number the value was detected on, relative to Amazon Textract's starting position.
|
PageClassification.Builder |
pageNumber(Prediction... pageNumber)
The page number the value was detected on, relative to Amazon Textract's starting position.
|
PageClassification.Builder |
pageType(Collection<Prediction> pageType)
The class, or document type, assigned to a detected Page object.
|
PageClassification.Builder |
pageType(Consumer<Prediction.Builder>... pageType)
The class, or document type, assigned to a detected Page object.
|
PageClassification.Builder |
pageType(Prediction... pageType)
The class, or document type, assigned to a detected Page object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPageClassification.Builder pageType(Collection<Prediction> pageType)
The class, or document type, assigned to a detected Page object. The class, or document type, assigned to a detected Page object.
pageType - The class, or document type, assigned to a detected Page object. The class, or document type, assigned
to a detected Page object.PageClassification.Builder pageType(Prediction... pageType)
The class, or document type, assigned to a detected Page object. The class, or document type, assigned to a detected Page object.
pageType - The class, or document type, assigned to a detected Page object. The class, or document type, assigned
to a detected Page object.PageClassification.Builder pageType(Consumer<Prediction.Builder>... pageType)
The class, or document type, assigned to a detected Page object. The class, or document type, assigned to a detected Page object.
This is a convenience method that creates an instance of thePrediction.Builder avoiding the need to create one
manually via Prediction.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #pageType(List.
pageType - a consumer that will call methods on
Prediction.Builder#pageType(java.util.Collection) PageClassification.Builder pageNumber(Collection<Prediction> pageNumber)
The page number the value was detected on, relative to Amazon Textract's starting position.
pageNumber - The page number the value was detected on, relative to Amazon Textract's starting position.PageClassification.Builder pageNumber(Prediction... pageNumber)
The page number the value was detected on, relative to Amazon Textract's starting position.
pageNumber - The page number the value was detected on, relative to Amazon Textract's starting position.PageClassification.Builder pageNumber(Consumer<Prediction.Builder>... pageNumber)
The page number the value was detected on, relative to Amazon Textract's starting position.
This is a convenience method that creates an instance of thePrediction.Builder avoiding the need to create one
manually via Prediction.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #pageNumber(List.
pageNumber - a consumer that will call methods on
Prediction.Builder#pageNumber(java.util.Collection) Copyright © 2023. All rights reserved.