Package version:

Add face from url request.

interface AddFaceFromUrlRequest {
    url: string;
}

Properties

Properties

url: string

URL of input image.