Class: Google::Cloud::Speech::V2::LocationsMetadata

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

Overview

Main metadata for the Locations API for STT V2. Currently this is just the metadata about locales, models, and features

Instance Attribute Summary collapse

Instance Attribute Details

#access_metadata::Google::Cloud::Speech::V2::AccessMetadata

Returns Information about access metadata for the region and given project.

Returns:



113
114
115
116
# File 'proto_docs/google/cloud/speech/v2/locations_metadata.rb', line 113

class LocationsMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#languages::Google::Cloud::Speech::V2::LanguageMetadata

Returns Information about available locales, models, and features represented in the hierarchical structure of locales -> models -> features.

Returns:



113
114
115
116
# File 'proto_docs/google/cloud/speech/v2/locations_metadata.rb', line 113

class LocationsMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end