public sealed class ClassItem : IMessage<CustomClass.Types.ClassItem>, IEquatable<CustomClass.Types.ClassItem>, IDeepCloneable<CustomClass.Types.ClassItem>, 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."],[[["This webpage details the `ClassItem` class within the `Google.Cloud.Speech.V1` namespace, specifically for version 2.9.0, which is part of the Google Cloud Speech API."],["The `ClassItem` class represents an item of a custom class, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of `ClassItem` documented is version 3.8.0, with multiple older versions available, down to 2.2.0, including the current version displayed of 2.9.0."],["The `ClassItem` class has two constructors: a default one (`ClassItem()`) and one that takes another `ClassItem` as a parameter (`ClassItem(CustomClass.Types.ClassItem other)`)."],["The class contains one property, `Value`, of type `String`, which represents the value of the specific class item."]]],[]]