Class: Google::Cloud::Speech::V2::UpdateRecognizerRequest

Inherits:
Object
  • Object
show all
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

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}.

Returns:

  • (::Google::Cloud::Speech::V2::Recognizer)

    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}.



200
201
202
203
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 200

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.

Returns:

  • (::Google::Protobuf::FieldMask)

    The list of fields to update. If empty, all non-default valued fields are considered for update. Use * to update the entire Recognizer resource.



200
201
202
203
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 200

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.

Returns:

  • (::Boolean)

    If set, validate the request and preview the updated Recognizer, but do not actually update it.



200
201
202
203
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 200

class UpdateRecognizerRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end