Cloud Speech-to-Text V2 API - Class Google::Cloud::Speech::V2::UpdateRecognizerRequest (v0.2.0)

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

Request message for the UpdateRecognizer method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#recognizer

def recognizer() -> ::Google::Cloud::Speech::V2::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}.

#recognizer=

def recognizer=(value) -> ::Google::Cloud::Speech::V2::Recognizer
Parameter
  • value (::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}.

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

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
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.

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::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.
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.

#validate_only

def validate_only() -> ::Boolean
Returns
  • (::Boolean) — If set, validate the request and preview the updated Recognizer, but do not actually update it.

#validate_only=

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