public sealed class GetCustomClassRequest : IMessage<GetCustomClassRequest>, IEquatable<GetCustomClassRequest>, IDeepCloneable<GetCustomClassRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Speech v1 API class GetCustomClassRequest.
Message sent by the client for the 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."],[[["This document provides reference documentation for the `GetCustomClassRequest` class within the Google Cloud Speech v1 API, specifically for version 3.2.0."],["The `GetCustomClassRequest` class is used to send requests to the `GetCustomClass` method and can be used to retrieve a specific custom class by its name."],["The latest version of this class available is 3.8.0, and there are links provided for previous versions, ranging from 3.7.0 back to 2.2.0."],["`GetCustomClassRequest` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetCustomClassRequest` contains two main properties: `CustomClassName`, which is a typed view over the resource name, and `Name`, which is a required string specifying the full name of the custom class to retrieve."]]],[]]