Class TextToSpeechSettings.Builder (2.43.0)

public static class TextToSpeechSettings.Builder extends ClientSettings.Builder<TextToSpeechSettings,TextToSpeechSettings.Builder>

Builder for TextToSpeechSettings.

Inheritance

java.lang.Object > ClientSettings.Builder > TextToSpeechSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext

Builder(TextToSpeechSettings settings)

protected Builder(TextToSpeechSettings settings)
Parameter
Name Description
settings TextToSpeechSettings

Builder(TextToSpeechStubSettings.Builder stubSettings)

protected Builder(TextToSpeechStubSettings.Builder stubSettings)
Parameter
Name Description
stubSettings TextToSpeechStubSettings.Builder

Methods

applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)

public TextToSpeechSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)

Applies the given settings updater function to all of the unary API methods in this service.

Note: This method does not support applying settings to streaming methods.

Parameter
Name Description
settingsUpdater ApiFunction<Builder<?,?>,java.lang.Void>
Returns
Type Description
TextToSpeechSettings.Builder

build()

public TextToSpeechSettings build()
Returns
Type Description
TextToSpeechSettings
Overrides
Exceptions
Type Description
IOException

getStubSettingsBuilder()

public TextToSpeechStubSettings.Builder getStubSettingsBuilder()
Returns
Type Description
TextToSpeechStubSettings.Builder

listVoicesSettings()

public UnaryCallSettings.Builder<ListVoicesRequest,ListVoicesResponse> listVoicesSettings()

Returns the builder for the settings used for calls to listVoices.

Returns
Type Description
Builder<ListVoicesRequest,ListVoicesResponse>

synthesizeSpeechSettings()

public UnaryCallSettings.Builder<SynthesizeSpeechRequest,SynthesizeSpeechResponse> synthesizeSpeechSettings()

Returns the builder for the settings used for calls to synthesizeSpeech.

Returns
Type Description
Builder<SynthesizeSpeechRequest,SynthesizeSpeechResponse>