adobe-firefly-sdk
    Preparing search index...

    Type Alias UpscaleBinaryOutput

    UpscaleBinaryOutput

    Reference to output binary (for example an upscaled image). Use id in subsequent API calls or the presigned URL to download.

    type UpscaleBinaryOutput = {
        creativeCloudComponentId?: string;
        creativeCloudFileId?: string;
        id?: string;
        name?: string;
        presignedUrl?: string;
    }
    Index

    Properties

    creativeCloudComponentId?: string

    Optional ID of the component in ACP. Must be an ACP Component asset ID.

    creativeCloudFileId?: string

    Optional ID of the file in ACP. Must be an ACP File asset ID.

    id?: string

    The internal ID for a storage item.

    name?: string

    Optional name for the item (for example for lookup in multipart responses).

    presignedUrl?: string

    URL to download the file. Expires in one hour.