Required. The Recognizer to update. The Recognizer's name field is used to identify the Recognizer to update. Format: projects/{project}/locations/{location}/recognizers/{recognizer}.
[[["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-08-28 UTC."],[],[],null,["# Cloud Speech V2 Client - Class UpdateRecognizerRequest (2.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.1 (latest)](/php/docs/reference/cloud-speech/latest/V2.UpdateRecognizerRequest)\n- [2.1.0](/php/docs/reference/cloud-speech/2.1.0/V2.UpdateRecognizerRequest)\n- [2.0.1](/php/docs/reference/cloud-speech/2.0.1/V2.UpdateRecognizerRequest)\n- [1.20.1](/php/docs/reference/cloud-speech/1.20.1/V2.UpdateRecognizerRequest)\n- [1.19.2](/php/docs/reference/cloud-speech/1.19.2/V2.UpdateRecognizerRequest)\n- [1.18.3](/php/docs/reference/cloud-speech/1.18.3/V2.UpdateRecognizerRequest)\n- [1.16.0](/php/docs/reference/cloud-speech/1.16.0/V2.UpdateRecognizerRequest)\n- [1.15.0](/php/docs/reference/cloud-speech/1.15.0/V2.UpdateRecognizerRequest)\n- [1.14.3](/php/docs/reference/cloud-speech/1.14.3/V2.UpdateRecognizerRequest)\n- [1.13.1](/php/docs/reference/cloud-speech/1.13.1/V2.UpdateRecognizerRequest)\n- [1.12.0](/php/docs/reference/cloud-speech/1.12.0/V2.UpdateRecognizerRequest)\n- [1.11.2](/php/docs/reference/cloud-speech/1.11.2/V2.UpdateRecognizerRequest)\n- [1.10.0](/php/docs/reference/cloud-speech/1.10.0/V2.UpdateRecognizerRequest)\n- [1.9.1](/php/docs/reference/cloud-speech/1.9.1/V2.UpdateRecognizerRequest)\n- [1.8.0](/php/docs/reference/cloud-speech/1.8.0/V2.UpdateRecognizerRequest)\n- [1.7.0](/php/docs/reference/cloud-speech/1.7.0/V2.UpdateRecognizerRequest) \nReference documentation and code samples for the Cloud Speech V2 Client class UpdateRecognizerRequest.\n\nRequest message for the\n[UpdateRecognizer](/php/docs/reference/cloud-speech/latest/V2.Client.SpeechClient#_Google_Cloud_Speech_V2_Client_SpeechClient__updateRecognizer__) method.\n\nGenerated from protobuf message `google.cloud.speech.v2.UpdateRecognizerRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Speech \\\\ V2\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getRecognizer\n\nRequired. The Recognizer to update.\n\nThe Recognizer's `name` field is used to identify the Recognizer to update.\nFormat: `projects/{project}/locations/{location}/recognizers/{recognizer}`.\n\n### hasRecognizer\n\n### clearRecognizer\n\n### setRecognizer\n\nRequired. The Recognizer to update.\n\nThe Recognizer's `name` field is used to identify the Recognizer to update.\nFormat: `projects/{project}/locations/{location}/recognizers/{recognizer}`.\n\n### getUpdateMask\n\nThe list of fields to update. If empty, all non-default valued fields are\nconsidered for update. Use `*` to update the entire Recognizer resource.\n\n### hasUpdateMask\n\n### clearUpdateMask\n\n### setUpdateMask\n\nThe list of fields to update. If empty, all non-default valued fields are\nconsidered for update. Use `*` to update the entire Recognizer resource.\n\n### getValidateOnly\n\nIf set, validate the request and preview the updated Recognizer, but do not\nactually update it.\n\n### setValidateOnly\n\nIf set, validate the request and preview the updated Recognizer, but do not\nactually update it.\n\n### static::build"]]