DetectedFace.id Property¶
Module: DetectedFace
Type: int
Definition¶
ID of the detected face.
int get id => getId();
set id(int value) => setId(value);
Exceptions
An error has occurred during Face Library execution.
public int id
{
get => Getid();
set => Setid(ref value);
}
Exceptions
An error has occurred during Face Library execution.
public int getId() throws FaceException
public void setId(int id) throws FaceException
Exceptions
An error has occurred during Face Library execution.
public var id: Int
get {
return Int(try! getId())
}
}
Exceptions
An error has occurred during Face Library execution.
int id3DetectedFace_GetId (ID3_DETECTED_FACE hDetectedFace, int * id)
int id3DetectedFace_SetId (ID3_DETECTED_FACE hDetectedFace, int id)
Returns