FingerTemplate.impressionType Property¶
Module: FingerTemplate
Type: FingerImpressionType
Definition¶
Impression type of the finger image that the template was derived from.
impression_type: FingerImpressionType
Exceptions
An error has occurred during Finger Library execution.
FingerImpressionType get impressionType => getImpressionType();
set impressionType(FingerImpressionType value) => setImpressionType(value);
Exceptions
An error has occurred during Finger Library execution.
public FingerImpressionType impressionType
{
get => GetimpressionType();
set => SetimpressionType(ref value);
}
Exceptions
An error has occurred during Finger Library execution.
public FingerImpressionType getImpressionType() throws FingerException
public void setImpressionType(FingerImpressionType impressionType) throws FingerException
Exceptions
An error has occurred during Finger Library execution.
public var impressionType: FingerImpressionType
get {
return try! getImpressionType()
}
}
Exceptions
An error has occurred during Finger Library execution.
int id3FingerTemplate_GetImpressionType (ID3_FINGER_TEMPLATE hFingerTemplate, id3FingerImpressionType * eImpressionType)
int id3FingerTemplate_SetImpressionType (ID3_FINGER_TEMPLATE hFingerTemplate, id3FingerImpressionType eImpressionType)
Returns