Google Cloud Speech v1 API - Class DeletePhraseSetRequest (3.6.0)

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.

Inheritance

object > DeletePhraseSetRequest

Namespace

Google.Cloud.Speech.V1

Assembly

Google.Cloud.Speech.V1.dll

Constructors

DeletePhraseSetRequest()

public DeletePhraseSetRequest()

DeletePhraseSetRequest(DeletePhraseSetRequest)

public DeletePhraseSetRequest(DeletePhraseSetRequest other)
Parameter
NameDescription
otherDeletePhraseSetRequest

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
TypeDescription
string

PhraseSetName

public PhraseSetName PhraseSetName { get; set; }

PhraseSetName-typed view over the Name resource name property.

Property Value
TypeDescription
PhraseSetName