adobe-firefly-sdk
    Preparing search index...

    Type Alias RefineMaskOutputImage

    type RefineMaskOutputImage = {
        boundingBox: ImageBoundingBox;
        destination: UrlResource;
        mediaType: "image/jpeg" | "image/png";
    }
    Index

    Properties

    boundingBox: ImageBoundingBox

    The bounding box of the refined mask or image.

    destination: UrlResource

    Details of the location where the refined mask or image is located.

    mediaType: "image/jpeg" | "image/png"

    Media type of the refined mask or image.