FingerImage.detectedFingerList Property¶
Module: FingerImage
Type: DetectedFingerList
Definition¶
Represents the list of detected fingers.
detected_finger_list: DetectedFingerList
Exceptions
An error has occurred during Finger Library execution.
DetectedFingerList get detectedFingerList => getDetectedFingerList();
Exceptions
An error has occurred during Finger Library execution.
public DetectedFingerList detectedFingerList
{
get => GetdetectedFingerList();
}
Exceptions
An error has occurred during Finger Library execution.
public DetectedFingerList getDetectedFingerList() throws FingerException
Exceptions
An error has occurred during Finger Library execution.
public var detectedFingerList: DetectedFingerList
get {
return try! getDetectedFingerList()
}
}
Exceptions
An error has occurred during Finger Library execution.
int id3FingerImage_GetDetectedFingerList (ID3_FINGER_IMAGE hFingerImage, ID3_DETECTED_FINGER_LIST hDetectedFingerList)
Returns