Class: Google::Cloud::Speech::V2::GetPhraseSetRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V2::GetPhraseSetRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/speech/v2/cloud_speech.rb
Overview
Request message for the GetPhraseSet method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the PhraseSet to retrieve. The expected format is
projects/{project}/locations/{location}/phraseSets/{phrase_set}
.
1731 1732 1733 1734 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1731 class GetPhraseSetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |