Class TextExtractionEvaluationMetrics (2.8.0)

TextExtractionEvaluationMetrics(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Model evaluation metrics for text extraction problems.

Attributes

NameDescription
au_prc float
Output only. The Area under precision recall curve metric.
confidence_metrics_entries Sequence[google.cloud.automl_v1beta1.types.TextExtractionEvaluationMetrics.ConfidenceMetricsEntry]
Output only. Metrics that have confidence thresholds. Precision-recall curve can be derived from it.

Inheritance

builtins.object > proto.message.Message > TextExtractionEvaluationMetrics

Classes

ConfidenceMetricsEntry

ConfidenceMetricsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Metrics for a single confidence threshold.