adobe-firefly-sdk
    Preparing search index...

    Type Alias CreativeUpscaleAcceptResponseV3

    CreativeUpscaleAcceptResponseV3

    Response for async upscale requests (beta). Use links.result.href to poll for status and links.cancel.href to cancel.

    type CreativeUpscaleAcceptResponseV3 = {
        links: { [key: string]: CreativeUpscaleTaskLink };
        progress?: number;
    }
    Index

    Properties

    Properties

    links: { [key: string]: CreativeUpscaleTaskLink }

    Links to cancel and to fetch the job status or result.

    progress?: number

    Progress percentage when available (for example when polling status).