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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `Evaluation.Types.Counters` class within the Google Cloud Document AI v1 API, spanning versions from 1.0.0 to the latest 3.19.0."],["The `Evaluation.Types.Counters` class is used to provide evaluation counters for documents, including counts for input, evaluated, failed, and invalid documents."],["The `Evaluation.Types.Counters` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, within the `Google.Protobuf` namespace."],["The class includes properties to access the counts of `EvaluatedDocumentsCount`, `FailedDocumentsCount`, `InputDocumentsCount`, and `InvalidDocumentsCount`, each returning an integer value."],["The class has two constructors: a default constructor, `Counters()`, and a constructor to make copies of instances, `Counters(Evaluation.Types.Counters other)`."]]],[]]