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 latest version of the `DeletePhraseSetRequest` API is 3.8.0, but this page is for version 3.4.0, which can be viewed by clicking the version number drop-down at the top."],["`DeletePhraseSetRequest` is a class within the Google Cloud Speech v1 API, used as a message sent by the client for the `DeletePhraseSet` method."],["The `DeletePhraseSetRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `DeletePhraseSetRequest()` and an overloaded constructor `DeletePhraseSetRequest(DeletePhraseSetRequest other)` that accepts another `DeletePhraseSetRequest` as a parameter."],["The `DeletePhraseSetRequest` class contains properties for `Name` and `PhraseSetName`, where `Name` is a required string representing the phrase set to delete, and `PhraseSetName` is a typed view over the `Name` property."]]],[]]