blob: 99f5f17d38a8c13bb69124b0ff2e85f133017069 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
type: google.api.Service
config_version: 3
name: texttospeech.googleapis.com
title: Cloud Text-to-Speech API
apis:
- name: google.cloud.texttospeech.v1.TextToSpeech
documentation:
summary: |-
Synthesizes natural-sounding speech by applying powerful neural network
models.
overview: |-
# Introduction
Google Cloud Text-to-Speech API provides speech synthesis as a service.
authentication:
rules:
- selector: google.cloud.texttospeech.v1.TextToSpeech.ListVoices
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/cloud-platform
- selector: google.cloud.texttospeech.v1.TextToSpeech.SynthesizeSpeech
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/cloud-platform
|