Package com.openai.models
Class ImageUrlDelta.Detail
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class ImageUrlDelta.Detail implements Enum
Specifies the detail level of the image.
low
uses fewer tokens, you can opt in to high resolution usinghigh
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
ImageUrlDelta.Detail.Known
public enum
ImageUrlDelta.Detail.Value
-
Field Summary
Fields Modifier and Type Field Description public final static ImageUrlDelta.Detail
AUTO
public final static ImageUrlDelta.Detail
LOW
public final static ImageUrlDelta.Detail
HIGH
-
Method Summary
-
-
Method Detail
-
value
final ImageUrlDelta.Detail.Value value()
-
known
final ImageUrlDelta.Detail.Known known()
-
of
final static ImageUrlDelta.Detail of(String value)
-
-
-
-