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.
[[["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 designed to provide evaluation counters for documents, including counts for input, evaluated, failed, and invalid documents."],["The `Counters` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which means it is built with protobuf and is able to have deep clones for evaluation."],["The class contains properties such as `EvaluatedDocumentsCount`, `FailedDocumentsCount`, `InputDocumentsCount`, and `InvalidDocumentsCount`, all of which are integers and provide a numerical count for the corresponding data."],["The `Counters` class has two constructors: one default constructor, and one constructor that accepts another `Evaluation.Types.Counters` object as an argument, allowing for initialization based on an existing counter object."]]],[]]