Class: Google::Cloud::Speech::V1p1beta1::CreatePhraseSetRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V1p1beta1::CreatePhraseSetRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/speech/v1p1beta1/cloud_speech_adaptation.rb
Overview
Message sent by the client for the CreatePhraseSet method.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#phrase_set ⇒ ::Google::Cloud::Speech::V1p1beta1::PhraseSet
Required.
-
#phrase_set_id ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
47 48 49 50 |
# File 'proto_docs/google/cloud/speech/v1p1beta1/cloud_speech_adaptation.rb', line 47 class CreatePhraseSetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#phrase_set ⇒ ::Google::Cloud::Speech::V1p1beta1::PhraseSet
47 48 49 50 |
# File 'proto_docs/google/cloud/speech/v1p1beta1/cloud_speech_adaptation.rb', line 47 class CreatePhraseSetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#phrase_set_id ⇒ ::String
47 48 49 50 |
# File 'proto_docs/google/cloud/speech/v1p1beta1/cloud_speech_adaptation.rb', line 47 class CreatePhraseSetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |