Namespace google::cloud::videointelligence_v1 (2.18.0)

Classes

VideoIntelligenceServiceClient

Service that implements the Video Intelligence API.

VideoIntelligenceServiceConnection

The VideoIntelligenceServiceConnection object for VideoIntelligenceServiceClient.

VideoIntelligenceServiceConnectionIdempotencyPolicy

VideoIntelligenceServiceLimitedErrorCountRetryPolicy

A retry policy for VideoIntelligenceServiceConnection based on counting errors.

VideoIntelligenceServiceLimitedTimeRetryPolicy

A retry policy for VideoIntelligenceServiceConnection based on elapsed time.

VideoIntelligenceServiceRetryPolicy

The retry policy for VideoIntelligenceServiceConnection.

Structs

VideoIntelligenceServiceBackoffPolicyOption

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

VideoIntelligenceServiceConnectionIdempotencyPolicyOption

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

VideoIntelligenceServicePollingPolicyOption

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

VideoIntelligenceServiceRetryPolicyOption

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

Functions

MakeVideoIntelligenceServiceConnection(Options)

A factory function to construct an object of type VideoIntelligenceServiceConnection.

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

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

Parameter
Name Description
options

(optional) Configure the VideoIntelligenceServiceConnection created by this function.

Returns
Type Description
std::shared_ptr< VideoIntelligenceServiceConnection >

MakeDefaultVideoIntelligenceServiceConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< VideoIntelligenceServiceConnectionIdempotencyPolicy >

Type Aliases

VideoIntelligenceServicePolicyOptionList

Alias Of: OptionList< VideoIntelligenceServiceRetryPolicyOption, VideoIntelligenceServiceBackoffPolicyOption, VideoIntelligenceServicePollingPolicyOption, VideoIntelligenceServiceConnectionIdempotencyPolicyOption >

The options applicable to VideoIntelligenceService.