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.
Implements
IMessageGetPhraseSetRequest, IEquatableGetPhraseSetRequest, IDeepCloneableGetPhraseSetRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Speech.V2Assembly
Google.Cloud.Speech.V2.dll
Constructors
GetPhraseSetRequest()
public GetPhraseSetRequest()
GetPhraseSetRequest(GetPhraseSetRequest)
public GetPhraseSetRequest(GetPhraseSetRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetPhraseSetRequest |
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 | |
---|---|
Type | Description |
string |
PhraseSetName
public PhraseSetName PhraseSetName { get; set; }
PhraseSetName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
PhraseSetName |