public sealed class DeleteCustomClassRequest : IMessage<DeleteCustomClassRequest>, IEquatable<DeleteCustomClassRequest>, IDeepCloneable<DeleteCustomClassRequest>, IBufferMessage, IMessageMessage sent by the client for the DeleteCustomClass method.
Implements
IMessage<DeleteCustomClassRequest>, IEquatable<DeleteCustomClassRequest>, IDeepCloneable<DeleteCustomClassRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Speech.V1Assembly
Google.Cloud.Speech.V1.dll
Constructors
DeleteCustomClassRequest()
public DeleteCustomClassRequest()DeleteCustomClassRequest(DeleteCustomClassRequest)
public DeleteCustomClassRequest(DeleteCustomClassRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteCustomClassRequest |
Properties
CustomClassName
public CustomClassName CustomClassName { get; set; }CustomClassName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
CustomClassName |
|
Name
public string Name { get; set; }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
with matching us or eu location value.
| Property Value | |
|---|---|
| Type | Description |
String |
|