adobe-firefly-sdk
    Preparing search index...

    Type Alias RefineMaskJobApiResponse

    type RefineMaskJobApiResponse = {
        image?: RefineMaskOutputImage;
        jobId: string;
        mask?: RefineMaskOutputImage;
        status: JobStatus;
    }
    Index

    Properties

    The image with color decontamination. This will only be attached to the response when mask is specified as an input. Only applicable when colorDecontamination is true.

    jobId: string

    The job ID.

    The refined mask. This will only be attached to the response when mask is specified as an input. Only applicable when colorDecontamination is false.

    status: JobStatus