public sealed class 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 v1 API class Evaluation.Types.Counters.
Evaluation counters for the documents that were used.
Implements
IMessage<Evaluation.Types.Counters>, IEquatable<Evaluation.Types.Counters>, IDeepCloneable<Evaluation.Types.Counters>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
Counters()
public Counters()
Counters(Evaluation.Types.Counters)
public Counters(Evaluation.Types.Counters other)
Parameter | |
---|---|
Name | Description |
other | Evaluation.Types.Counters |
Properties
EvaluatedDocumentsCount
public int EvaluatedDocumentsCount { get; set; }
How many documents were used in the evaluation.
Property Value | |
---|---|
Type | Description |
Int32 |
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 |
Int32 |
InputDocumentsCount
public int InputDocumentsCount { get; set; }
How many documents were sent for evaluation.
Property Value | |
---|---|
Type | Description |
Int32 |
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 |
Int32 |