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 a request message for retrieving a custom class in the Cloud Speech-to-Text v2 API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility."],["It has two constructors: a default constructor and another that takes an existing `GetCustomClassRequest` object for cloning, providing flexibility in its creation."],["The `GetCustomClassRequest` class includes two properties, `CustomClassName` and `Name`, that are used to handle the name of the custom class to be retrieved."],["The `Name` property is a required field, and expects the name of the custom class to follow a specific format of `projects/{project}/locations/{location}/customClasses/{custom_class}`."]]],[]]