Cloud Speech-to-Text v2 API - Class GetPhraseSetRequest (1.0.0)

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

Reference documentation and code samples for the Cloud Speech-to-Text v2 API class GetPhraseSetRequest.

Request message for the [GetPhraseSet][google.cloud.speech.v2.Speech.GetPhraseSet] method.

Inheritance

object > GetPhraseSetRequest

Namespace

Google.Cloud.Speech.V2

Assembly

Google.Cloud.Speech.V2.dll

Constructors

GetPhraseSetRequest()

public GetPhraseSetRequest()

GetPhraseSetRequest(GetPhraseSetRequest)

public GetPhraseSetRequest(GetPhraseSetRequest other)
Parameter
NameDescription
otherGetPhraseSetRequest

Properties

Name

public string Name { get; set; }

Required. The name of the PhraseSet to retrieve. The expected format is 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