Cloud Speech-to-Text V2 API - Class Google::Cloud::Speech::V2::UpdatePhraseSetRequest (v0.9.2)

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

Request message for the UpdatePhraseSet method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#phrase_set

def phrase_set() -> ::Google::Cloud::Speech::V2::PhraseSet
Returns
  • (::Google::Cloud::Speech::V2::PhraseSet) — Required. The PhraseSet to update.

    The PhraseSet's name field is used to identify the PhraseSet to update. Format: projects/{project}/locations/{location}/phraseSets/{phrase_set}.

#phrase_set=

def phrase_set=(value) -> ::Google::Cloud::Speech::V2::PhraseSet
Parameter
  • value (::Google::Cloud::Speech::V2::PhraseSet) — Required. The PhraseSet to update.

    The PhraseSet's name field is used to identify the PhraseSet to update. Format: projects/{project}/locations/{location}/phraseSets/{phrase_set}.

Returns
  • (::Google::Cloud::Speech::V2::PhraseSet) — Required. The PhraseSet to update.

    The PhraseSet's name field is used to identify the PhraseSet to update. Format: projects/{project}/locations/{location}/phraseSets/{phrase_set}.

#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 PhraseSet 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 PhraseSet 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 PhraseSet resource.

#validate_only

def validate_only() -> ::Boolean
Returns
  • (::Boolean) — If set, validate the request and preview the updated PhraseSet, 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 PhraseSet, but do not actually update it.
Returns
  • (::Boolean) — If set, validate the request and preview the updated PhraseSet, but do not actually update it.