Interface VideoGenerationReferenceImage

A reference image for video generation.

interface VideoGenerationReferenceImage {
    image?: Image;
    referenceType?: VideoGenerationReferenceType;
}

Properties

image?: Image

The reference image.

The type of the reference image, which defines how the reference image will be used to generate the video.