Class AdaptationPhraseSet (2.17.1)

AdaptationPhraseSet(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A biasing phrase set, which can be either a string referencing the name of an existing phrase set resource, or an inline definition of a phrase set.

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

NameDescription
phrase_set str
The name of an existing phrase set 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 phrase set. This field is a member of oneof_ value.