Class: Google::Cloud::Speech::V1::SpeechAdaptation
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V1::SpeechAdaptation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/speech/v1/resource.rb
Overview
Speech adaptation configuration.
Defined Under Namespace
Classes: ABNFGrammar
Instance Attribute Summary collapse
-
#abnf_grammar ⇒ ::Google::Cloud::Speech::V1::SpeechAdaptation::ABNFGrammar
Augmented Backus-Naur form (ABNF) is a standardized grammar notation comprised by a set of derivation rules.
-
#custom_classes ⇒ ::Array<::Google::Cloud::Speech::V1::CustomClass>
A collection of custom classes.
-
#phrase_set_references ⇒ ::Array<::String>
A collection of phrase set resource names to use.
-
#phrase_sets ⇒ ::Array<::Google::Cloud::Speech::V1::PhraseSet>
A collection of phrase sets.
Instance Attribute Details
#abnf_grammar ⇒ ::Google::Cloud::Speech::V1::SpeechAdaptation::ABNFGrammar
139 140 141 142 143 144 145 146 147 148 149 150 151 |
# File 'proto_docs/google/cloud/speech/v1/resource.rb', line 139 class SpeechAdaptation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] abnf_strings # @return [::Array<::String>] # All declarations and rules of an ABNF grammar broken up into multiple # strings that will end up concatenated. class ABNFGrammar include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#custom_classes ⇒ ::Array<::Google::Cloud::Speech::V1::CustomClass>
139 140 141 142 143 144 145 146 147 148 149 150 151 |
# File 'proto_docs/google/cloud/speech/v1/resource.rb', line 139 class SpeechAdaptation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] abnf_strings # @return [::Array<::String>] # All declarations and rules of an ABNF grammar broken up into multiple # strings that will end up concatenated. class ABNFGrammar include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#phrase_set_references ⇒ ::Array<::String>
139 140 141 142 143 144 145 146 147 148 149 150 151 |
# File 'proto_docs/google/cloud/speech/v1/resource.rb', line 139 class SpeechAdaptation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] abnf_strings # @return [::Array<::String>] # All declarations and rules of an ABNF grammar broken up into multiple # strings that will end up concatenated. class ABNFGrammar include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#phrase_sets ⇒ ::Array<::Google::Cloud::Speech::V1::PhraseSet>
139 140 141 142 143 144 145 146 147 148 149 150 151 |
# File 'proto_docs/google/cloud/speech/v1/resource.rb', line 139 class SpeechAdaptation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] abnf_strings # @return [::Array<::String>] # All declarations and rules of an ABNF grammar broken up into multiple # strings that will end up concatenated. class ABNFGrammar include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |