Class: Google::Cloud::Speech::V1p1beta1::SpeechAdaptation::ABNFGrammar
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V1p1beta1::SpeechAdaptation::ABNFGrammar
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/speech/v1p1beta1/resource.rb
Instance Attribute Summary collapse
-
#abnf_strings ⇒ ::Array<::String>
All declarations and rules of an ABNF grammar broken up into multiple strings that will end up concatenated.
Instance Attribute Details
#abnf_strings ⇒ ::Array<::String>
Returns All declarations and rules of an ABNF grammar broken up into multiple strings that will end up concatenated.
147 148 149 150 |
# File 'proto_docs/google/cloud/speech/v1p1beta1/resource.rb', line 147 class ABNFGrammar include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |