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

    Interface MaskObjectsJobApiResponse

    interface MaskObjectsJobApiResponse {
        backgroundMasks: MaskObjectsOutputImage[];
        jobId: string;
        semanticMasks: MaskObjectsOutputImage[];
        status: PhotoshopClient.JobStatus;
    }
    Index

    Properties

    backgroundMasks: MaskObjectsOutputImage[]

    List of masks representing background regions.

    jobId: string

    The job ID.

    semanticMasks: MaskObjectsOutputImage[]

    List of masks representing foreground objects.