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."],[[["This webpage provides reference documentation for the `DeletePhraseSetRequest` class within the Google Cloud Speech v1 API for .NET."],["The `DeletePhraseSetRequest` class is used to send a message from the client to delete a phrase set, and it implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version of this API is 3.8.0, but other versions from 3.7.0 all the way back to 2.2.0 are available through this page."],["The class includes properties such as `Name`, which specifies the phrase set to delete, and `PhraseSetName`, a typed view of the resource name."],["It inherits members from the object class, such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]