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-04-02 UTC."],[[["`GetCustomClassRequest` is a class in the Cloud Speech-to-Text v2 API, used as a request message for retrieving a custom class via the `GetCustomClass` method."],["The class is part of the `Google.Cloud.Speech.V2` namespace and is implemented in the `Google.Cloud.Speech.V2.dll` assembly, and is derived from the base `object` class."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetCustomClassRequest` class includes properties such as `CustomClassName` and `Name`, with the latter being a string that requires a custom class name in a specific format for retrieval."],["There are multiple version of this method, with the latest being 1.4.0."]]],[]]