FingerIndexer.add Method

Module: FingerIndexer

Definition

Adds a user to the finger indexer.

Note

This function is thread safe with other Add() calls but not with Search() calls.

add(self, finger_image_record: FingerImageRecord, id: int) -> None

Parameters

finger_image_record FingerImageRecord
in Finger image record to add to the finger indexer.

id int
in ID of the added finger template record.

Exceptions

An error has occurred during Finger Library execution.
void add(FingerImageRecord fingerImageRecord, int id)

Parameters

fingerImageRecord FingerImageRecord
in Finger image record to add to the finger indexer.

id int
in ID of the added finger template record.

Exceptions

An error has occurred during Finger Library execution.
public void Add(FingerImageRecord fingerImageRecord, int id)

Parameters

fingerImageRecord FingerImageRecord
in Finger image record to add to the finger indexer.

id int
in ID of the added finger template record.

Exceptions

An error has occurred during Finger Library execution.
public void add(FingerImageRecord fingerImageRecord, int id) throws FingerException

Parameters

fingerImageRecord FingerImageRecord
in Finger image record to add to the finger indexer.

id int
in ID of the added finger template record.

Exceptions

An error has occurred during Finger Library execution.
public func add(fingerImageRecord: FingerImageRecord, id: Int32) throws

Parameters

fingerImageRecord FingerImageRecord
in Finger image record to add to the finger indexer.

id Int32
in ID of the added finger template record.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerIndexer_Add (
    ID3_FINGER_INDEXER hFingerIndexer,
    ID3_FINGER_IMAGE_RECORD hFingerImageRecord,
    int id)

Parameters

hFingerIndexer ID3_FINGER_INDEXER
in Handle to the FingerIndexer object.

hFingerImageRecord ID3_FINGER_IMAGE_RECORD
in Finger image record to add to the finger indexer.

id int
in ID of the added finger template record.

Returns

int
An error code.
See id3FingerError file for the list of possible error codes.