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.
Implements
IMessageDeletePhraseSetRequest, IEquatableDeletePhraseSetRequest, IDeepCloneableDeletePhraseSetRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Speech.V1Assembly
Google.Cloud.Speech.V1.dll
Constructors
DeletePhraseSetRequest()
public DeletePhraseSetRequest()
DeletePhraseSetRequest(DeletePhraseSetRequest)
public DeletePhraseSetRequest(DeletePhraseSetRequest other)
Parameter | |
---|---|
Name | Description |
other |
DeletePhraseSetRequest |
Properties
Name
public string Name { get; set; }
Required. The name of the phrase set to delete. Format:
projects/{project}/locations/{location}/phraseSets/{phrase_set}
Property Value | |
---|---|
Type | Description |
string |
PhraseSetName
public PhraseSetName PhraseSetName { get; set; }
PhraseSetName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
PhraseSetName |