Class: Google::Cloud::Speech::V2::LanguageMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V2::LanguageMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/speech/v2/locations_metadata.rb
Overview
The metadata about locales available in a given region. Currently this is just the models that are available for each locale
Defined Under Namespace
Classes: ModelsEntry
Instance Attribute Summary collapse
-
#models ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::Speech::V2::ModelMetadata}
Map of locale (language code) -> models.
Instance Attribute Details
#models ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::Speech::V2::ModelMetadata}
Returns Map of locale (language code) -> models.
70 71 72 73 74 75 76 77 78 79 80 81 82 |
# File 'proto_docs/google/cloud/speech/v2/locations_metadata.rb', line 70 class LanguageMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::Speech::V2::ModelMetadata] class ModelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |