public sealed class CustomClass : IMessage<CustomClass>, IEquatable<CustomClass>, IDeepCloneable<CustomClass>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Speech v1 API class CustomClass.
A set of words or phrases that represents a common concept likely to appear
in your audio, for example a list of passenger ship names. CustomClass items
can be substituted into placeholders that you set in PhraseSet phrases.
[[["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 documentation page covers the `CustomClass` in the Google Cloud Speech v1 API, which is designed for use in .NET applications and can be found within the `Google.Cloud.Speech.V1` namespace."],["The `CustomClass` is a component that can store and represent a set of words or phrases, such as a list of ship names, and it is used in audio processing for custom concept recognition."],["The documentation outlines multiple versions, ranging from 2.2.0 to 3.8.0 (latest), demonstrating the evolution of the `CustomClass` object throughout the development process."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cCustomClass\u003e`, `IDeepCloneable\u003cCustomClass\u003e`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, deep cloning, and buffered operations."],["The `CustomClass` has properties such as `CustomClassId`, `CustomClassName`, `Items`, and `Name`, each serving a specific purpose like identifying the resource, providing a view over the name, holding a collection of class items, and listing the resource name."]]],[]]