Class: Google::Cloud::Speech::V1::CreateCustomClassRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V1::CreateCustomClassRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/speech/v1/cloud_speech_adaptation.rb
Overview
Message sent by the client for the CreateCustomClass method.
Instance Attribute Summary collapse
-
#custom_class ⇒ ::Google::Cloud::Speech::V1::CustomClass
Required.
-
#custom_class_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#custom_class ⇒ ::Google::Cloud::Speech::V1::CustomClass
169 170 171 172 |
# File 'proto_docs/google/cloud/speech/v1/cloud_speech_adaptation.rb', line 169 class CreateCustomClassRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#custom_class_id ⇒ ::String
169 170 171 172 |
# File 'proto_docs/google/cloud/speech/v1/cloud_speech_adaptation.rb', line 169 class CreateCustomClassRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
169 170 171 172 |
# File 'proto_docs/google/cloud/speech/v1/cloud_speech_adaptation.rb', line 169 class CreateCustomClassRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |