Class: Google::Cloud::Speech::V2::UpdateRecognizerRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V2::UpdateRecognizerRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/speech/v2/cloud_speech.rb
Overview
Request message for the UpdateRecognizer method.
Instance Attribute Summary collapse
-
#recognizer ⇒ ::Google::Cloud::Speech::V2::Recognizer
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The list of fields to update.
-
#validate_only ⇒ ::Boolean
If set, validate the request and preview the updated Recognizer, but do not actually update it.
Instance Attribute Details
#recognizer ⇒ ::Google::Cloud::Speech::V2::Recognizer
Returns Required. The Recognizer to update.
The Recognizer's name
field is used to identify the Recognizer to update.
Format: projects/{project}/locations/{location}/recognizers/{recognizer}
.
199 200 201 202 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 199 class UpdateRecognizerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The list of fields to update. If empty, all non-default valued fields are
considered for update. Use *
to update the entire Recognizer resource.
199 200 201 202 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 199 class UpdateRecognizerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns If set, validate the request and preview the updated Recognizer, but do not actually update it.
199 200 201 202 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 199 class UpdateRecognizerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |