Uses of Class
com.oracle.bmc.aivision.model.DetectedDocumentType
-
Packages that use DetectedDocumentType Package Description com.oracle.bmc.aivision.model -
-
Uses of DetectedDocumentType in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return DetectedDocumentType Modifier and Type Method Description DetectedDocumentTypeDetectedDocumentType.Builder. build()Methods in com.oracle.bmc.aivision.model that return types with arguments of type DetectedDocumentType Modifier and Type Method Description List<DetectedDocumentType>AnalyzeDocumentResult. getDetectedDocumentTypes()An array of detected document types.List<DetectedDocumentType>Page. getDetectedDocumentTypes()An array of detected document types.Methods in com.oracle.bmc.aivision.model with parameters of type DetectedDocumentType Modifier and Type Method Description DetectedDocumentType.BuilderDetectedDocumentType.Builder. copy(DetectedDocumentType model)Method parameters in com.oracle.bmc.aivision.model with type arguments of type DetectedDocumentType Modifier and Type Method Description AnalyzeDocumentResult.BuilderAnalyzeDocumentResult.Builder. detectedDocumentTypes(List<DetectedDocumentType> detectedDocumentTypes)An array of detected document types.Page.BuilderPage.Builder. detectedDocumentTypes(List<DetectedDocumentType> detectedDocumentTypes)An array of detected document types.Constructor parameters in com.oracle.bmc.aivision.model with type arguments of type DetectedDocumentType Constructor Description Page(Integer pageNumber, Dimensions dimensions, List<DetectedDocumentType> detectedDocumentTypes, List<DetectedLanguage> detectedLanguages, List<Word> words, List<Line> lines, List<Table> tables, List<DocumentField> documentFields)Deprecated.
-