TrackedFaceList.count Property

Module: TrackedFaceList

Type: int

Definition

Gets the number of elements contained in the list

count: int

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

An error has occurred during Face Library execution.
int id3TrackedFaceList_GetCount (ID3_TRACKED_FACE_LIST hTrackedFaceList, int * count)

Returns

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