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 content is reference documentation for the `DeletePhraseSetRequest` class within the Google Cloud Speech v1 API for .NET."],["This class, `DeletePhraseSetRequest`, is used to send a message to the `DeletePhraseSet` method, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation includes a list of available versions, ranging from 2.2.0 to 3.8.0, with 3.8.0 being the latest."],["The class contains two constructors, `DeletePhraseSetRequest()` and `DeletePhraseSetRequest(DeletePhraseSetRequest)`, and two properties, `Name` (string) and `PhraseSetName` (PhraseSetName), to determine what phrase to delete."],["It inherits members from the base `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, along with the namespace it is under, `Google.Cloud.Speech.V1`, and the specific assembly, `Google.Cloud.Speech.V1.dll`."]]],[]]