:py:mod:`abacusai.extracted_fields`
===================================

.. py:module:: abacusai.extracted_fields


Module Contents
---------------

Classes
~~~~~~~

.. autoapisummary::

   abacusai.extracted_fields.ExtractedFields




.. py:class:: ExtractedFields(client, data=None, rawLlmResponse=None)

   Bases: :py:obj:`abacusai.return_class.AbstractApiClass`

   The fields extracted from a document.

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param data: The data for the document.
   :type data: dict
   :param rawLlmResponse: The raw llm response. Only returned if it could not be parsed to json.
   :type rawLlmResponse: str

   .. py:method:: __repr__()

      Return repr(self).


   .. py:method:: to_dict()

      Get a dict representation of the parameters in this class

      :returns: The dict value representation of the class parameters
      :rtype: dict



