Interface RawReferenceImage

A raw reference image.

A raw reference image represents the base image to edit, provided by the user. It can optionally be provided in addition to a mask reference image or a style reference image.

interface RawReferenceImage {
    referenceId?: number;
    referenceImage?: Image;
    referenceType?: string;
}

Properties

referenceId?: number

The id of the reference image.

referenceImage?: Image

The reference image for the editing operation.

referenceType?: string

The type of the reference image. Only set by the SDK.

MMNEPVFCICPMFPCPTTAAATR