adobe-firefly-sdk
    Preparing search index...

    Type Alias MaskObjectsJobApiResponse

    type MaskObjectsJobApiResponse = {
        backgroundMasks: MaskObjectsOutputImage[];
        jobId: string;
        semanticMasks: MaskObjectsOutputImage[];
        status: JobStatus;
    }
    Index

    Properties

    backgroundMasks: MaskObjectsOutputImage[]

    List of masks representing background regions.

    jobId: string

    The job ID.

    semanticMasks: MaskObjectsOutputImage[]

    List of masks representing foreground objects.

    status: JobStatus