Package version:

Interface LivenessResponseBodyOutput

The response body of detect liveness API call.

interface LivenessResponseBodyOutput {
    livenessDecision?: string;
    modelVersionUsed?: string;
    target?: LivenessOutputsTargetOutput;
    verifyResult?: LivenessWithVerifyOutputsOutput;
}

Hierarchy

  • Record<string, any>
    • LivenessResponseBodyOutput

Properties

livenessDecision?: string

The liveness classification for the target face.

modelVersionUsed?: string

The model version used for liveness classification.

Specific targets used for liveness classification.

The face verification output. Only available when the request is liveness with verify.