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 within the Cloud Speech-to-Text v2 API, designed for retrieving a specific recognizer resource."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality comparisons, deep cloning, and buffer operations."],["The `GetRecognizerRequest` class has two constructors, one default and another that copies properties from another instance of `GetRecognizerRequest`."],["The class includes two key properties, `Name`, a string that holds the resource name of the recognizer, and `RecognizerName`, a typed view of the `Name` property for easier handling."],["The available documentation includes versions 1.0.0, 1.1.0, 1.2.0, 1.3.0, and the latest 1.4.0."]]],[]]