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 |
Returns | |
---|---|
Type | Description |
std::shared_ptr< TextToSpeechConnection > |
MakeDefaultTextToSpeechConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< TextToSpeechConnectionIdempotencyPolicy > |
Type Aliases
TextToSpeechRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< texttospeech_v1_internal::TextToSpeechRetryTraits >
TextToSpeechLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< texttospeech_v1_internal::TextToSpeechRetryTraits >
TextToSpeechLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< texttospeech_v1_internal::TextToSpeechRetryTraits >
TextToSpeechPolicyOptionList
OptionList< TextToSpeechRetryPolicyOption, TextToSpeechBackoffPolicyOption, TextToSpeechConnectionIdempotencyPolicyOption >
The options applicable to TextToSpeech.