Package com.openai.models
Class ImageFile.Detail
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class ImageFile.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 enumImageFile.Detail.Knownpublic enumImageFile.Detail.Value
-
Field Summary
Fields Modifier and Type Field Description public final static ImageFile.DetailAUTOpublic final static ImageFile.DetailLOWpublic final static ImageFile.DetailHIGH
-
Method Summary
-
-
Method Detail
-
value
final ImageFile.Detail.Value value()
-
known
final ImageFile.Detail.Known known()
-
of
final static ImageFile.Detail of(String value)
-
-
-
-