.. index:: 
  !HologramAuthenticationResult.bounds Property

.. _id3_document_hologram_authentication_result_bounds_class_member:

===============================================================================
HologramAuthenticationResult.bounds Property
===============================================================================

Module: :ref:`HologramAuthenticationResult<id3_document_hologram_authentication_result_class>`

Type: :ref:`Rectangle<id3_document_rectangle_struct>`

Definition
----------

Exact bounds of the text in the image.


.. tab-set::

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

    .. code:: Python

      bounds: Rectangle


    **Exceptions**

      .. line-block::

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

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

    .. code:: Dart

      Rectangle get bounds => getBounds();


    **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 Rectangle bounds
      {
          get => Getbounds();
      }


    **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 Rectangle getBounds() 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 bounds: Rectangle
          get {
              return try! getBounds()
          }
      }


    **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_GetBounds (ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT hHologramAuthenticationResult, id3DocumentRectangle * sBounds)

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

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

