Classes
VideoIntelligenceServiceClient
Service that implements the Video Intelligence API.
VideoIntelligenceServiceConnection
The VideoIntelligenceServiceConnection
object for VideoIntelligenceServiceClient
.
VideoIntelligenceServiceConnectionIdempotencyPolicy
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 |
Returns | |
---|---|
Type | Description |
std::shared_ptr< VideoIntelligenceServiceConnection > |
MakeDefaultVideoIntelligenceServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< VideoIntelligenceServiceConnectionIdempotencyPolicy > |
Type Aliases
VideoIntelligenceServiceRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< videointelligence_v1_internal::VideoIntelligenceServiceRetryTraits >
VideoIntelligenceServiceLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< videointelligence_v1_internal::VideoIntelligenceServiceRetryTraits >
VideoIntelligenceServiceLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< videointelligence_v1_internal::VideoIntelligenceServiceRetryTraits >
VideoIntelligenceServicePolicyOptionList
OptionList< VideoIntelligenceServiceRetryPolicyOption, VideoIntelligenceServiceBackoffPolicyOption, VideoIntelligenceServicePollingPolicyOption, VideoIntelligenceServiceConnectionIdempotencyPolicyOption >
The options applicable to VideoIntelligenceService.