Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
O Text-to-Speech é uma API desenvolvida com a tecnologia de inteligência artificial (IA)
do Google. Envie os dados da transcrição para o Text-to-Speech em uma chamada
de API e, em seguida, receba fala humana sintética e com som natural como áudio para
reprodução. Para mais informações sobre como o Text-to-Speech funciona, consulte a
página Noções básicas.
Neste guia, você verá as etapas necessárias para começar a enviar solicitações para
a API Text-to-Speech.
Visão geral
Antes de começar a usar o Text-to-Speech, você precisa ativar a API no
Console do Google Cloud Platform. As etapas abaixo mostram como executar
as ações a seguir:
Ativar o Text-to-Speech em um projeto.
Verificar se o faturamento está ativado para o Text-to-Speech.
Configure a autenticação para seu ambiente de desenvolvimento.
É possível escolher um projeto existente ou criar um novo. Para mais
detalhes sobre a criação de um projeto, consulte a
documentação do Google Cloud Platform.
Se você criar um novo projeto, será solicitado que vincule uma conta de faturamento a esse projeto. Se você estiver usando um projeto atual, verifique se o faturamento está ativado.
Depois de selecionar um projeto e vinculá-lo a uma conta de faturamento, é
possível ativar a API Text-to-Speech. Acesse a barra Pesquisar produtos e
recursos na parte superior da página e digite "speech". Selecione a
API Cloud Text-to-Speech na lista de resultados.
Para testar o Text-to-Speech sem vinculá-lo ao projeto, escolha
a opção TESTAR ESTA API. Para ativar a API Text-to-Speech para uso
com o projeto, clique em ATIVAR.
Para desativar a API Text-to-Speech, navegue até o painel do Google Cloud Platform
e clique no link Ir para a visão geral das APIs na caixa APIs.
Clique na API Text-to-Speech e selecione o botão DESATIVAR API na parte
superior da página.
[[["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-11 UTC."],[],[],null,["# Before You Begin\n\nText-to-Speech is an API that is powered by Google's artificial intelligence\n(AI) technology. You send your transcript data to Text-to-Speech in an API\ncall, then receive natural-sounding, synthetic human speech as playable audio in\nresponse. For more information on how Text-to-Speech works, see the\n[basics](/text-to-speech/docs/basics) page.\n\nWe provide [code samples](/text-to-speech/docs/samples) that show you how to\nmake a request to the API and receive a response. You can learn how to use\nthese samples by following the Text-to-Speech\n[quickstarts](/text-to-speech/docs/quickstarts) and\n[how-to guides](/text-to-speech/docs/how-to).\n\nThis guide walks you through the steps necessary to start sending requests to\nthe Text-to-Speech API.\n\nOverview\n--------\n\nBefore you can begin using Text-to-Speech, you must enable the API in the\nGoogle Cloud Platform Console. The steps below walk you through the\nfollowing actions:\n\n- Enable Text-to-Speech on a project.\n- Make sure billing is enabled for Text-to-Speech.\n- Set up authentication for your development environment.\n\nSet up your Google Cloud Platform project\n-----------------------------------------\n\n1. [Sign in to Google Cloud console](https://console.cloud.google.com/)\n\n2. [Go to the project selector page](https://console.cloud.google.com/projectselector2/home/dashboard)\n\n You can either choose an existing project or create a new one. For more\n details about creating a project, please see the\n [Google Cloud Platform documentation](/resource-manager/docs/creating-managing-projects).\n3. If you create a new project, you will be prompted to link a billing account\n to this project. If you are using a pre-existing project, make sure that you\n have billing enabled.\n\n [Learn how to confirm that billing is enabled for your project](/billing/docs/how-to/modify-project)\n | **Note:** You must enable billing to use Text-to-Speech API, however you will not be charged unless you exceed the free quota. See the [pricing](/text-to-speech/pricing) page for more details.\n4. Once you have selected a project and linked it to a billing account, you\n can enable the Text-to-Speech API. Go to the **Search products and\n resources** bar at the top of the page and type in **\"speech\"** . Select the\n **Cloud Text-to-Speech API** from the list of results.\n\n5. To try Text-to-Speech without linking it to your project, choose\n the **TRY THIS API** option. To enable the Text-to-Speech API for use\n with your project, click **ENABLE**.\n\n6. Set up authentication for your development environment. For instructions, see\n [Set up authentication for Text-to-Speech](/text-to-speech/docs/authentication#authn-how-to).\n\nDisable the Text-to-Speech API\n------------------------------\n\nTo disable the Text-to-Speech API, navigate to your Google Cloud Platform\ndashboard and click on the **Go to APIs overview** link in the **APIs** box.\nClick on the Text-to-Speech API, then select the **DISABLE API** button at the top\nof the page.\n\nWhat's next\n-----------\n\nLearn how to send a transcription request to the Text-to-Speech API using\n[client libraries](/text-to-speech/docs/create-audio-text-client-libraries) or the\n[command line](/text-to-speech/docs/create-audio-text-command-line)."]]