public sealed class DeleteCustomClassRequest : IMessage<DeleteCustomClassRequest>, IEquatable<DeleteCustomClassRequest>, IDeepCloneable<DeleteCustomClassRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Speech v1 API class DeleteCustomClassRequest.
Message sent by the client for the DeleteCustomClass method.
Implements
IMessageDeleteCustomClassRequest, IEquatableDeleteCustomClassRequest, IDeepCloneableDeleteCustomClassRequest, 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 |
|