Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics

Metrics across multiple confidence levels.

Inheritance
object
GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics : IDirectResponseSchema

Properties

Auprc

The calculated area under the precision recall curve (AUPRC), computed by integrating over all confidence thresholds.

Declaration
[JsonProperty("auprc")]
public virtual float? Auprc { get; set; }
Property Value
Type Description
float?

AuprcExact

The AUPRC for metrics with fuzzy matching disabled, i.e., exact matching only.

Declaration
[JsonProperty("auprcExact")]
public virtual float? AuprcExact { get; set; }
Property Value
Type Description
float?

ConfidenceLevelMetrics

Metrics across confidence levels with fuzzy matching enabled.

Declaration
[JsonProperty("confidenceLevelMetrics")]
public virtual IList<GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics> ConfidenceLevelMetrics { get; set; }
Property Value
Type Description
IList<GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics>

ConfidenceLevelMetricsExact

Metrics across confidence levels with only exact matching.

Declaration
[JsonProperty("confidenceLevelMetricsExact")]
public virtual IList<GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics> ConfidenceLevelMetricsExact { get; set; }
Property Value
Type Description
IList<GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EstimatedCalibrationError

The Estimated Calibration Error (ECE) of the confidence of the predicted entities.

Declaration
[JsonProperty("estimatedCalibrationError")]
public virtual float? EstimatedCalibrationError { get; set; }
Property Value
Type Description
float?

EstimatedCalibrationErrorExact

The ECE for the predicted entities with fuzzy matching disabled, i.e., exact matching only.

Declaration
[JsonProperty("estimatedCalibrationErrorExact")]
public virtual float? EstimatedCalibrationErrorExact { get; set; }
Property Value
Type Description
float?

MetricsType

The metrics type for the label.

Declaration
[JsonProperty("metricsType")]
public virtual string MetricsType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX