public sealed class UpdatePhraseSetRequest : IMessage<UpdatePhraseSetRequest>, IEquatable<UpdatePhraseSetRequest>, IDeepCloneable<UpdatePhraseSetRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Speech v1 API class UpdatePhraseSetRequest.
Message sent by the client for the UpdatePhraseSet method.
Implements
IMessageUpdatePhraseSetRequest, IEquatableUpdatePhraseSetRequest, IDeepCloneableUpdatePhraseSetRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Speech.V1Assembly
Google.Cloud.Speech.V1.dll
Constructors
UpdatePhraseSetRequest()
public UpdatePhraseSetRequest()UpdatePhraseSetRequest(UpdatePhraseSetRequest)
public UpdatePhraseSetRequest(UpdatePhraseSetRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdatePhraseSetRequest |
Properties
PhraseSet
public PhraseSet PhraseSet { get; set; }Required. The phrase set to update.
The phrase set's name field is used to identify the set to be
updated. 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 |
PhraseSet |
|
UpdateMask
public FieldMask UpdateMask { get; set; }The list of fields to be updated.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|