FingerIndexer.addFromEmbedding Method¶
Module: FingerIndexer
Definition¶
Internal function
add_from_embedding(self, finger_template_record: FingerTemplateRecord, id: int) -> None
Parameters
finger_template_record
FingerTemplateRecordin Finger template record with embeddings 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 addFromEmbedding(FingerTemplateRecord fingerTemplateRecord, int id)
Parameters
fingerTemplateRecord
FingerTemplateRecordin Finger template record with embeddings 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 AddFromEmbedding(FingerTemplateRecord fingerTemplateRecord, int id)
Parameters
fingerTemplateRecord
FingerTemplateRecordin Finger template record with embeddings 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 addFromEmbedding(FingerTemplateRecord fingerTemplateRecord, int id) throws FingerException
Parameters
fingerTemplateRecord
FingerTemplateRecordin Finger template record with embeddings 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 addFromEmbedding(fingerTemplateRecord: FingerTemplateRecord, id: Int32) throws
Parameters
fingerTemplateRecord
FingerTemplateRecordin Finger template record with embeddings 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_AddFromEmbedding (
ID3_FINGER_INDEXER hFingerIndexer,
ID3_FINGER_TEMPLATE_RECORD hFingerTemplateRecord,
int id)
Parameters
hFingerIndexer
ID3_FINGER_INDEXERin Handle to the FingerIndexer object.hFingerTemplateRecord
ID3_FINGER_TEMPLATE_RECORDin Finger template record with embeddings to add to the finger indexer.id
intin ID of the added finger template record.
Returns