Uses of Class
com.oracle.bmc.aidocument.model.DocumentElementsSubType.ModelSubType
-
Packages that use DocumentElementsSubType.ModelSubType Package Description com.oracle.bmc.aidocument.model -
-
Uses of DocumentElementsSubType.ModelSubType in com.oracle.bmc.aidocument.model
Methods in com.oracle.bmc.aidocument.model that return DocumentElementsSubType.ModelSubType Modifier and Type Method Description static DocumentElementsSubType.ModelSubTypeDocumentElementsSubType.ModelSubType. create(String key)DocumentElementsSubType.ModelSubTypeDocumentElementsSubType. getModelSubType()The model sub type for DOCUMENT_ELEMENTS_EXTRACTION.static DocumentElementsSubType.ModelSubTypeDocumentElementsSubType.ModelSubType. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentElementsSubType.ModelSubType[]DocumentElementsSubType.ModelSubType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.aidocument.model with parameters of type DocumentElementsSubType.ModelSubType Modifier and Type Method Description DocumentElementsSubType.BuilderDocumentElementsSubType.Builder. modelSubType(DocumentElementsSubType.ModelSubType modelSubType)The model sub type for DOCUMENT_ELEMENTS_EXTRACTION.Constructors in com.oracle.bmc.aidocument.model with parameters of type DocumentElementsSubType.ModelSubType Constructor Description DocumentElementsSubType(DocumentElementsSubType.ModelSubType modelSubType)Deprecated.
-