Class CreatePhraseSetRequest (2.14.0)

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

Message sent by the client for the CreatePhraseSet method.

Attributes

NameDescription
parent str
Required. The parent resource where this phrase set will be created. Format: ``projects/{project}/locations/{location}/phraseSets`` 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
phrase_set_id str
Required. The ID to use for the phrase set, which will become the final component of the phrase set's resource name. This value should restrict to letters, numbers, and hyphens, with the first character a letter, the last a letter or a number, and be 4-63 characters.
phrase_set google.cloud.speech_v1.types.PhraseSet
Required. The phrase set to create.

Inheritance

builtins.object > proto.message.Message > CreatePhraseSetRequest