Interface RecontextImageParameters

The parameters for recontextualizing an image.

interface RecontextImageParameters {
    config?: RecontextImageConfig;
    model: string;
    source: RecontextImageSource;
}

Properties

Properties

Configuration for image recontextualization.

model: string

ID of the model to use. For a list of models, see Google models <https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models>_.

A set of source input(s) for image recontextualization.