Namespace google::cloud::speech_v1 (2.21.0)

Classes

AdaptationClient

Service that implements Google Cloud Speech Adaptation API.

AdaptationConnection

The AdaptationConnection object for AdaptationClient.

AdaptationConnectionIdempotencyPolicy

AdaptationLimitedErrorCountRetryPolicy

A retry policy for AdaptationConnection based on counting errors.

AdaptationLimitedTimeRetryPolicy

A retry policy for AdaptationConnection based on elapsed time.

AdaptationRetryPolicy

The retry policy for AdaptationConnection.

SpeechClient

Service that implements Google Cloud Speech API.

SpeechConnection

The SpeechConnection object for SpeechClient.

SpeechConnectionIdempotencyPolicy

SpeechLimitedErrorCountRetryPolicy

A retry policy for SpeechConnection based on counting errors.

SpeechLimitedTimeRetryPolicy

A retry policy for SpeechConnection based on elapsed time.

SpeechRetryPolicy

The retry policy for SpeechConnection.

Structs

AdaptationBackoffPolicyOption

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

AdaptationConnectionIdempotencyPolicyOption

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

AdaptationRetryPolicyOption

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

SpeechBackoffPolicyOption

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

SpeechConnectionIdempotencyPolicyOption

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

SpeechPollingPolicyOption

Use with google::cloud::Options to configure the long-running operations polling policy.

SpeechRetryPolicyOption

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

Functions

MakeAdaptationConnection(Options)

A factory function to construct an object of type AdaptationConnection.

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

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

Parameter
NameDescription
options

(optional) Configure the AdaptationConnection created by this function.

Returns
TypeDescription
std::shared_ptr< AdaptationConnection >

MakeDefaultAdaptationConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< AdaptationConnectionIdempotencyPolicy >

MakeSpeechConnection(Options)

A factory function to construct an object of type SpeechConnection.

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

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

Parameter
NameDescription
options

(optional) Configure the SpeechConnection created by this function.

Returns
TypeDescription
std::shared_ptr< SpeechConnection >

MakeDefaultSpeechConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< SpeechConnectionIdempotencyPolicy >

Type Aliases

AdaptationPolicyOptionList

Alias Of: OptionList< AdaptationRetryPolicyOption, AdaptationBackoffPolicyOption, AdaptationConnectionIdempotencyPolicyOption >

The options applicable to Adaptation.

SpeechPolicyOptionList

Alias Of: OptionList< SpeechRetryPolicyOption, SpeechBackoffPolicyOption, SpeechPollingPolicyOption, SpeechConnectionIdempotencyPolicyOption >

The options applicable to Speech.