Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,7 @@ public abstract static class TextToSpeechImplBase implements io.grpc.BindableSer
*
*
* <pre>
* Returns a list of [Voice][google.cloud.texttospeech.v1.Voice]
* supported for synthesis.
* Returns a list of Voice supported for synthesis.
* </pre>
*/
public void listVoices(
Expand Down Expand Up @@ -243,8 +242,7 @@ protected TextToSpeechStub build(io.grpc.Channel channel, io.grpc.CallOptions ca
*
*
* <pre>
* Returns a list of [Voice][google.cloud.texttospeech.v1.Voice]
* supported for synthesis.
* Returns a list of Voice supported for synthesis.
* </pre>
*/
public void listVoices(
Expand Down Expand Up @@ -303,8 +301,7 @@ protected TextToSpeechBlockingStub build(
*
*
* <pre>
* Returns a list of [Voice][google.cloud.texttospeech.v1.Voice]
* supported for synthesis.
* Returns a list of Voice supported for synthesis.
* </pre>
*/
public com.google.cloud.texttospeech.v1.ListVoicesResponse listVoices(
Expand Down Expand Up @@ -355,8 +352,7 @@ protected TextToSpeechFutureStub build(
*
*
* <pre>
* Returns a list of [Voice][google.cloud.texttospeech.v1.Voice]
* supported for synthesis.
* Returns a list of Voice supported for synthesis.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<
Expand Down
Loading