Google Cloud Text-To-Speech website screenshot

Google Cloud Text-To-Speech

Google Cloud Text-to-Speech converts text or Speech Synthesis Markup Language (SSML) input into audio data of natural human speech. It provides access to hundreds of voices across multiple languages and variants, powered by DeepMind's WaveNet technology and Google's neural network models.

1 APIs 0 Features
AudioGoogle CloudMachine LearningSpeech SynthesisText-To-Speech

APIs

Google Cloud Text-to-Speech API

Synthesizes natural-sounding speech from text or SSML input, supporting multiple languages, voices, and audio formats powered by Google's AI models.

Collections

Pricing Plans

Rate Limits

FinOps

Semantic Vocabularies

context Context

13 classes · 0 properties

JSON-LD

Resources

👥
GitHubOrganization
GitHubOrganization
🌐
Portal
Portal
🚀
GettingStarted
GettingStarted
🔗
Documentation
Documentation
🔑
Authentication
Authentication
💰
Pricing
Pricing
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🟢
StatusPage
StatusPage
💬
Support
Support
🔗
JSONLD
JSONLD

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google Cloud Text-to-Speech API
  version: v1
items:
- info:
    name: Voices
    type: folder
  items:
  - info:
      name: Google Cloud Text-To-Speech List available voices
      type: http
    http:
      method: GET
      url: https://texttospeech.googleapis.com/v1/voices
      params:
      - name: languageCode
        value: ''
        type: query
        description: BCP-47 language tag to filter voices.
    docs: Returns a list of voices that can be used for synthesis.
- info:
    name: Text:synthesize
    type: folder
  items:
  - info:
      name: Google Cloud Text-To-Speech Synthesize speech
      type: http
    http:
      method: POST
      url: https://texttospeech.googleapis.com/v1/text:synthesize
      body:
        type: json
        data: '{}'
    docs: Synthesizes speech from text or SSML input.
bundled: true