Google Cloud Text-to-Speech v1 API - Class TextToSpeechClientBuilder (3.5.0)

public sealed class TextToSpeechClientBuilder : ClientBuilderBase<TextToSpeechClient>

Reference documentation and code samples for the Google Cloud Text-to-Speech v1 API class TextToSpeechClientBuilder.

Builder class for TextToSpeechClient to provide simple configuration of credentials, endpoint etc.

Inheritance

object > ClientBuilderBaseTextToSpeechClient > TextToSpeechClientBuilder

Namespace

Google.Cloud.TextToSpeech.V1

Assembly

Google.Cloud.TextToSpeech.V1.dll

Constructors

TextToSpeechClientBuilder()

public TextToSpeechClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public TextToSpeechSettings Settings { get; set; }

The settings to use for RPCs, or null for the default settings.

Property Value
TypeDescription
TextToSpeechSettings

Methods

Build()

public override TextToSpeechClient Build()

Builds the resulting client.

Returns
TypeDescription
TextToSpeechClient
Overrides

BuildAsync(CancellationToken)

public override Task<TextToSpeechClient> BuildAsync(CancellationToken cancellationToken = default)

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
TaskTextToSpeechClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

Returns the channel pool to use when no other options are specified.

Returns
TypeDescription
ChannelPool
Overrides