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

    Interface MaskObjectsOutputImage

    interface MaskObjectsOutputImage {
        boundingBox: ImageBoundingBox;
        destination: UrlResource;
        label: string;
        mediaType: "image/png";
        score: number;
    }
    Index

    Properties

    boundingBox: ImageBoundingBox

    The bounding box of the object or area of interest.

    destination: UrlResource

    Details of the location where the mask is located.

    label: string

    The label of the identified object or area of interest.

    mediaType: "image/png"

    Media type of the mask.

    score: number

    The probability or confidence score of the match.