Reference documentation and code samples for the Cloud Speech-to-Text V1p1beta1 API class Google::Cloud::Speech::V1p1beta1::UpdatePhraseSetRequest.
Message sent by the client 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::V1p1beta1::PhraseSet
-
(::Google::Cloud::Speech::V1p1beta1::PhraseSet) — Required. The phrase set to update.
The phrase set's
name
field is used to identify the set to be updated. Format:projects/{project}/locations/{location}/phraseSets/{phrase_set}
Speech-to-Text supports three locations:
global
,us
(US North America), andeu
(Europe). If you are calling thespeech.googleapis.com
endpoint, use theglobal
location. To specify a region, use a regional endpoint with matchingus
oreu
location value.
#phrase_set=
def phrase_set=(value) -> ::Google::Cloud::Speech::V1p1beta1::PhraseSet
-
value (::Google::Cloud::Speech::V1p1beta1::PhraseSet) — Required. The phrase set to update.
The phrase set's
name
field is used to identify the set to be updated. Format:projects/{project}/locations/{location}/phraseSets/{phrase_set}
Speech-to-Text supports three locations:
global
,us
(US North America), andeu
(Europe). If you are calling thespeech.googleapis.com
endpoint, use theglobal
location. To specify a region, use a regional endpoint with matchingus
oreu
location value.
-
(::Google::Cloud::Speech::V1p1beta1::PhraseSet) — Required. The phrase set to update.
The phrase set's
name
field is used to identify the set to be updated. Format:projects/{project}/locations/{location}/phraseSets/{phrase_set}
Speech-to-Text supports three locations:
global
,us
(US North America), andeu
(Europe). If you are calling thespeech.googleapis.com
endpoint, use theglobal
location. To specify a region, use a regional endpoint with matchingus
oreu
location value.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
- (::Google::Protobuf::FieldMask) — The list of fields to be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
- value (::Google::Protobuf::FieldMask) — The list of fields to be updated.
- (::Google::Protobuf::FieldMask) — The list of fields to be updated.