referenceImages

@CanIgnoreReturnValue()
public GenerateVideosConfig.Builder referenceImages(Array<VideoGenerationReferenceImage> referenceImages)

Setter for referenceImages.

referenceImages: The images to use as the references to generate the videos. If this field is provided, the text prompt field must also be provided. The image, video, or last_frame field are not supported. Each image must be associated with a type. Veo 2 supports up to 3 asset images *or* 1 style image.


@CanIgnoreReturnValue()
public GenerateVideosConfig.Builder referenceImages(Array<VideoGenerationReferenceImage.Builder> referenceImagesBuilders)

Setter for referenceImages builder.

referenceImages: The images to use as the references to generate the videos. If this field is provided, the text prompt field must also be provided. The image, video, or last_frame field are not supported. Each image must be associated with a type. Veo 2 supports up to 3 asset images *or* 1 style image.