Googly.DocumentAI.Model.GoogleCloudDocumentaiV1EvaluationCounters (googly_document_ai v0.1.0)

Copy Markdown View Source

Evaluation counters for the documents that were used.

Attributes

  • evaluated_documents_count (type: integer()) - How many documents were used in the evaluation.
  • failed_documents_count (type: integer()) - How many documents were not included in the evaluation as Document AI failed to process them.
  • input_documents_count (type: integer()) - How many documents were sent for evaluation.
  • invalid_documents_count (type: integer()) - How many documents were not included in the evaluation as they didn't pass validation.

Summary

Types

t()

@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1EvaluationCounters{
  evaluated_documents_count: integer() | nil,
  failed_documents_count: integer() | nil,
  input_documents_count: integer() | nil,
  invalid_documents_count: integer() | nil
}