public sealed class GetRecognizerRequest : IMessage<GetRecognizerRequest>, IEquatable<GetRecognizerRequest>, IDeepCloneable<GetRecognizerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Speech-to-Text v2 API class GetRecognizerRequest.
Request message for the
[GetRecognizer][google.cloud.speech.v2.Speech.GetRecognizer] 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 documentation is for the `GetRecognizerRequest` class within the Google Cloud Speech-to-Text v2 API, specifically version 1.3.0."],["`GetRecognizerRequest` is a request message used to retrieve a specific Recognizer via the `GetRecognizer` method and is part of the `Google.Cloud.Speech.V2` namespace."],["The `GetRecognizerRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Name` (a string representing the Recognizer's resource name) and `RecognizerName` (a typed view of the resource name), along with constructors for creating instances of the class."],["This API documentation page also includes links to older versions of the API, including versions 1.0.0, 1.1.0 and 1.2.0, and the latest 1.4.0 version."]]],[]]