LanguageMetadata Stay organized with collections Save and categorize content based on your preferences.
The metadata about locales available in a given region. Currently this is just the models that are available for each locale
| JSON representation |
|---|
{"models":{string:{object ( |
| Fields | |
|---|---|
models |
Map of locale (language code) -> models An object containing a list of |
ModelMetadata
The metadata about the models in a given region for a specific locale. Currently this is just the features of the model
| JSON representation |
|---|
{"modelFeatures":{string:{object ( |
| Fields | |
|---|---|
modelFeatures |
Map of the model name -> features of that model An object containing a list of |
ModelFeatures
Represents the collection of features belonging to a model
| JSON representation |
|---|
{"modelFeature":[{object ( |
| Fields | |
|---|---|
modelFeature[] |
Repeated field that contains all features of the model |
ModelFeature
Represents a singular feature of a model. If the feature isrecognizer, the releaseState of the feature represents the releaseState of the model
| JSON representation |
|---|
{"feature":string,"releaseState":string} |
| Fields | |
|---|---|
feature |
The name of the feature (Note: the feature can be |
releaseState |
The release state of the feature |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-23 UTC.