Cloud Speech-to-Text V2 API - Class Google::Cloud::Speech::V2::CreateCustomClassRequest (v0.13.1)

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

Request message for the CreateCustomClass method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#custom_class

defcustom_class()->::Google::Cloud::Speech::V2::CustomClass
Returns

#custom_class=

defcustom_class=(value)->::Google::Cloud::Speech::V2::CustomClass
Parameter
Returns

#custom_class_id

defcustom_class_id()->::String
Returns
  • (::String) — The ID to use for the CustomClass, which will become the final component of the CustomClass's resource name.

    This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.

#custom_class_id=

defcustom_class_id=(value)->::String
Parameter
  • value (::String) — The ID to use for the CustomClass, which will become the final component of the CustomClass's resource name.

    This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.

Returns
  • (::String) — The ID to use for the CustomClass, which will become the final component of the CustomClass's resource name.

    This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.

#parent

defparent()->::String
Returns
  • (::String) — Required. The project and location where this CustomClass will be created. The expected format is projects/{project}/locations/{location}.

#parent=

defparent=(value)->::String
Parameter
  • value (::String) — Required. The project and location where this CustomClass will be created. The expected format is projects/{project}/locations/{location}.
Returns
  • (::String) — Required. The project and location where this CustomClass will be created. The expected format is projects/{project}/locations/{location}.

#validate_only

defvalidate_only()->::Boolean
Returns
  • (::Boolean) — If set, validate the request and preview the CustomClass, but do not actually create it.

#validate_only=

defvalidate_only=(value)->::Boolean
Parameter
  • value (::Boolean) — If set, validate the request and preview the CustomClass, but do not actually create it.
Returns
  • (::Boolean) — If set, validate the request and preview the CustomClass, but do not actually create it.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.