Cloud Speech-to-Text V2 API - Class Google::Cloud::Speech::V2::UpdatePhraseSetRequest (v1.0.1)
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::UpdatePhraseSetRequest.
Request message for the UpdatePhraseSet method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#phrase_set
defphrase_set()->::Google::Cloud::Speech::V2::PhraseSet-
(::Google::Cloud::Speech::V2::PhraseSet) — Required. The PhraseSet to update.
The PhraseSet's
namefield is used to identify the PhraseSet to update. Format:projects/{project}/locations/{location}/phraseSets/{phrase_set}.
#phrase_set=
defphrase_set=(value)->::Google::Cloud::Speech::V2::PhraseSet-
value (::Google::Cloud::Speech::V2::PhraseSet) — Required. The PhraseSet to update.
The PhraseSet's
namefield is used to identify the PhraseSet to update. Format:projects/{project}/locations/{location}/phraseSets/{phrase_set}.
-
(::Google::Cloud::Speech::V2::PhraseSet) — Required. The PhraseSet to update.
The PhraseSet's
namefield is used to identify the PhraseSet to update. Format:projects/{project}/locations/{location}/phraseSets/{phrase_set}.
#update_mask
defupdate_mask()->::Google::Protobuf::FieldMask-
(::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=
defupdate_mask=(value)->::Google::Protobuf::FieldMask-
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.
-
(::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
defvalidate_only()->::Boolean- (::Boolean) — If set, validate the request and preview the updated PhraseSet, but do not actually update it.
#validate_only=
defvalidate_only=(value)->::Boolean- value (::Boolean) — If set, validate the request and preview the updated PhraseSet, but do not actually update it.
- (::Boolean) — If set, validate the request and preview the updated PhraseSet, but do not actually update it.