.. index:: 
  !Manifest.getDocumentDescription Method
  
.. _id3_bioseal_manifest_get_document_description_class_method:

===============================================================================
Manifest.getDocumentDescription Method
===============================================================================

Module: :ref:`Manifest<id3_bioseal_manifest_class>`

Definition
----------

Gets the description of the document.


.. code:: Dart

    String getDocumentDescription(String? language)

**Parameters**

.. line-block::

    ``language`` String
    :guilabel:`in` The expected language.


**Returns**

.. line-block::

    ``String``
    The description of the document.

**Exceptions**

.. line-block::

    :ref:`BiosealException<id3_bioseal_bioseal_exception>`
    An error has occurred during Bioseal Library execution.



