ExtractedFields
The fields extracted from a document.
Bases: abacusai.return_class.AbstractApiClass
abacusai.return_class.AbstractApiClass
client (ApiClient) – An authenticated API Client instance
data (dict) – The fields/data extracted from the document.
rawLlmResponse (str) – The raw llm response. Only returned if it could not be parsed to json dict.
Get a dict representation of the parameters in this class
The dict value representation of the class parameters
dict