Interface GeneratedImage

An output image.

interface GeneratedImage {
    enhancedPrompt?: string;
    image?: Image;
    raiFilteredReason?: string;
}

Properties

enhancedPrompt?: string

The rewritten prompt used for the image generation if the prompt enhancer is enabled.

image?: Image

The output image data.

raiFilteredReason?: string

Responsible AI filter reason if the image is filtered out of the response.

MMNEPVFCICPMFPCPTTAAATR