Uses of Class
com.oracle.bmc.aidocument.model.DetectedDocumentType
-
Packages that use DetectedDocumentType Package Description com.oracle.bmc.aidocument.model -
-
Uses of DetectedDocumentType in com.oracle.bmc.aidocument.model
Methods in com.oracle.bmc.aidocument.model that return DetectedDocumentType Modifier and Type Method Description DetectedDocumentType
DetectedDocumentType.Builder. build()
Methods in com.oracle.bmc.aidocument.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.aidocument.model with parameters of type DetectedDocumentType Modifier and Type Method Description DetectedDocumentType.Builder
DetectedDocumentType.Builder. copy(DetectedDocumentType model)
Method parameters in com.oracle.bmc.aidocument.model with type arguments of type DetectedDocumentType Modifier and Type Method Description AnalyzeDocumentResult.Builder
AnalyzeDocumentResult.Builder. detectedDocumentTypes(List<DetectedDocumentType> detectedDocumentTypes)
An array of detected document types.Page.Builder
Page.Builder. detectedDocumentTypes(List<DetectedDocumentType> detectedDocumentTypes)
An array of detected document types.Constructor parameters in com.oracle.bmc.aidocument.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.
-