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

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 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(Counters)

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

Properties

EvaluatedDocumentsCount

public int EvaluatedDocumentsCount { get; set; }

How many documents were used in the evaluation.

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

InputDocumentsCount

public int InputDocumentsCount { get; set; }

How many documents were sent for evaluation.

Property Value
TypeDescription
int

InvalidDocumentsCount

public int InvalidDocumentsCount { get; set; }

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

Property Value
TypeDescription
int