Class TextToSpeechStub (2.42.0)

public abstract class TextToSpeechStub implements BackgroundResource

Base stub class for the TextToSpeech service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > TextToSpeechStub

Implements

BackgroundResource

Constructors

TextToSpeechStub()

public TextToSpeechStub()

Methods

close()

public abstract void close()

listVoicesCallable()

public UnaryCallable<ListVoicesRequest,ListVoicesResponse> listVoicesCallable()
Returns
TypeDescription
UnaryCallable<ListVoicesRequest,ListVoicesResponse>

synthesizeSpeechCallable()

public UnaryCallable<SynthesizeSpeechRequest,SynthesizeSpeechResponse> synthesizeSpeechCallable()
Returns
TypeDescription
UnaryCallable<SynthesizeSpeechRequest,SynthesizeSpeechResponse>