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."],[[["The `GetRecognizerRequest` class is a request message for the `GetRecognizer` method in the Cloud Speech-to-Text v2 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetRecognizerRequest` class has a `Name` property (as a string), representing the recognizer's resource name in the format `projects/{project}/locations/{location}/recognizers/{recognizer}`, and a corresponding `RecognizerName` property for a typed view."],["There are two constructors available: a parameterless constructor and one that takes another `GetRecognizerRequest` object."],["The documentation lists versions ranging from 1.0.0 to 1.4.0 of the `GetRecognizerRequest` class, with version 1.4.0 being the latest."]]],[]]