Portrait.padScore Property

Module: Portrait

Type: int

Definition

Score of the presentation attack detection.

pad_score: int

Exceptions

An error has occurred during Face Library execution.
int get padScore => getPadScore();

Exceptions

An error has occurred during Face Library execution.
public int padScore
{
    get => GetpadScore();
}

Exceptions

An error has occurred during Face Library execution.
public int getPadScore() throws FaceException

Exceptions

An error has occurred during Face Library execution.
public var padScore: Int
    get {
        return Int(try! getPadScore())
    }
}

Exceptions

An error has occurred during Face Library execution.
int id3FacePortrait_GetPadScore (ID3_FACE_PORTRAIT hPortrait, int * padScore)

Returns

int
An error code.
See id3FaceError file for the list of possible error codes.