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()Clears the value of productImage field.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.
-
clearProductImage
Clears the value of productImage field. -
build
-