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