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 document provides reference documentation for the `GetRecognizerRequest` class within the Google Cloud Speech-to-Text v2 API, detailing its role in retrieving recognizer information."],["The `GetRecognizerRequest` class, part of the `Google.Cloud.Speech.V2` namespace, is used as a request message for the `GetRecognizer` method."],["The latest version of the API for the `GetRecognizerRequest` class is 1.4.0, with previous versions 1.3.0, 1.2.0, 1.1.0, and 1.0.0 also available."],["`GetRecognizerRequest` has two constructors, the first is parameterless and the second takes another `GetRecognizerRequest` instance as an argument, allowing for object copying."],["The class has two properties: `Name` which is a string indicating the resource path for the recognizer, and `RecognizerName`, a typed view over the name resource property."]]],[]]