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 provides documentation for the `ClassItem` class within the `Google.Cloud.Speech.V1` namespace, specifically for the .NET environment, with version 3.8.0 being the latest and versions down to 2.2.0 being supported."],["`ClassItem` is a sealed class representing an item of a custom class, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ClassItem` class inherits from `Object` and has inherited members including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["It includes a `Value` property of type `String`, which represents the value of the class item, along with two constructors: a default constructor and one that takes another `ClassItem` as a parameter."]]],[]]