Class: Google::Cloud::Speech::V1p1beta1::SpeechAdaptation::ABNFGrammar

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/speech/v1p1beta1/resource.rb

Instance Attribute Summary collapse

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.

Returns:

  • (::Array<::String>)

    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