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

    Interface MaskBodyPartsJobApiResponse

    interface MaskBodyPartsJobApiResponse {
        jobId: string;
        masks: MaskBodyPartsOutputImage[];
        status: PhotoshopClient.JobStatus;
    }
    Index

    Properties

    Properties

    jobId: string

    The job ID.

    An array of output image masks.