@Generated(value="by gapic-generator-java")
See: Description
| Class | Description |
|---|---|
| TextToSpeechClient |
Service Description: Service that implements Google Cloud Text-to-Speech API.
|
| TextToSpeechSettings |
Settings class to configure an instance of
TextToSpeechClient. |
| TextToSpeechSettings.Builder |
Builder for TextToSpeechSettings.
|
======================= TextToSpeechClient =======================
Service Description: Service that implements Google Cloud Text-to-Speech API.
Sample for TextToSpeechClient:
try (TextToSpeechClient textToSpeechClient = TextToSpeechClient.create()) {
String languageCode = "languageCode-2092349083";
ListVoicesResponse response = textToSpeechClient.listVoices(languageCode);
}
Copyright © 2021 Google LLC. All rights reserved.