Google Cloud Speech v1 API - Class GetPhraseSetRequest (3.6.0)

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

Reference documentation and code samples for the Google Cloud Speech v1 API class GetPhraseSetRequest.

Message sent by the client for the GetPhraseSet method.

Inheritance

object > GetPhraseSetRequest

Namespace

Google.Cloud.Speech.V1

Assembly

Google.Cloud.Speech.V1.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 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
TypeDescription
string

PhraseSetName

public PhraseSetName PhraseSetName { get; set; }

PhraseSetName-typed view over the Name resource name property.

Property Value
TypeDescription
PhraseSetName