FingerTemplate.extendedData Property

Module: FingerTemplate

Type: byte[]

Definition

Extended data of the finger template. Optional. Usually contains proprietary information that is useful for matching.

extended_data: bytearray

Exceptions

An error has occurred during Finger Library execution.
int get extendedData => getExtendedData();

Exceptions

An error has occurred during Finger Library execution.
public byte[] extendedData
{
    get => GetextendedData();
}

Exceptions

An error has occurred during Finger Library execution.
public byte[] getExtendedData() throws FingerException

Exceptions

An error has occurred during Finger Library execution.
public var extendedData: UInt8
    get {
        return try! getExtendedData()
    }
}

Exceptions

An error has occurred during Finger Library execution.
int id3FingerTemplate_GetExtendedData (ID3_FINGER_TEMPLATE hFingerTemplate, unsigned char * extendedData, int * extendedDataSize)

Returns

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