Classes
TextToSpeechClient
Service that implements Google Cloud Text-to-Speech API.
TextToSpeechConnection
The TextToSpeechConnection
object for TextToSpeechClient
.
TextToSpeechConnectionIdempotencyPolicy
TextToSpeechLimitedErrorCountRetryPolicy
A retry policy for TextToSpeechConnection
based on counting errors.
TextToSpeechLimitedTimeRetryPolicy
A retry policy for TextToSpeechConnection
based on elapsed time.
TextToSpeechRetryPolicy
The retry policy for TextToSpeechConnection
.
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
TextToSpeechPolicyOptionList
OptionList< TextToSpeechRetryPolicyOption, TextToSpeechBackoffPolicyOption, TextToSpeechConnectionIdempotencyPolicyOption >
The options applicable to TextToSpeech.