adobe-firefly-sdk
    Preparing search index...

    Type Alias JobOutput

    JobOutput

    A single output entry from the job.

    type JobOutput = {
        image: PublicBinaryOutput;
        seed: number;
    }
    Index

    Properties

    Properties

    The generated output image.

    seed: number

    Random seed used for generation.