Class ProductImage.Builder

java.lang.Object
com.google.genai.types.ProductImage.Builder
Enclosing class:
ProductImage

public abstract static class ProductImage.Builder extends Object
Builder for ProductImage.
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • productImage

      public abstract ProductImage.Builder productImage(Image productImage)
      Setter for productImage.

      productImage: An image of the product to be recontextualized.

    • productImage

      public ProductImage.Builder productImage(Image.Builder productImageBuilder)
      Setter for productImage builder.

      productImage: An image of the product to be recontextualized.

    • build

      public abstract ProductImage build()