FingerMatchDetailsList Class

Namespace: id3.Finger

Definition

Represents a list of finger matching details.

Properties

Name

Type

Description

count

int

Gets the number of elements contained in the list

aggregatedScore

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]

FingerMatchDetails

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

add

Adds an item to the FingerMatchDetailsList object.

clear

Clears the FingerMatchDetailsList object.

get

Gets an item of the FingerMatchDetailsList object.

getCount

Gets the number of elements in the FingerMatchDetailsList object.

removeAt

Removes an element of the FingerMatchDetailsList object.

resize

FingerMatchDetailsList object.

set

Sets an item of the FingerMatchDetailsList object.