FingerIndexer.addFromEmbedding Method¶
Module: FingerIndexer
Definition¶
Internal function
add_from_embedding(self, finger_template_record: FingerTemplateRecord, id: int) -> None
Parameters
finger_template_recordFingerTemplateRecordin Finger template record with embeddings to add to the finger indexer.idintin ID of the added finger template record.
Exceptions
An error has occurred during Finger Library execution.
void addFromEmbedding(FingerTemplateRecord fingerTemplateRecord, int id)
Parameters
fingerTemplateRecordFingerTemplateRecordin Finger template record with embeddings to add to the finger indexer.idintin ID of the added finger template record.
Exceptions
An error has occurred during Finger Library execution.
public void AddFromEmbedding(FingerTemplateRecord fingerTemplateRecord, int id)
Parameters
fingerTemplateRecordFingerTemplateRecordin Finger template record with embeddings to add to the finger indexer.idintin 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
fingerTemplateRecordFingerTemplateRecordin Finger template record with embeddings to add to the finger indexer.idintin 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
fingerTemplateRecordFingerTemplateRecordin Finger template record with embeddings to add to the finger indexer.idInt32in 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
hFingerIndexerID3_FINGER_INDEXERin Handle to the FingerIndexer object.hFingerTemplateRecordID3_FINGER_TEMPLATE_RECORDin Finger template record with embeddings to add to the finger indexer.idintin ID of the added finger template record.
Returns