Portrait.padScore Property¶
Module: Portrait
Type: int
Definition¶
Score of the presentation attack detection.
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