adobe-firefly-sdk
    Preparing search index...

    Type Alias GenerateImagesResponseV3

    Generating images from prompt

    type GenerateImagesResponseV3 = {
        contentClass?: ContentClassV3;
        outputs: OutputImageV3[];
        promptHasBlockedArtists?: boolean;
        promptHasDeniedWords?: boolean;
        size: Size;
    }
    Index

    Properties

    contentClass?: ContentClassV3

    Generate an image to being more photographic or more like art. Either photo or art.

    outputs: OutputImageV3[]

    List of images

    Each image ID.

    promptHasBlockedArtists?: boolean

    The prompt had artists that were blocked

    The generated image does not comply with its full prompt if the prompt names artists that are blocked.

    promptHasDeniedWords?: boolean

    The prompt had denied words

    The generated image does not comply with its full prompt if the prompt contains blocked words or descriptions.

    size: Size