Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1EvaluationCounters

Evaluation counters for the documents that were used.

Inheritance
object
GoogleCloudDocumentaiV1EvaluationCounters
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 GoogleCloudDocumentaiV1EvaluationCounters : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

EvaluatedDocumentsCount

How many documents were used in the evaluation.

Declaration
[JsonProperty("evaluatedDocumentsCount")]
public virtual int? EvaluatedDocumentsCount { get; set; }
Property Value
Type Description
int?

FailedDocumentsCount

How many documents were not included in the evaluation as Document AI failed to process them.

Declaration
[JsonProperty("failedDocumentsCount")]
public virtual int? FailedDocumentsCount { get; set; }
Property Value
Type Description
int?

InputDocumentsCount

How many documents were sent for evaluation.

Declaration
[JsonProperty("inputDocumentsCount")]
public virtual int? InputDocumentsCount { get; set; }
Property Value
Type Description
int?

InvalidDocumentsCount

How many documents were not included in the evaluation as they didn't pass validation.

Declaration
[JsonProperty("invalidDocumentsCount")]
public virtual int? InvalidDocumentsCount { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX