Share via


LivenessResultOutput interface

The results of the liveness classification.

Properties

digest

The server calculated digest for this request. If the client reported digest differs from the server calculated digest, then the message integrity between the client and service has been compromised and the result should not be trusted. For more information, see how to guides on how to leverage this value to secure your end-to-end solution.

livenessDecision

The liveness classification for the target face.

Possible values: "uncertain", "realface", "spoofface"

sessionImageId

The image ID of the session request.

targets

Targets used for liveness classification.

Property Details

digest

The server calculated digest for this request. If the client reported digest differs from the server calculated digest, then the message integrity between the client and service has been compromised and the result should not be trusted. For more information, see how to guides on how to leverage this value to secure your end-to-end solution.

digest: string

Property Value

string

livenessDecision

The liveness classification for the target face.

Possible values: "uncertain", "realface", "spoofface"

livenessDecision?: string

Property Value

string

sessionImageId

The image ID of the session request.

sessionImageId?: string

Property Value

string

targets

Targets used for liveness classification.

targets: LivenessDecisionTargetsOutput

Property Value