Package version:

Interface LivenessWithVerifyOutputsOutput

The face verification output.

interface LivenessWithVerifyOutputsOutput {
    isIdentical: boolean;
    matchConfidence: number;
    verifyImage: LivenessWithVerifyImageOutput;
}

Properties

isIdentical: boolean

Whether the target liveness face and comparison image face match.

matchConfidence: number

The target face liveness face and comparison image face verification confidence.

The detail of face for verification.