UpdatePhraseSetRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Message sent by the client for the UpdatePhraseSet
method.
Attributes |
|
---|---|
Name | Description |
phrase_set |
google.cloud.speech_v1p1beta1.types.PhraseSet
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.
|
update_mask |
google.protobuf.field_mask_pb2.FieldMask
The list of fields to be updated. |