Google Cloud Speech v1p1beta1 API - Class DeletePhraseSetRequest (3.0.0-beta08)

public sealed class DeletePhraseSetRequest : IMessage<DeletePhraseSetRequest>, IEquatable<DeletePhraseSetRequest>, IDeepCloneable<DeletePhraseSetRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Speech v1p1beta1 API class DeletePhraseSetRequest.

Message sent by the client for the DeletePhraseSet method.

Inheritance

object > DeletePhraseSetRequest

Namespace

Google.Cloud.Speech.V1P1Beta1

Assembly

Google.Cloud.Speech.V1P1Beta1.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