HologramAuthenticationResult.variationScore Property

Module: HologramAuthenticationResult

Type: float

Definition

Variation of the OVI color.

variation_score: float

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Returns

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