FingerMatchDetailsList Class¶
Namespace: id3.Finger
Definition¶
Properties¶
Name |
Type |
Description |
|---|---|---|
int |
Gets the number of elements contained in the list |
|
int |
Aggregated score from all matchs. This score is renormalized to follow the same FMR/FNMR curves as individual curves, and it recommended to be used to take a match/no-match decision. See FingerMatcherThreshold to set a threshold. |
|
operator [int index] |
Gets or sets the element at the specified index in the list. |
Iteration¶
This class supports iteration in Dart, C#, Java and Python.
Methods¶
Name |
Description |
|---|---|
Adds an item to the FingerMatchDetailsList object. |
|
Clears the FingerMatchDetailsList object. |
|
Gets an item of the FingerMatchDetailsList object. |
|
Gets the number of elements in the FingerMatchDetailsList object. |
|
Removes an element of the FingerMatchDetailsList object. |
|
FingerMatchDetailsList object. |
|
Sets an item of the FingerMatchDetailsList object. |