Package com.google.genai.types
Class ProductImage.Builder
java.lang.Object
com.google.genai.types.ProductImage.Builder
- Enclosing class:
- ProductImage
Builder for ProductImage.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ProductImagebuild()abstract ProductImage.BuilderproductImage(Image productImage) Setter for productImage.productImage(Image.Builder productImageBuilder) Setter for productImage builder.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
productImage
Setter for productImage.productImage: An image of the product to be recontextualized.
-
productImage
Setter for productImage builder.productImage: An image of the product to be recontextualized.
-
build
-