.. index:: 
  !HologramAuthenticationResult.clone Method
  
.. _id3_document_hologram_authentication_result_clone_class_method:

===============================================================================
HologramAuthenticationResult.clone Method
===============================================================================

Module: :ref:`HologramAuthenticationResult<id3_document_hologram_authentication_result_class>`

Definition
----------

Clones the HologramAuthenticationResult object.


.. tab-set::

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

      .. code:: Python

        clone(self) -> HologramAuthenticationResult

      **Returns**

        .. line-block::

          :ref:`HologramAuthenticationResult<id3_document_hologram_authentication_result_class>`
          The newly created hologram authentication result.

      **Exceptions**

        .. line-block::

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


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

      .. code:: Dart

        HologramAuthenticationResult clone()

      **Returns**

        .. line-block::

          :ref:`HologramAuthenticationResult<id3_document_hologram_authentication_result_class>`
          The newly created hologram authentication result.

      **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 HologramAuthenticationResult Clone()

      **Returns**

        .. line-block::

          :ref:`HologramAuthenticationResult<id3_document_hologram_authentication_result_class>`
          The newly created hologram authentication result.

      **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 HologramAuthenticationResult clone() throws DocumentException

      **Returns**

        .. line-block::

          :ref:`HologramAuthenticationResult<id3_document_hologram_authentication_result_class>`
          The newly created hologram authentication result.

      **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 func clone() throws -> HologramAuthenticationResult

      **Returns**

        .. line-block::

          :ref:`HologramAuthenticationResult<id3_document_hologram_authentication_result_class>`
          The newly created hologram authentication result.

      **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_CopyTo (
            ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT hHologramAuthenticationResult, 
            ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT hHologramAuthenticationResultDst)

      **Parameters**

        .. line-block::

          ``hHologramAuthenticationResult`` :ref:`ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT<id3_document_hologram_authentication_result_class>`
          :guilabel:`in` Handle to the HologramAuthenticationResult object.

          ``hHologramAuthenticationResultDst`` :ref:`ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT<id3_document_hologram_authentication_result_class>`
          :guilabel:`out` The newly created hologram authentication result.


      **Returns**

        .. line-block::

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


