.. index:: 
  !HologramAuthenticationResult.variationScore Property

.. _id3_document_hologram_authentication_result_variation_score_class_member:

===============================================================================
HologramAuthenticationResult.variationScore Property
===============================================================================

Module: :ref:`HologramAuthenticationResult<id3_document_hologram_authentication_result_class>`

Type: float

Definition
----------

Variation of the OVI color.


.. tab-set::

  .. tab-item:: Python
    :sync: Python

    .. code:: Python

      variation_score: float


    **Exceptions**

      .. line-block::

        :ref:`DocumentException<id3_document_document_exception>`
        An error has occurred during Document Library execution.

  .. tab-item:: Dart
    :sync: Dart

    .. code:: Dart

      double get variationScore => getVariationScore();


    **Exceptions**

      .. line-block::

        :ref:`DocumentException<id3_document_document_exception>`
        An error has occurred during Document Library execution.

  .. tab-item:: C#
    :sync: C#

    .. code:: C#

      public float variationScore
      {
          get => GetvariationScore();
      }


    **Exceptions**

      .. line-block::

        :ref:`DocumentException<id3_document_document_exception>`
        An error has occurred during Document Library execution.

  .. tab-item:: Java
    :sync: Java

    .. code:: Java

      public float getVariationScore() throws DocumentException


    **Exceptions**

      .. line-block::

        :ref:`DocumentException<id3_document_document_exception>`
        An error has occurred during Document Library execution.

  .. tab-item:: Swift
    :sync: Swift

    .. code:: Swift

      public var variationScore: Float
          get {
              return try! getVariationScore()
          }
      }


    **Exceptions**

      .. line-block::

        :ref:`DocumentException<id3_document_document_exception>`
        An error has occurred during Document Library execution.

  .. tab-item:: C
    :sync: C

    .. code:: C

      int id3DocumentHologramAuthenticationResult_GetVariationScore (ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT hHologramAuthenticationResult, float * variationScore)

    **Returns**
   
      .. line-block::

        ``int``
        An error code.
        See :ref:`id3DocumentError<id3_document_document_error_enum>` file for the list of possible error codes.

