.. index:: 
  !DetectedDocument.info Property

.. _id3_document_detected_document_info_class_member:

===============================================================================
DetectedDocument.info Property
===============================================================================

Module: :ref:`DetectedDocument<id3_document_detected_document_class>`

Type: :ref:`DocumentInfo<id3_document_document_info_class>`

Definition
----------

Document information.


.. tab-set::

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

    .. code:: Python

      info: DocumentInfo


    **Exceptions**

      .. line-block::

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

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

    .. code:: Dart

      DocumentInfo get info => getInfo();


    **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 DocumentInfo info
      {
          get => Getinfo();
      }


    **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 DocumentInfo getInfo() 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 info: DocumentInfo
          get {
              return try! getInfo()
          }
      }


    **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 id3DetectedDocument_GetInfo (ID3_DETECTED_DOCUMENT hDetectedDocument, ID3_DOCUMENT_INFO hInfo)

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

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

