Uses of Class
com.oracle.bmc.aivision.model.DocumentFeature.FeatureType
-
Packages that use DocumentFeature.FeatureType Package Description com.oracle.bmc.aivision.model -
-
Uses of DocumentFeature.FeatureType in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return DocumentFeature.FeatureType Modifier and Type Method Description static DocumentFeature.FeatureType
DocumentFeature.FeatureType. create(String key)
static DocumentFeature.FeatureType
DocumentFeature.FeatureType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DocumentFeature.FeatureType[]
DocumentFeature.FeatureType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-