@musallam/firefly-client
    Preparing search index...

    Interface GenerateImagesResponseV3

    interface GenerateImagesResponseV3 {
        contentClass?: FireflyApiClient.ContentClassV3;
        outputs: OutputImageV3[];
        promptHasBlockedArtists?: boolean;
        promptHasDeniedWords?: boolean;
        size: Size;
    }
    Index

    Properties

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

    outputs: OutputImageV3[]

    Each image ID. 1

    promptHasBlockedArtists?: boolean

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

    promptHasDeniedWords?: boolean

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

    size: Size