Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Na API Speech-to-Text V2, há diferentes disponibilidades em diferentes regiões.
Para entender as disponibilidades, use a API Location.
Metadados de local
Cada local retornado pela API Locations tem metadados associados a ele, que detalha os idiomas, os modelos e os recursos de modelo disponíveis. Veja abaixo um exemplo de local com metadados.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-08-18 UTC."],[],[],null,["# Regional availability\n\n| **Preview**\n|\n|\n| This product or feature is subject to the \"Pre-GA Offerings Terms\" in the General Service Terms section\n| of the [Service Specific Terms](/terms/service-terms#1).\n|\n| Pre-GA products and features are available \"as is\" and might have limited support.\n|\n| For more information, see the\n| [launch stage descriptions](/products#product-launch-stages).\n\nIn Speech-to-Text API V2, there are different availabilities in different regions.\nTo understand the availabilities, please use the Locations API.\n\nLocation Metadata\n-----------------\n\nEach location returned by the Locations API has metadata associated with it that\ndetails the languages, models, and model features that are available. A sample\nlocation with its metadata is shown below. \n\n {\n \"locationId\": \"europe-west1\",\n \"metadata\": {\n \"languages\": {\n \"models\": {\n \"es-ES\": {\n \"modelFeatures\": {\n \"latest_long\": {\n \"modelFeature\": [\n {\"feature\": \"profanity_filter\", \"releaseState\": \"GA\"},\n {\"feature\": \"spoken_punctuation\", \"releaseState\": \"GA\"},\n {\"feature\": \"automatic_punctuation\", \"releaseState\": \"GA\"},\n {\"feature\": \"speaker_diarization\", \"releaseState\": \"PREVIEW_DIARIZATION\"},\n ]\n }\n }\n }\n }\n }\n }\n }\n\nFiltering in List Locations\n---------------------------\n\nWhen listing all availabilities, a filter can be used. The different criteria\nthat can be used to filter are the following:\n\n- `language` Optional. The BCP-47 language tag of the language desired.\n- `model` Optional. The model desired.\n- `model_feature` Optional. The model feature desired.\n\nA sample filter query is shown below. Please see\n[filter syntax](https://google.aip.dev/160) for further reference. \n\n \"language = en-US AND model = latest_long AND model_feature != profanity_filter\""]]