Uses of Class
com.oracle.bmc.generativeaiinference.model.CohereImageUrlV2.Detail
-
Packages that use CohereImageUrlV2.Detail Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of CohereImageUrlV2.Detail in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return CohereImageUrlV2.Detail Modifier and Type Method Description static CohereImageUrlV2.DetailCohereImageUrlV2.Detail. create(String key)CohereImageUrlV2.DetailCohereImageUrlV2. getDetail()Controls the level of detail in image processing.static CohereImageUrlV2.DetailCohereImageUrlV2.Detail. valueOf(String name)Returns the enum constant of this type with the specified name.static CohereImageUrlV2.Detail[]CohereImageUrlV2.Detail. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.generativeaiinference.model with parameters of type CohereImageUrlV2.Detail Modifier and Type Method Description CohereImageUrlV2.BuilderCohereImageUrlV2.Builder. detail(CohereImageUrlV2.Detail detail)Controls the level of detail in image processing.Constructors in com.oracle.bmc.generativeaiinference.model with parameters of type CohereImageUrlV2.Detail Constructor Description CohereImageUrlV2(String url, CohereImageUrlV2.Detail detail)Deprecated.
-