DetectedFaceList.getIdList Method¶
Module: DetectedFaceList
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 id3DetectedFaceList_GetIdList (
ID3_DETECTED_FACE_LIST hDetectedFaceList,
int * ids,
int * idsSize)
Parameters
hDetectedFaceList
ID3_DETECTED_FACE_LISTin Handle to the DetectedFaceList 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