adobe-firefly-sdk
    Preparing search index...

    Type Alias LrOutputDetails

    LrOutputDetails

    type LrOutputDetails = {
        href: string;
        overwrite?: boolean;
        quality?: number;
        storage: StorageType;
        type: ImageFormatType;
    }
    Index

    Properties

    href: string

    Pre-signed POST URL to the output file.

    overwrite?: boolean

    Determines if the output file should be overwritten if it already exists. This flag is used only for Adobe cloud storage.

    quality?: number

    Quality of the JPEG outputs (will be ignored for other output types). Ranges from 1 to 12, with 12 as the highest quality.

    storage: StorageType