@musallam/photoshop-client
    Preparing search index...

    Interface RefineMaskJobApiResponse

    interface RefineMaskJobApiResponse {
        image?: RefineMaskOutputImage;
        jobId: string;
        mask?: RefineMaskOutputImage;
        status: PhotoshopClient.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.