FingerMatcher.normalizedScores Property

Module: FingerMatcher

Type: bool

Definition

Parameter to force the matcher to normalize the scores. Should always be True.

normalized_scores: bool

Exceptions

An error has occurred during Finger Library execution.
bool get normalizedScores => getNormalizedScores();
set normalizedScores(bool value) => setNormalizedScores(value);

Exceptions

An error has occurred during Finger Library execution.
public bool normalizedScores
{
    get => GetnormalizedScores();
    set => SetnormalizedScores(ref value);
}

Exceptions

An error has occurred during Finger Library execution.
public boolean getNormalizedScores() throws FingerException
public void setNormalizedScores(boolean normalizedScores) throws FingerException

Exceptions

An error has occurred during Finger Library execution.
public var normalizedScores: Bool
    get {
        return try! getNormalizedScores()
    }
}

Exceptions

An error has occurred during Finger Library execution.
int id3FingerMatcher_GetNormalizedScores (ID3_FINGER_MATCHER hFingerMatcher, bool * normalizedScores)
int id3FingerMatcher_SetNormalizedScores (ID3_FINGER_MATCHER hFingerMatcher, bool normalizedScores)

Returns

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