Package com.openai.models
Class ImageGenerateParams.Style
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class ImageGenerateParams.Style implements Enum
The style of the generated images. Must be one of
vivid
ornatural
. 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 enum
ImageGenerateParams.Style.Known
public enum
ImageGenerateParams.Style.Value
-
Field Summary
Fields Modifier and Type Field Description public final static ImageGenerateParams.Style
VIVID
public final static ImageGenerateParams.Style
NATURAL
-
Method Summary
Modifier and Type Method Description final JsonField<String>
_value()
final ImageGenerateParams.Style.Value
value()
final ImageGenerateParams.Style.Known
known()
final String
asString()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static ImageGenerateParams.Style
of(String value)
-
-
Method Detail
-
value
final ImageGenerateParams.Style.Value value()
-
known
final ImageGenerateParams.Style.Known known()
-
of
final static ImageGenerateParams.Style of(String value)
-
-
-
-