public sealed class GetPhraseSetRequest : IMessage<GetPhraseSetRequest>, IEquatable<GetPhraseSetRequest>, IDeepCloneable<GetPhraseSetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Speech v1p1beta1 API class GetPhraseSetRequest.
Message sent by the client for the GetPhraseSet
method.
Implements
IMessageGetPhraseSetRequest, IEquatableGetPhraseSetRequest, IDeepCloneableGetPhraseSetRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Speech.V1P1Beta1Assembly
Google.Cloud.Speech.V1P1Beta1.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 phrase set to retrieve. Format:
projects/{project}/locations/{location}/phraseSets/{phrase_set}
Speech-to-Text supports three locations: global
, us
(US North America),
and eu
(Europe). If you are calling the speech.googleapis.com
endpoint, use the global
location. To specify a region, use a
regional endpoint
with matching us
or eu
location value.
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 |