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."],[[["`GetRecognizerRequest` is a class in the Google Cloud Speech-to-Text v2 API used for requesting a specific recognizer, which implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class represents the request message for the `GetRecognizer` method within the Google Cloud Speech v2 API, allowing you to retrieve a specified recognizer."],["`GetRecognizerRequest` includes two constructors, a default constructor and one that takes another `GetRecognizerRequest` instance as a parameter for creating copies."],["The `Name` property of `GetRecognizerRequest` is a required string that represents the resource name of the recognizer, formatted as `projects/{project}/locations/{location}/recognizers/{recognizer}`."],["The `RecognizerName` property provides a strongly-typed view over the resource name property."]]],[]]