HologramAuthenticationResult.correlationScore Property

Module: HologramAuthenticationResult

Type: float

Definition

Correlation of the variation to the background.

correlation_score: float

Exceptions

An error has occurred during Document Library execution.
double get correlationScore => getCorrelationScore();

Exceptions

An error has occurred during Document Library execution.
public float correlationScore
{
    get => GetcorrelationScore();
}

Exceptions

An error has occurred during Document Library execution.
public float getCorrelationScore() throws DocumentException

Exceptions

An error has occurred during Document Library execution.
public var correlationScore: Float
    get {
        return try! getCorrelationScore()
    }
}

Exceptions

An error has occurred during Document Library execution.
int id3DocumentHologramAuthenticationResult_GetCorrelationScore (ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT hHologramAuthenticationResult, float * correlationScore)

Returns

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