Google Cloud Speech v1p1beta1 API - Class DeleteCustomClassRequest (3.0.0-beta07)

public sealed class DeleteCustomClassRequest : IMessage<DeleteCustomClassRequest>, IEquatable<DeleteCustomClassRequest>, IDeepCloneable<DeleteCustomClassRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Speech v1p1beta1 API class DeleteCustomClassRequest.

Message sent by the client for the DeleteCustomClass method.

Inheritance

object > DeleteCustomClassRequest

Namespace

Google.Cloud.Speech.V1P1Beta1

Assembly

Google.Cloud.Speech.V1P1Beta1.dll

Constructors

DeleteCustomClassRequest()

public DeleteCustomClassRequest()

DeleteCustomClassRequest(DeleteCustomClassRequest)

public DeleteCustomClassRequest(DeleteCustomClassRequest other)
Parameter
NameDescription
otherDeleteCustomClassRequest

Properties

CustomClassName

public CustomClassName CustomClassName { get; set; }

CustomClassName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
string