Cloud Speech-to-Text V2 API - Class Google::Cloud::Speech::V2::UpdateCustomClassRequest (v0.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Speech-to-Text V2 API class Google::Cloud::Speech::V2::UpdateCustomClassRequest.
Request message for the UpdateCustomClass method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#custom_class
defcustom_class()->::Google::Cloud::Speech::V2::CustomClass-
(::Google::Cloud::Speech::V2::CustomClass) — Required. The CustomClass to update.
The CustomClass's
namefield is used to identify the CustomClass to update. Format:projects/{project}/locations/{location}/customClasses/{custom_class}.
#custom_class=
defcustom_class=(value)->::Google::Cloud::Speech::V2::CustomClass-
value (::Google::Cloud::Speech::V2::CustomClass) — Required. The CustomClass to update.
The CustomClass's
namefield is used to identify the CustomClass to update. Format:projects/{project}/locations/{location}/customClasses/{custom_class}.
-
(::Google::Cloud::Speech::V2::CustomClass) — Required. The CustomClass to update.
The CustomClass's
namefield is used to identify the CustomClass to update. Format:projects/{project}/locations/{location}/customClasses/{custom_class}.
#update_mask
defupdate_mask()->::Google::Protobuf::FieldMask- (::Google::Protobuf::FieldMask) — The list of fields to be updated. If empty, all fields are considered for update.
#update_mask=
defupdate_mask=(value)->::Google::Protobuf::FieldMask- value (::Google::Protobuf::FieldMask) — The list of fields to be updated. If empty, all fields are considered for update.
- (::Google::Protobuf::FieldMask) — The list of fields to be updated. If empty, all fields are considered for update.
#validate_only
defvalidate_only()->::Boolean- (::Boolean) — If set, validate the request and preview the updated CustomClass, but do not actually update it.
#validate_only=
defvalidate_only=(value)->::Boolean- value (::Boolean) — If set, validate the request and preview the updated CustomClass, but do not actually update it.
- (::Boolean) — If set, validate the request and preview the updated CustomClass, but do not actually update it.