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 provides statistics about annotation specifications within the `Google.Cloud.DataLabeling.V1Beta1` namespace."],["`LabelStats` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, comparison, cloning, and buffering."],["There are multiple versions available for reference, with the latest being `2.0.0-beta05`, followed by `2.0.0-beta04`, and `1.0.0-beta03`."],["The class includes two constructors: a default constructor `LabelStats()` and a copy constructor `LabelStats(LabelStats other)`."],["The `ExampleCount` property, a `MapField`, provides a mapping of annotation spec names to their respective example counts, with a fallback for datasets without annotation specs."]]],[]]