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 `LabelStats` class, part of the Data Labeling v1beta1 API, provides statistics about annotation specs."],["Version 2.0.0-beta05 is the latest release for this specific API, and there are also previous versions of this API that have been released."],["`LabelStats` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, in addition to inheriting from `object`."],["The class includes a `ExampleCount` property that maps annotation spec names to the number of examples for each spec."],["The `LabelStats` class has two constructors: a default one and another that copies from another `LabelStats` object."]]],[]]