public sealed class DeletePhraseSetRequest : IMessage<DeletePhraseSetRequest>, IEquatable<DeletePhraseSetRequest>, IDeepCloneable<DeletePhraseSetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Speech v1 API class DeletePhraseSetRequest.
Message sent by the client for the DeletePhraseSet 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 `DeletePhraseSetRequest` class is used to send a request to delete a phrase set within the Google Cloud Speech v1 API, and it is the message sent by the client for the `DeletePhraseSet` method."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities such as deep cloning and buffer message handling."],["The `DeletePhraseSetRequest` class has two constructors: a default constructor and another that takes a `DeletePhraseSetRequest` object as a parameter for copying."],["The class contains two key properties: `Name`, a string representing the name of the phrase set to delete in the format `projects/{project}/locations/{location}/phraseSets/{phrase_set}`, and `PhraseSetName`, a typed view over the resource name property."],["The latest version of the DeletePhraseSetRequest API is 3.8.0, and there are documented versions ranging from 2.2.0 to 3.8.0."]]],[]]