Portrait.padStatus Property

Module: Portrait

Type: PadStatus

Definition

Status of the presentation attack detection.

pad_status: PadStatus

Exceptions

An error has occurred during Face Library execution.
PadStatus get padStatus => getPadStatus();

Exceptions

An error has occurred during Face Library execution.
public PadStatus padStatus
{
    get => GetpadStatus();
}

Exceptions

An error has occurred during Face Library execution.
public PadStatus getPadStatus() throws FaceException

Exceptions

An error has occurred during Face Library execution.
public var padStatus: PadStatus
    get {
        return try! getPadStatus()
    }
}

Exceptions

An error has occurred during Face Library execution.
int id3FacePortrait_GetPadStatus (ID3_FACE_PORTRAIT hPortrait, id3FacePadStatus * ePadStatus)

Returns

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