public sealed class Evaluation.Types.Counters : IMessage<Evaluation.Types.Counters>, IEquatable<Evaluation.Types.Counters>, IDeepCloneable<Evaluation.Types.Counters>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class Evaluation.Types.Counters.
Evaluation counters for the documents that were used.
Implements
IMessageEvaluationTypesCounters, IEquatableEvaluationTypesCounters, IDeepCloneableEvaluationTypesCounters, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
Counters()
public Counters()
Counters(Counters)
public Counters(Evaluation.Types.Counters other)
Parameter | |
---|---|
Name | Description |
other |
EvaluationTypesCounters |
Properties
EvaluatedDocumentsCount
public int EvaluatedDocumentsCount { get; set; }
How many documents were used in the evaluation.
Property Value | |
---|---|
Type | Description |
int |
FailedDocumentsCount
public int FailedDocumentsCount { get; set; }
How many documents were not included in the evaluation as Document AI failed to process them.
Property Value | |
---|---|
Type | Description |
int |
InputDocumentsCount
public int InputDocumentsCount { get; set; }
How many documents were sent for evaluation.
Property Value | |
---|---|
Type | Description |
int |
InvalidDocumentsCount
public int InvalidDocumentsCount { get; set; }
How many documents were not included in the evaluation as they didn't pass validation.
Property Value | |
---|---|
Type | Description |
int |