FingerCandidate.id Property¶
Module: FingerCandidate
Type: string
Definition¶
ID of the most similar finger template as defined in the reference finger template record used to perform the search.
String get id => getId();
Exceptions
An error has occurred during Finger Library execution.
public string id
{
get => Getid();
}
Exceptions
An error has occurred during Finger Library execution.
public String getId() throws FingerException
Exceptions
An error has occurred during Finger Library execution.
public var id: String
get {
return try! getId()
}
}
Exceptions
An error has occurred during Finger Library execution.
int id3FingerCandidate_GetId (ID3_FINGER_CANDIDATE hFingerCandidate, char * id, int * idSize)
Returns