Package com.openai.models
Class ImageGenerateParams.Style
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class ImageGenerateParams.Style implements EnumThe style of the generated images. Must be one of
vividornatural. Vivid causes the model to lean towards generating hyper-real and dramatic images. Natural causes the model to produce more natural, less hyper-real looking images. This param is only supported fordall-e-3.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumImageGenerateParams.Style.Knownpublic enumImageGenerateParams.Style.Value
-
Field Summary
Fields Modifier and Type Field Description public final static ImageGenerateParams.StyleVIVIDpublic final static ImageGenerateParams.StyleNATURAL
-
Method Summary
Modifier and Type Method Description final JsonField<String>_value()final ImageGenerateParams.Style.Valuevalue()final ImageGenerateParams.Style.Knownknown()final StringasString()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ImageGenerateParams.Styleof(String value)-
-
Method Detail
-
value
final ImageGenerateParams.Style.Value value()
-
known
final ImageGenerateParams.Style.Known known()
-
of
final static ImageGenerateParams.Style of(String value)
-
-
-
-