Namespace google::cloud::texttospeech_v1 (2.13.0)

Classes

TextToSpeechClient

Service that implements Google Cloud Text-to-Speech API.

TextToSpeechConnection

The TextToSpeechConnection object for TextToSpeechClient.

TextToSpeechConnectionIdempotencyPolicy

Structs

TextToSpeechBackoffPolicyOption

Use with google::cloud::Options to configure the backoff policy.

TextToSpeechConnectionIdempotencyPolicyOption

Use with google::cloud::Options to configure which operations are retried.

TextToSpeechRetryPolicyOption

Use with google::cloud::Options to configure the retry policy.

Functions

MakeTextToSpeechConnection(Options)

A factory function to construct an object of type TextToSpeechConnection.

The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of TextToSpeechClient.

The optional options argument may be used to configure aspects of the returned TextToSpeechConnection. Expected options are any of the types in the following option lists:

Parameter
Name Description
options

(optional) Configure the TextToSpeechConnection created by this function.

Returns
Type Description
std::shared_ptr< TextToSpeechConnection >

MakeDefaultTextToSpeechConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< TextToSpeechConnectionIdempotencyPolicy >

Type Aliases

TextToSpeechRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< texttospeech_v1_internal::TextToSpeechRetryTraits >

TextToSpeechLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< texttospeech_v1_internal::TextToSpeechRetryTraits >

TextToSpeechLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< texttospeech_v1_internal::TextToSpeechRetryTraits >

TextToSpeechPolicyOptionList

Alias Of: OptionList< TextToSpeechRetryPolicyOption, TextToSpeechBackoffPolicyOption, TextToSpeechConnectionIdempotencyPolicyOption >

The options applicable to TextToSpeech.