GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiUiv1beta3EvaluationMetrics (google_api_document_ai v0.7.0) View Source

Evaluation metrics, either in aggregate or about a specific entity.

Attributes

  • f1Score (type: number(), default: nil) - The calculated f1 score.
  • precision (type: number(), default: nil) - The calculated precision.
  • recall (type: number(), default: nil) - The calculated recall.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiUiv1beta3EvaluationMetrics{
    f1Score: number(),
    precision: number(),
    recall: number()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.