Class CreatePhraseSetRequest (2.16.1)

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

Request message for the CreatePhraseSet method.

Attributes

NameDescription
phrase_set google.cloud.speech_v2.types.PhraseSet
Required. The PhraseSet to create.
validate_only bool
If set, validate the request and preview the PhraseSet, but do not actually create it.
phrase_set_id str
The ID to use for the PhraseSet, which will become the final component of the PhraseSet's resource name. This value should be 4-63 characters, and valid characters are /`a-z][0-9]`-/.
parent str
Required. The project and location where this PhraseSet will be created. The expected format is ``projects/{project}/locations/{location}``.

Inheritance

builtins.object > proto.message.Message > CreatePhraseSetRequest