FaceLivenessDecision Struct

Definition

The outcome of the liveness classification.

public readonly struct FaceLivenessDecision : IEquatable<Azure.AI.Vision.Face.FaceLivenessDecision>
type FaceLivenessDecision = struct
Public Structure FaceLivenessDecision
Implements IEquatable(Of FaceLivenessDecision)
Inheritance
FaceLivenessDecision
Implements

Constructors

FaceLivenessDecision(String)

Initializes a new instance of FaceLivenessDecision.

Properties

RealFace

The algorithm has classified the target face as real.

SpoofFace

The algorithm has classified the target face as a spoof.

Uncertain

The algorithm could not classify the target face as either real or spoof.

Methods

Equals(FaceLivenessDecision)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(FaceLivenessDecision, FaceLivenessDecision)

Determines if two FaceLivenessDecision values are the same.

Implicit(String to FaceLivenessDecision)

Converts a string to a FaceLivenessDecision.

Inequality(FaceLivenessDecision, FaceLivenessDecision)

Determines if two FaceLivenessDecision values are not the same.

Applies to