AdaptationPhraseSet(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A biasing PhraseSet, which can be either a string referencing the name of an existing PhraseSets resource, or an inline definition of a PhraseSet.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
phrase_set |
str
The name of an existing PhraseSet resource. The user must have read access to the resource and it must not be deleted. This field is a member of oneof _ value .
|
inline_phrase_set |
google.cloud.speech_v2.types.PhraseSet
An inline defined PhraseSet. This field is a member of oneof _ value .
|