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 `ConfusionMatrixEntry` is 2.0.0-beta05, which is part of the Google Cloud Data Labeling library."],["`ConfusionMatrixEntry` is a class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `object` and has public constructors that allow for creating new instances and for making copies based off existing `ConfusionMatrixEntry` objects."],["The `ConfusionMatrixEntry` class includes two properties: `AnnotationSpec`, which details the predicted label's annotation specification, and `ItemCount`, representing the number of items with this predicted label."],["It can be found in the namespace `Google.Cloud.DataLabeling.V1Beta1` and is part of the `Google.Cloud.DataLabeling.V1Beta1.dll` assembly."]]],[]]