Uses of Class
com.oracle.bmc.aivision.model.Page
-
Packages that use Page Package Description com.oracle.bmc.aivision.model -
-
Uses of Page in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return Page Modifier and Type Method Description Page
Page.Builder. build()
Methods in com.oracle.bmc.aivision.model that return types with arguments of type Page Modifier and Type Method Description List<Page>
AnalyzeDocumentResult. getPages()
The array of a Page.Methods in com.oracle.bmc.aivision.model with parameters of type Page Modifier and Type Method Description Page.Builder
Page.Builder. copy(Page model)
Method parameters in com.oracle.bmc.aivision.model with type arguments of type Page Modifier and Type Method Description AnalyzeDocumentResult.Builder
AnalyzeDocumentResult.Builder. pages(List<Page> pages)
The array of a Page.Constructor parameters in com.oracle.bmc.aivision.model with type arguments of type Page Constructor Description AnalyzeDocumentResult(DocumentMetadata documentMetadata, List<Page> pages, List<DetectedDocumentType> detectedDocumentTypes, List<DetectedLanguage> detectedLanguages, String documentClassificationModelVersion, String languageClassificationModelVersion, String textDetectionModelVersion, String keyValueDetectionModelVersion, String tableDetectionModelVersion, List<ProcessingError> errors, byte[] searchablePdf)
Deprecated.
-