public sealed class ConfusionMatrix.Types.ConfusionMatrixEntry : IMessage<ConfusionMatrix.Types.ConfusionMatrixEntry>, IEquatable<ConfusionMatrix.Types.ConfusionMatrixEntry>, IDeepCloneable<ConfusionMatrix.Types.ConfusionMatrixEntry>, IBufferMessage, IMessage
[[["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 `ConfusionMatrix.Types.ConfusionMatrixEntry` is 2.0.0-beta05, with older versions 2.0.0-beta04 and 1.0.0-beta03 also available."],["`ConfusionMatrix.Types.ConfusionMatrixEntry` is a sealed class that inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one `ConfusionMatrixEntry()` and another one `ConfusionMatrixEntry(ConfusionMatrix.Types.ConfusionMatrixEntry other)` that accepts another `ConfusionMatrixEntry` object."],["It includes properties `AnnotationSpec` of type `AnnotationSpec`, representing a predicted label, and `ItemCount` of type `int`, that represents the number of items predicted to have a certain label."],["The class belongs to the `Google.Cloud.DataLabeling.V1Beta1` namespace and is included in the `Google.Cloud.DataLabeling.V1Beta1.dll` assembly."]]],[]]