adobe-firefly-sdk
    Preparing search index...

    Type Alias CreativeUpsamplerResponse

    CreativeUpsamplerResponse

    Upscale result (beta). Each item in outputs is a storage reference for an upscaled image.

    type CreativeUpsamplerResponse = {
        outputs: UpscaleBinaryOutput[];
        version: string;
    }
    Index

    Properties

    Properties

    The list of upscaled images (storage items).

    version: string

    The version of the upscale feature.