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, as part of version 3.6.0."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to provide functionalities related to message handling, equality comparison, deep cloning, and buffer management."],["The latest version available for reference documentation of the `DeletePhraseSetRequest` is 3.8.0, and many prior versions are available for different needs, all the way back to 2.2.0."],["It contains two constructors, `DeletePhraseSetRequest()`, and `DeletePhraseSetRequest(DeletePhraseSetRequest other)`, along with two properties: `Name` (a string) and `PhraseSetName` (a typed view over the `Name`)."],["The name property is a required string representing the name of the phrase set to delete, formatted as `projects/{project}/locations/{location}/phraseSets/{phrase_set}`."]]],[]]