public sealed class GetCustomClassRequest : IMessage<GetCustomClassRequest>, IEquatable<GetCustomClassRequest>, IDeepCloneable<GetCustomClassRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Speech-to-Text v2 API class GetCustomClassRequest.
Request message for the
[GetCustomClass][google.cloud.speech.v2.Speech.GetCustomClass] method.
[[["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 `GetCustomClassRequest` class is part of the Cloud Speech-to-Text v2 API, used to request a specific CustomClass resource."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, comparison, cloning, and buffering."],["It provides a `CustomClassName` property, which is a typed view over the resource name property, and a `Name` property, which holds the required resource name string in the expected format."],["The `GetCustomClassRequest` class offers two constructors: a default constructor and one that accepts another `GetCustomClassRequest` instance, enabling creating a new instance or copying from an existing one."],["This class is found within the `Google.Cloud.Speech.V2` namespace and is contained within the `Google.Cloud.Speech.V2.dll` assembly, representing a component of the Google Cloud Speech-to-Text v2 library."]]],[]]