Uses of Class
com.google.genai.types.ProductImage
Packages that use ProductImage
-
Uses of ProductImage in com.google.genai.types
Methods in com.google.genai.types that return ProductImageModifier and TypeMethodDescriptionabstract ProductImageProductImage.Builder.build()static ProductImageDeserializes a JSON string to a ProductImage object.Methods in com.google.genai.types that return types with arguments of type ProductImageModifier and TypeMethodDescriptionabstract Optional<List<ProductImage>>RecontextImageSource.productImages()A list of product images.Methods in com.google.genai.types with parameters of type ProductImageModifier and TypeMethodDescriptionRecontextImageSource.Builder.productImages(ProductImage... productImages) Setter for productImages.Method parameters in com.google.genai.types with type arguments of type ProductImageModifier and TypeMethodDescriptionabstract RecontextImageSource.BuilderRecontextImageSource.Builder.productImages(List<ProductImage> productImages) Setter for productImages.