Uses of Interface
com.google.cloud.texttospeech.v1beta1.VoiceOrBuilder
-
Packages that use VoiceOrBuilder Package Description com.google.cloud.texttospeech.v1beta1 A client to Cloud Text-to-Speech API -
-
Uses of VoiceOrBuilder in com.google.cloud.texttospeech.v1beta1
Classes in com.google.cloud.texttospeech.v1beta1 that implement VoiceOrBuilder Modifier and Type Class Description class
Voice
Description of a voice supported by the TTS service.static class
Voice.Builder
Description of a voice supported by the TTS service.Methods in com.google.cloud.texttospeech.v1beta1 that return VoiceOrBuilder Modifier and Type Method Description VoiceOrBuilder
ListVoicesResponse.Builder. getVoicesOrBuilder(int index)
The list of voices.VoiceOrBuilder
ListVoicesResponse. getVoicesOrBuilder(int index)
The list of voices.VoiceOrBuilder
ListVoicesResponseOrBuilder. getVoicesOrBuilder(int index)
The list of voices.Methods in com.google.cloud.texttospeech.v1beta1 that return types with arguments of type VoiceOrBuilder Modifier and Type Method Description List<? extends VoiceOrBuilder>
ListVoicesResponse.Builder. getVoicesOrBuilderList()
The list of voices.List<? extends VoiceOrBuilder>
ListVoicesResponse. getVoicesOrBuilderList()
The list of voices.List<? extends VoiceOrBuilder>
ListVoicesResponseOrBuilder. getVoicesOrBuilderList()
The list of voices.
-