Package com.openai.models
Class ImageFileDelta.Detail
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class ImageFileDelta.Detail implements EnumSpecifies the detail level of the image if specified by the user.
lowuses fewer tokens, you can opt in to high resolution usinghigh.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumImageFileDelta.Detail.Knownpublic enumImageFileDelta.Detail.Value
-
Field Summary
Fields Modifier and Type Field Description public final static ImageFileDelta.DetailAUTOpublic final static ImageFileDelta.DetailLOWpublic final static ImageFileDelta.DetailHIGH
-
Method Summary
-
-
Method Detail
-
value
final ImageFileDelta.Detail.Value value()
-
known
final ImageFileDelta.Detail.Known known()
-
of
final static ImageFileDelta.Detail of(String value)
-
-
-
-