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 used to request a specific custom class from the Cloud Speech-to-Text v2 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, comparison, cloning, and buffering."],["It contains a `Name` property, which is a string representing the resource name of the CustomClass to retrieve, and a `CustomClassName` property, which provides a typed view over the `Name`."],["The `GetCustomClassRequest` class is part of the `Google.Cloud.Speech.V2` namespace within the `Google.Cloud.Speech.V2.dll` assembly."]]],[]]