Class: Google::Cloud::Speech::V2::LocationsMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V2::LocationsMetadata
- 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
-
#access_metadata ⇒ ::Google::Cloud::Speech::V2::AccessMetadata
Information about access metadata for the region and given project.
-
#languages ⇒ ::Google::Cloud::Speech::V2::LanguageMetadata
Information about available locales, models, and features represented in the hierarchical structure of locales -> models -> features.
Instance Attribute Details
#access_metadata ⇒ ::Google::Cloud::Speech::V2::AccessMetadata
Returns Information about access metadata for the region and given project.
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.
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 |