FingerCandidateList.setTemplateRecord Method

Module: FingerCandidateList

Definition

Sets the corresponding template record for the candidate of given index.

set_template_record(self, index: int, template_record: FingerTemplateRecord) -> None

Parameters

index int
in Index of the candidate to set the template record for.

template_record FingerTemplateRecord
in Template record to set.

Exceptions

An error has occurred during Finger Library execution.
void setTemplateRecord(int index, FingerTemplateRecord templateRecord)

Parameters

index int
in Index of the candidate to set the template record for.

templateRecord FingerTemplateRecord
in Template record to set.

Exceptions

An error has occurred during Finger Library execution.
public void SetTemplateRecord(int index, FingerTemplateRecord templateRecord)

Parameters

index int
in Index of the candidate to set the template record for.

templateRecord FingerTemplateRecord
in Template record to set.

Exceptions

An error has occurred during Finger Library execution.
public void setTemplateRecord(int index, FingerTemplateRecord templateRecord) throws FingerException

Parameters

index int
in Index of the candidate to set the template record for.

templateRecord FingerTemplateRecord
in Template record to set.

Exceptions

An error has occurred during Finger Library execution.
public func setTemplateRecord(index: Int32, templateRecord: FingerTemplateRecord) throws

Parameters

index Int32
in Index of the candidate to set the template record for.

templateRecord FingerTemplateRecord
in Template record to set.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerCandidateList_SetTemplateRecord (
    ID3_FINGER_CANDIDATE_LIST hFingerCandidateList,
    int index,
    ID3_FINGER_TEMPLATE_RECORD hTemplateRecord)

Parameters

hFingerCandidateList ID3_FINGER_CANDIDATE_LIST
in Handle to the FingerCandidateList object.

index int
in Index of the candidate to set the template record for.

in Template record to set.

Returns

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