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
FingerImageRecordin Finger image record to add to the finger indexer.id
intin ID of the added finger template record.
Exceptions
An error has occurred during Finger Library execution.
void add(FingerImageRecord fingerImageRecord, int id)
Parameters
fingerImageRecord
FingerImageRecordin Finger image record to add to the finger indexer.id
intin 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
FingerImageRecordin Finger image record to add to the finger indexer.id
intin 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
FingerImageRecordin Finger image record to add to the finger indexer.id
intin 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
FingerImageRecordin Finger image record to add to the finger indexer.id
Int32in 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_INDEXERin Handle to the FingerIndexer object.hFingerImageRecord
ID3_FINGER_IMAGE_RECORDin Finger image record to add to the finger indexer.id
intin ID of the added finger template record.
Returns