TrackedFaceList.getIdList Method¶
Module: TrackedFaceList
Definition¶
Gets the list of IDs in the list.
get_id_list(self) -> List[int]
Returns
List[int]
The list of IDs in the list.
Exceptions
An error has occurred during Face Library execution.
List<int> getIdList()
Returns
List<int>
The list of IDs in the list.
Exceptions
An error has occurred during Face Library execution.
public int[] GetIdList()
Returns
int[]
The list of IDs in the list.
Exceptions
An error has occurred during Face Library execution.
public int[] getIdList() throws FaceException
Returns
int[]
The list of IDs in the list.
Exceptions
An error has occurred during Face Library execution.
public func getIdList() throws -> [Int32]
Returns
[Int]
The list of IDs in the list.
Exceptions
An error has occurred during Face Library execution.
int id3TrackedFaceList_GetIdList (
ID3_TRACKED_FACE_LIST hTrackedFaceList,
int * ids,
int * idsSize)
Parameters
hTrackedFaceList
ID3_TRACKED_FACE_LISTin Handle to the TrackedFaceList object.ids
int *out The list of IDs in the list.idsSize
int *in Size of the ‘ids’ buffer. Receives the number of elements in the ‘ids’ array.
Returns