FingerIndexer.getTemplateRecord Method

Module: FingerIndexer

Definition

Retrieves a template record from the finger indexer by ID.

get_template_record(self, id: str) -> FingerTemplateRecord

Parameters

id str
in ID of the required finger template record.

Returns

The finger template record.

Exceptions

An error has occurred during Finger Library execution.
FingerTemplateRecord getTemplateRecord(String? id)

Parameters

id String
in ID of the required finger template record.

Returns

The finger template record.

Exceptions

An error has occurred during Finger Library execution.
public FingerTemplateRecord GetTemplateRecord(string id)

Parameters

id string
in ID of the required finger template record.

Returns

The finger template record.

Exceptions

An error has occurred during Finger Library execution.
public FingerTemplateRecord getTemplateRecord(String id) throws FingerException

Parameters

id String
in ID of the required finger template record.

Returns

The finger template record.

Exceptions

An error has occurred during Finger Library execution.
public func getTemplateRecord(id: String) throws -> FingerTemplateRecord

Parameters

id String
in ID of the required finger template record.

Returns

The finger template record.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerIndexer_GetTemplateRecord (
    ID3_FINGER_INDEXER hFingerIndexer,
    const char * id,
    ID3_FINGER_TEMPLATE_RECORD hFingerTemplateRecord)

Parameters

hFingerIndexer ID3_FINGER_INDEXER
in Handle to the FingerIndexer object.

id const char *
in ID of the required finger template record.

hFingerTemplateRecord ID3_FINGER_TEMPLATE_RECORD
out The finger template record.

Returns

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