public MapField<string, long> ExampleCount { get; }
Map of each annotation spec's example count. Key is the annotation spec
name and value is the number of examples for that annotation spec.
If the annotated dataset does not have annotation spec, the map will return
a pair where the key is empty string and value is the total number of
annotations.
[[["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."],[[["The latest version of the `LabelStats` class for the Data Labeling v1beta1 API is `2.0.0-beta05`."],["`LabelStats` provides statistics about annotation specifications within the Data Labeling API."],["This class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`LabelStats` contains a `MapField` property named `ExampleCount` that stores the count of examples for each annotation spec using a string key for the spec name and a long value for the example count."],["`LabelStats` has two constructors, one that is parameterless, and one that accepts another `LabelStats` object."]]],[]]