Class GoogleCloudDocumentaiV1EvaluationCounters
Evaluation counters for the documents that were used.
Implements
Inherited Members
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? |