Class ImageResponseFormatImageSize
java.lang.Object
com.google.genai.gaos.models.interactions.ImageResponseFormatImageSize
ImageResponseFormatImageSize
The size of the image output.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ImageResponseFormatImageSizestatic final ImageResponseFormatImageSizestatic final ImageResponseFormatImageSizestatic final ImageResponseFormatImageSize -
Method Summary
Modifier and TypeMethodDescriptionasEnum()booleaninthashCode()booleanisKnown()static ImageResponseFormatImageSizeReturns a ImageResponseFormatImageSize with the given value.toString()value()static ImageResponseFormatImageSize[]values()
-
Field Details
-
FIVE_HUNDRED_AND_TWELVE
-
ONE_K
-
TWO_K
-
FOUR_K
-
-
Method Details
-
of
Returns a ImageResponseFormatImageSize with the given value. For a specific value the returned object will always be a singleton so reference equality is satisfied when the values are the same.- Parameters:
value- value to be wrapped as ImageResponseFormatImageSize
-
value
-
asEnum
-
isKnown
public boolean isKnown() -
hashCode
public int hashCode() -
equals
-
toString
-
values
-