Cloud Speech-to-Text V1 API - Class Google::Cloud::Speech::V1::DeleteCustomClassRequest (v0.10.1)

Reference documentation and code samples for the Cloud Speech-to-Text V1 API class Google::Cloud::Speech::V1::DeleteCustomClassRequest.

Message sent by the client for the DeleteCustomClass method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — 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.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — 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.

Returns
  • (::String) — 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.