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