Package com.openai.models
Class ImageFileDelta.Detail
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class ImageFileDelta.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
ImageFileDelta.Detail.Known
public enum
ImageFileDelta.Detail.Value
-
Field Summary
Fields Modifier and Type Field Description public final static ImageFileDelta.Detail
AUTO
public final static ImageFileDelta.Detail
LOW
public final static ImageFileDelta.Detail
HIGH
-
Method Summary
-
-
Method Detail
-
value
final ImageFileDelta.Detail.Value value()
-
known
final ImageFileDelta.Detail.Known known()
-
of
final static ImageFileDelta.Detail of(String value)
-
-
-
-