Class DeleteCustomClassRequest (2.14.0)

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

Message sent by the client for the DeleteCustomClass method.

Attribute

NameDescription
name str
Required. The name of the custom class to delete. Format: ``projects/{project}/locations/{location}/customClasses/{custom_class}`` 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

Inheritance

builtins.object > proto.message.Message > DeleteCustomClassRequest