Class XPSTextExtractionEvaluationMetrics
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSTextExtractionEvaluationMetrics : IDirectResponseSchema
Properties
BestF1ConfidenceMetrics
Values are at the highest F1 score on the precision-recall curve. Only confidence_threshold, recall, precision, and f1_score will be set.
Declaration
[JsonProperty("bestF1ConfidenceMetrics")]
public virtual XPSConfidenceMetricsEntry BestF1ConfidenceMetrics { get; set; }
Property Value
Type | Description |
---|---|
XPSConfidenceMetricsEntry |
ConfidenceMetricsEntries
If the enclosing EvaluationMetrics.label is empty, confidence_metrics_entries is an evaluation of the entire model across all labels. If the enclosing EvaluationMetrics.label is set, confidence_metrics_entries applies to that label.
Declaration
[JsonProperty("confidenceMetricsEntries")]
public virtual IList<XPSConfidenceMetricsEntry> ConfidenceMetricsEntries { get; set; }
Property Value
Type | Description |
---|---|
IList<XPSConfidenceMetricsEntry> |
ConfusionMatrix
Confusion matrix of the model, at the default confidence threshold (0.0). Only set for whole-model evaluation, not for evaluation per label.
Declaration
[JsonProperty("confusionMatrix")]
public virtual XPSConfusionMatrix ConfusionMatrix { get; set; }
Property Value
Type | Description |
---|---|
XPSConfusionMatrix |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PerLabelConfidenceMetrics
Only recall, precision, and f1_score will be set.
Declaration
[JsonProperty("perLabelConfidenceMetrics")]
public virtual IDictionary<string, XPSConfidenceMetricsEntry> PerLabelConfidenceMetrics { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, XPSConfidenceMetricsEntry> |