Package version:

Interface CreateLivenessWithVerifySessionContentVerifyImagePartDescriptor

interface CreateLivenessWithVerifySessionContentVerifyImagePartDescriptor {
    body: any;
    contentType?: string;
    filename?: string;
    name: "VerifyImage";
}

Properties

body: any
contentType?: string
filename?: string
name: "VerifyImage"