FingerIndexer.create Method¶
Module: FingerIndexer
Definition¶
Creates an empty finger indexer.
@staticmethod
create(maximum_user_count: int, format: FingerDataFormat) -> FingerIndexer
Parameters
maximum_user_count
intin Maximum number of template records that this finger indexer can hold.format
FingerDataFormatin Finger data format accepted by this finger indexer.
Returns
The newly created finger indexer.
Exceptions
An error has occurred during Finger Library execution.
static FingerIndexer create(int maximumUserCount, FingerDataFormat format)
Parameters
maximumUserCount
intin Maximum number of template records that this finger indexer can hold.format
FingerDataFormatin Finger data format accepted by this finger indexer.
Returns
The newly created finger indexer.
Exceptions
An error has occurred during Finger Library execution.
public static FingerIndexer Create(int maximumUserCount, FingerDataFormat format)
Parameters
maximumUserCount
intin Maximum number of template records that this finger indexer can hold.format
FingerDataFormatin Finger data format accepted by this finger indexer.
Returns
The newly created finger indexer.
Exceptions
An error has occurred during Finger Library execution.
public static FingerIndexer create(int maximumUserCount, FingerDataFormat format) throws FingerException
Parameters
maximumUserCount
intin Maximum number of template records that this finger indexer can hold.format
FingerDataFormatin Finger data format accepted by this finger indexer.
Returns
The newly created finger indexer.
Exceptions
An error has occurred during Finger Library execution.
public static func create(maximumUserCount: Int32, format: FingerDataFormat) throws -> FingerIndexer
Parameters
maximumUserCount
Int32in Maximum number of template records that this finger indexer can hold.format
FingerDataFormatin Finger data format accepted by this finger indexer.
Returns
The newly created finger indexer.
Exceptions
An error has occurred during Finger Library execution.
int id3FingerIndexer_Create (
ID3_FINGER_INDEXER hFingerIndexer,
int maximumUserCount,
id3FingerDataFormat eFormat)
Parameters
hFingerIndexer
ID3_FINGER_INDEXERin Handle to the FingerIndexer object.maximumUserCount
intin Maximum number of template records that this finger indexer can hold.eFormat
id3FingerDataFormatin Finger data format accepted by this finger indexer.
Returns