Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Use um modelo personalizado do Speech-to-Text treinado nos seus fluxos de trabalho de comparativo de mercado e aplicativo de produção. É preciso implantar e expor o modelo usando um endpoint dedicado, criado em parte para implantar o modelo na região escolhida. Você recebe automaticamente o acesso programático com um objeto reconhecedor. Ele é usado diretamente por meio da API V2 ou no console do Google Cloud . É possível implantar o modelo em uma região diferente de onde ele foi treinado, mas uma cópia do modelo é criada na região especificada pelo endpoint.
Para usar um modelo de fala personalizado, você precisa implantá-lo e expô-lo por um endpoint dedicado. Ao criar um endpoint, você implanta o modelo na região de sua escolha. Você recebe automaticamente acesso programático por um objeto reconhecedor para ser usado diretamente com a API V2 para inferência ou no console do Google Cloud .
Antes de começar
Verifique se você se inscreveu em uma conta do Google Cloud , criou um projeto e treinou um modelo de fala personalizado.
Acesse Fala no console do Google Cloud e navegue até o Speech-to-Text.
Acesse a seção Modelos personalizados da barra de navegação à esquerda.
Criar um endpoint
Navegue até a guia Endpoints da seção Modelos personalizados.
Clique em Novo Endpoint.
Defina um nome para o endpoint. Ele é um identificador exclusivo do recurso de endpoint e é usado para invocar seu modelo de fala personalizado para inferência.
Defina a região em que você quer implantar o modelo de fala personalizado. Se o modelo foi treinado em uma região diferente da definida na configuração do endpoint, uma nova cópia do modelo será criada automaticamente.
Selecione na lista o modelo de fala personalizado treinado que você quer expor pelo endpoint.
Clique em Criar e, após alguns instantes, seu modelo de fala personalizado será implantado no endpoint, pronto para ser usado para inferência e comparação.
Listar seus endpoints
É possível gerenciar os endpoints associados no console selecionando a guia "Endpoints" na seção "Modelos personalizados". Também é possível listar os endpoints criados no console, o estado atual deles e o modelo personalizado do Speech-to-Text associado.
Excluir um endpoint
Antes de começar, verifique se não há tráfego roteado pelo endpoint, porque a exclusão impedirá que ele atenda às solicitações.
Navegue até a guia Endpoints da seção Modelos personalizados.
Na guia Endpoints, clique para expandir as opções e clique em Excluir. Após alguns instantes, o endpoint será excluído e deixará de atender ao tráfego.
Fazer um comparativo de mercado do modelo
Usando o modelo personalizado do Speech-to-Text e seu conjunto de dados de comparativo de mercado para avaliar a acurácia do modelo, siga o guia Medir e melhorar a acurácia.
[[["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-09-04 UTC."],[],[],null,["# Deploy and manage endpoints\n\n| **Preview**\n|\n|\n| This 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 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\nUse a trained Custom Speech-to-Text model in your production application or benchmarking workflows. You must deploy and expose the model through a dedicated endpoint, created in part to deploy the model in your chosen region. You automatically get programmatic access through a recognizer object. It is used directly through the V2 API or in the Google Cloud console. You can deploy your model in a region different from where it was trained, but a copy of the model is created in the region specified by the endpoint.\n\nTo use a custom speech model, you need to deploy and expose it through a dedicated endpoint. By creating an endpoint, you're deploying the model in the region of your choice. You're automatically granted programmatic access through a recognizer object to be used directly through the V2 API for inference or in the Google Cloud console.\n\nBefore you begin\n----------------\n\nEnsure you have signed up for a Google Cloud account, created a project, and trained a custom speech model.\n\n1. Go to **Speech** in the Google Cloud console, and navigate to Speech-to-Text.\n2. Navigate within the **Custom Models** section of the navigation bar on the left.\n\nCreate an endpoint\n------------------\n\n1. Navigate to the **Endpoints** tab of the **Custom Models** section.\n2. Click **New Endpoint**.\n3. Define a name for your endpoint. This acts as a unique identifier for your endpoint resource and is used to invoke your custom speech model for inference.\n4. Define the region where you want your custom speech model to be deployed. If the model was trained in a different region than the one defined in the endpoint configuration, a new model copy is created automatically.\n5. Select the trained custom speech model from the list that you want to expose through the endpoint.\n6. Click **Create** and after a few moments your custom speech model is deployed in your endpoint, ready to be used for inference and benchmarking.\n\nList your endpoints\n-------------------\n\nYou can manage the associated endpoints in the console by selecting the Endpoints tab under the Custom Models section. You can also list the endpoints that you created in the console, along with their current state and associated custom Speech-to-Text model.\n\nDelete an endpoint\n------------------\n\nBefore you start, make sure that there is no traffic routed through your endpoint, because deleting it will stop it from serving any requests.\n\n1. Navigate to the **Endpoints** tab of the **Custom Models** section.\n2. Under the **Endpoints** tab, click to expand options and then click **Delete**. In a few moments, the endpoint is deleted and no longer serves any traffic.\n\nBenchmark the model\n-------------------\n\nUsing the Custom Speech-to-Text model and your benchmarking dataset to assess the accuracy of your model, follow the [Measure and improve accuracy guide](/speech-to-text/docs/measure-accuracy)."]]