View Source GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1EvaluationCounters (google_api_document_ai v0.39.0)

Evaluation counters for the documents that were used.

Attributes

  • evaluatedDocumentsCount (type: integer(), default: nil) - How many documents were used in the evaluation.
  • failedDocumentsCount (type: integer(), default: nil) - How many documents were not included in the evaluation as Document AI failed to process them.
  • inputDocumentsCount (type: integer(), default: nil) - How many documents were sent for evaluation.
  • invalidDocumentsCount (type: integer(), default: nil) - How many documents were not included in the evaluation as they didn't pass validation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1EvaluationCounters{
  evaluatedDocumentsCount: integer() | nil,
  failedDocumentsCount: integer() | nil,
  inputDocumentsCount: integer() | nil,
  invalidDocumentsCount: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.