adobe-firefly-sdk
    Preparing search index...

    Type Alias RefineMaskRequest

    type RefineMaskRequest = {
        colorDecontamination?: boolean;
        image: RefineMaskInputImage;
        mask: RefineMaskInputImage;
    }
    Index

    Properties

    colorDecontamination?: boolean

    When true, this returns an RGBA image where the masked area has been further refined with color decontamination. A false value (default) means that the output will simply be the refined mask.

    The input image.

    The mask in the input image that needs to be refined.