Module: Google::Cloud::DocumentAI::V1beta3::Evaluation::MultiConfidenceMetrics::MetricsType

Defined in:
proto_docs/google/cloud/documentai/v1beta3/evaluation.rb

Overview

A type that determines how metrics should be interpreted.

Constant Summary collapse

METRICS_TYPE_UNSPECIFIED =

The metrics type is unspecified. By default, metrics without a particular specification are for leaf entity types (i.e., top-level entity types without child types, or child types which are not parent types themselves).

0
AGGREGATE =

Indicates whether metrics for this particular label type represent an aggregate of metrics for other types instead of being based on actual TP/FP/FN values for the label type. Metrics for parent (i.e., non-leaf) entity types are an aggregate of metrics for their children.

1