diff options
Diffstat (limited to 'third_party/googleapis/google/cloud/texttospeech/v1/texttospeech_v1.yaml')
| -rw-r--r-- | third_party/googleapis/google/cloud/texttospeech/v1/texttospeech_v1.yaml | 27 | 
1 files changed, 27 insertions, 0 deletions
diff --git a/third_party/googleapis/google/cloud/texttospeech/v1/texttospeech_v1.yaml b/third_party/googleapis/google/cloud/texttospeech/v1/texttospeech_v1.yaml new file mode 100644 index 0000000..99f5f17 --- /dev/null +++ b/third_party/googleapis/google/cloud/texttospeech/v1/texttospeech_v1.yaml @@ -0,0 +1,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  | 
