Cloud Document AI v1 API - Class Evaluation.Types.Metrics (3.15.0)

public sealed class Evaluation.Types.Metrics : IMessage<Evaluation.Types.Metrics>, IEquatable<Evaluation.Types.Metrics>, IDeepCloneable<Evaluation.Types.Metrics>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Document AI v1 API class Evaluation.Types.Metrics.

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

Inheritance

object > Evaluation.Types.Metrics

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

Metrics()

public Metrics()

Metrics(Metrics)

public Metrics(Evaluation.Types.Metrics other)
Parameter
Name Description
other EvaluationTypesMetrics

Properties

F1Score

public float F1Score { get; set; }

The calculated f1 score.

Property Value
Type Description
float

FalseNegativesCount

public int FalseNegativesCount { get; set; }

The amount of false negatives.

Property Value
Type Description
int

FalsePositivesCount

public int FalsePositivesCount { get; set; }

The amount of false positives.

Property Value
Type Description
int

GroundTruthDocumentCount

public int GroundTruthDocumentCount { get; set; }

The amount of documents with a ground truth occurrence.

Property Value
Type Description
int

GroundTruthOccurrencesCount

public int GroundTruthOccurrencesCount { get; set; }

The amount of occurrences in ground truth documents.

Property Value
Type Description
int

Precision

public float Precision { get; set; }

The calculated precision.

Property Value
Type Description
float

PredictedDocumentCount

public int PredictedDocumentCount { get; set; }

The amount of documents with a predicted occurrence.

Property Value
Type Description
int

PredictedOccurrencesCount

public int PredictedOccurrencesCount { get; set; }

The amount of occurrences in predicted documents.

Property Value
Type Description
int

Recall

public float Recall { get; set; }

The calculated recall.

Property Value
Type Description
float

TotalDocumentsCount

public int TotalDocumentsCount { get; set; }

The amount of documents that had an occurrence of this label.

Property Value
Type Description
int

TruePositivesCount

public int TruePositivesCount { get; set; }

The amount of true positives.

Property Value
Type Description
int