Class ImageConfig
java.lang.Object
com.google.genai.gaos.models.interactions.ImageConfig
Deprecated.
class: This will be removed in a future release, please migrate away from it as soon as possible.
ImageConfig
The configuration for image interaction.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.ImageConfig(ImageConfigAspectRatio aspectRatio, ImageConfigImageSize imageSize) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.static ImageConfig.Builderbuilder()Deprecated.booleanDeprecated.inthashCode()Deprecated.Deprecated.toString()Deprecated.withAspectRatio(ImageConfigAspectRatio aspectRatio) Deprecated.withImageSize(ImageConfigImageSize imageSize) Deprecated.
-
Constructor Details
-
ImageConfig
public ImageConfig(@Nullable ImageConfigAspectRatio aspectRatio, @Nullable ImageConfigImageSize imageSize) Deprecated. -
ImageConfig
public ImageConfig()Deprecated.
-
-
Method Details
-
aspectRatio
Deprecated. -
imageSize
Deprecated. -
builder
Deprecated. -
withAspectRatio
Deprecated. -
withImageSize
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-