Cloud Document AI v1 API - Class Evaluation.Types.Counters (3.6.0)

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.

Inheritance

Object > Evaluation.Types.Counters

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

Counters()

public Counters()

Counters(Evaluation.Types.Counters)

public Counters(Evaluation.Types.Counters other)
Parameter
NameDescription
otherEvaluation.Types.Counters

Properties

EvaluatedDocumentsCount

public int EvaluatedDocumentsCount { get; set; }

How many documents were used in the evaluation.

Property Value
TypeDescription
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
TypeDescription
Int32

InputDocumentsCount

public int InputDocumentsCount { get; set; }

How many documents were sent for evaluation.

Property Value
TypeDescription
Int32

InvalidDocumentsCount

public int InvalidDocumentsCount { get; set; }

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

Property Value
TypeDescription
Int32