FingerImage.templateRecord Property¶
Module: FingerImage
Type: FingerTemplateRecord
Definition¶
Represents a finger template record.
template_record: FingerTemplateRecord
Exceptions
An error has occurred during Finger Library execution.
FingerTemplateRecord get templateRecord => getTemplateRecord();
Exceptions
An error has occurred during Finger Library execution.
public FingerTemplateRecord templateRecord
{
get => GettemplateRecord();
}
Exceptions
An error has occurred during Finger Library execution.
public FingerTemplateRecord getTemplateRecord() throws FingerException
Exceptions
An error has occurred during Finger Library execution.
public var templateRecord: FingerTemplateRecord
get {
return try! getTemplateRecord()
}
}
Exceptions
An error has occurred during Finger Library execution.
int id3FingerImage_GetTemplateRecord (ID3_FINGER_IMAGE hFingerImage, ID3_FINGER_TEMPLATE_RECORD hTemplateRecord)
Returns