Class GoogleCloudDocumentaiV1EvaluationMetrics
Evaluation metrics, either in aggregate or about a specific entity.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1EvaluationMetrics : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
F1Score
The calculated f1 score.
Declaration
[JsonProperty("f1Score")]
public virtual float? F1Score { get; set; }
Property Value
Type | Description |
---|---|
float? |
FalseNegativesCount
The amount of false negatives.
Declaration
[JsonProperty("falseNegativesCount")]
public virtual int? FalseNegativesCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
FalsePositivesCount
The amount of false positives.
Declaration
[JsonProperty("falsePositivesCount")]
public virtual int? FalsePositivesCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
GroundTruthDocumentCount
The amount of documents with a ground truth occurrence.
Declaration
[JsonProperty("groundTruthDocumentCount")]
public virtual int? GroundTruthDocumentCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
GroundTruthOccurrencesCount
The amount of occurrences in ground truth documents.
Declaration
[JsonProperty("groundTruthOccurrencesCount")]
public virtual int? GroundTruthOccurrencesCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
Precision
The calculated precision.
Declaration
[JsonProperty("precision")]
public virtual float? Precision { get; set; }
Property Value
Type | Description |
---|---|
float? |
PredictedDocumentCount
The amount of documents with a predicted occurrence.
Declaration
[JsonProperty("predictedDocumentCount")]
public virtual int? PredictedDocumentCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
PredictedOccurrencesCount
The amount of occurrences in predicted documents.
Declaration
[JsonProperty("predictedOccurrencesCount")]
public virtual int? PredictedOccurrencesCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
Recall
The calculated recall.
Declaration
[JsonProperty("recall")]
public virtual float? Recall { get; set; }
Property Value
Type | Description |
---|---|
float? |
TotalDocumentsCount
The amount of documents that had an occurrence of this label.
Declaration
[JsonProperty("totalDocumentsCount")]
public virtual int? TotalDocumentsCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
TruePositivesCount
The amount of true positives.
Declaration
[JsonProperty("truePositivesCount")]
public virtual int? TruePositivesCount { get; set; }
Property Value
Type | Description |
---|---|
int? |