Skip navigation links

@Generated(value="by gapic-generator")

Package com.google.cloud.texttospeech.v1

A client to Cloud Text-to-Speech API.

See: Description

Package com.google.cloud.texttospeech.v1 Description

A client to Cloud Text-to-Speech API.

The interfaces provided are listed below, along with usage samples.

================== TextToSpeechClient ==================

Service Description: Service that implements Google Cloud Text-to-Speech API.

Sample for TextToSpeechClient:

 
 try (TextToSpeechClient textToSpeechClient = TextToSpeechClient.create()) {
   String languageCode = "";
   ListVoicesResponse response = textToSpeechClient.listVoices(languageCode);
 }
 
 
Skip navigation links

Copyright © 2019 Google LLC. All rights reserved.