public sealed class UpdatePhraseSetRequest : IMessage<UpdatePhraseSetRequest>, IEquatable<UpdatePhraseSetRequest>, IDeepCloneable<UpdatePhraseSetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Speech v1 API class UpdatePhraseSetRequest.
Message sent by the client for the UpdatePhraseSet method.
Speech-to-Text supports three locations: global, us (US North America),
and eu (Europe). If you are calling the speech.googleapis.com
endpoint, use the global location. To specify a region, use a
regional endpoint
with matching us or eu location value.
[[["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 latest version available for the `UpdatePhraseSetRequest` class in the Google Cloud Speech v1 API is 3.8.0, with multiple prior versions also available for reference, going back to 2.2.0."],["`UpdatePhraseSetRequest` is a class used as a message for the client in the `UpdatePhraseSet` method within the Google Cloud Speech v1 API."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdatePhraseSetRequest` class has two constructors, one default and one that takes another `UpdatePhraseSetRequest` as a parameter to clone it."],["Key properties of `UpdatePhraseSetRequest` include `PhraseSet`, which is the phrase set to be updated, and `UpdateMask`, which is a list of the fields to update."]]],[]]