Cloud Document AI v1beta3 API - Class Evaluation.Types.Metrics (2.0.0-beta18)

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 v1beta3 API class Evaluation.Types.Metrics.

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

Inheritance

object > Evaluation.Types.Metrics

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

Metrics()

public Metrics()

Metrics(Metrics)

public Metrics(Evaluation.Types.Metrics other)
Parameter
NameDescription
otherEvaluationTypesMetrics

Properties

F1Score

public float F1Score { get; set; }

The calculated f1 score.

Property Value
TypeDescription
float

FalseNegativesCount

public int FalseNegativesCount { get; set; }

The amount of false negatives.

Property Value
TypeDescription
int

FalsePositivesCount

public int FalsePositivesCount { get; set; }

The amount of false positives.

Property Value
TypeDescription
int

GroundTruthDocumentCount

public int GroundTruthDocumentCount { get; set; }

The amount of documents with a ground truth occurrence.

Property Value
TypeDescription
int

GroundTruthOccurrencesCount

public int GroundTruthOccurrencesCount { get; set; }

The amount of occurrences in ground truth documents.

Property Value
TypeDescription
int

Precision

public float Precision { get; set; }

The calculated precision.

Property Value
TypeDescription
float

PredictedDocumentCount

public int PredictedDocumentCount { get; set; }

The amount of documents with a predicted occurrence.

Property Value
TypeDescription
int

PredictedOccurrencesCount

public int PredictedOccurrencesCount { get; set; }

The amount of occurrences in predicted documents.

Property Value
TypeDescription
int

Recall

public float Recall { get; set; }

The calculated recall.

Property Value
TypeDescription
float

TotalDocumentsCount

public int TotalDocumentsCount { get; set; }

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

Property Value
TypeDescription
int

TruePositivesCount

public int TruePositivesCount { get; set; }

The amount of true positives.

Property Value
TypeDescription
int