Uses of Class
software.amazon.awssdk.services.textract.model.Prediction
-
Packages that use Prediction Package Description software.amazon.awssdk.services.textract.model -
-
Uses of Prediction in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type Prediction Modifier and Type Method Description List<Prediction>PageClassification. pageNumber()The page number the value was detected on, relative to Amazon Textract's starting position.List<Prediction>PageClassification. pageType()The class, or document type, assigned to a detected Page object.Methods in software.amazon.awssdk.services.textract.model with parameters of type Prediction Modifier and Type Method Description PageClassification.BuilderPageClassification.Builder. pageNumber(Prediction... pageNumber)The page number the value was detected on, relative to Amazon Textract's starting position.PageClassification.BuilderPageClassification.Builder. pageType(Prediction... pageType)The class, or document type, assigned to a detected Page object.Method parameters in software.amazon.awssdk.services.textract.model with type arguments of type Prediction Modifier and Type Method Description PageClassification.BuilderPageClassification.Builder. pageNumber(Collection<Prediction> pageNumber)The page number the value was detected on, relative to Amazon Textract's starting position.PageClassification.BuilderPageClassification.Builder. pageType(Collection<Prediction> pageType)The class, or document type, assigned to a detected Page object.
-