Class CreatePhraseSetRequest (2.8.0)

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

Message sent by the client for the CreatePhraseSet method. .. attribute:: parent

Required. The parent resource where this phrase set will be created. Format: {api_version}/projects/{project}/locations/{location}/phraseSets

:type: str

Attributes

NameDescription
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 be 4-63 characters, and valid characters are /a-z][0-9]-/.
phrase_set google.cloud.speech_v1p1beta1.types.PhraseSet
Required. The phrase set to create.