Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta3EvaluationEvaluationRevision

A revision of the evaluation.

Inheritance
object
GoogleCloudDocumentaiV1beta3EvaluationEvaluationRevision
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.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3EvaluationEvaluationRevision : IDirectResponseSchema

Properties

AllEntitiesMetrics

Output only. Metrics for all the entities in aggregate.

Declaration
[JsonProperty("allEntitiesMetrics")]
public virtual GoogleCloudDocumentaiV1beta3EvaluationMultiConfidenceMetrics AllEntitiesMetrics { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta3EvaluationMultiConfidenceMetrics

DocumentCounters

Output only. Counters for the documents used in the evaluation.

Declaration
[JsonProperty("documentCounters")]
public virtual GoogleCloudDocumentaiV1beta3EvaluationCounters DocumentCounters { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta3EvaluationCounters

ETag

The ETag of the item.

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

EntityMetrics

Output only. Metrics across confidence levels, for different entities.

Declaration
[JsonProperty("entityMetrics")]
public virtual IDictionary<string, GoogleCloudDocumentaiV1beta3EvaluationMultiConfidenceMetrics> EntityMetrics { get; set; }
Property Value
Type Description
IDictionary<string, GoogleCloudDocumentaiV1beta3EvaluationMultiConfidenceMetrics>

RevisionId

Output only. The revision ID of the evaluation.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX