Class VideoIntelligenceServiceClientImpl (3.0.0)

public sealed class VideoIntelligenceServiceClientImpl : VideoIntelligenceServiceClient

VideoIntelligenceService client wrapper implementation, for convenient use.

Inheritance

Object > VideoIntelligenceServiceClient > VideoIntelligenceServiceClientImpl

Namespace

Google.Cloud.VideoIntelligence.V1

Assembly

Google.Cloud.VideoIntelligence.V1.dll

Remarks

Service that implements the Video Intelligence API.

Constructors

VideoIntelligenceServiceClientImpl(VideoIntelligenceService.VideoIntelligenceServiceClient, VideoIntelligenceServiceSettings, ILogger)

public VideoIntelligenceServiceClientImpl(VideoIntelligenceService.VideoIntelligenceServiceClient grpcClient, VideoIntelligenceServiceSettings settings, ILogger logger)

Constructs a client wrapper for the VideoIntelligenceService service, with the specified gRPC client and settings.

Parameters
NameDescription
grpcClientVideoIntelligenceService.VideoIntelligenceServiceClient

The underlying gRPC client.

settingsVideoIntelligenceServiceSettings

The base VideoIntelligenceServiceSettings used within this client.

loggerILogger

Optional ILogger to use within this client.

Properties

AnnotateVideoOperationsClient

public override OperationsClient AnnotateVideoOperationsClient { get; }

The long-running operations client for AnnotateVideo.

Property Value
TypeDescription
OperationsClient
Overrides

GrpcClient

public override VideoIntelligenceService.VideoIntelligenceServiceClient GrpcClient { get; }

The underlying gRPC VideoIntelligenceService client

Property Value
TypeDescription
VideoIntelligenceService.VideoIntelligenceServiceClient
Overrides

Methods

AnnotateVideo(AnnotateVideoRequest, CallSettings)

public override Operation<AnnotateVideoResponse, AnnotateVideoProgress> AnnotateVideo(AnnotateVideoRequest request, CallSettings callSettings = null)

Performs asynchronous video annotation. Progress and results can be retrieved through the google.longrunning.Operations interface. Operation.metadata contains AnnotateVideoProgress (progress). Operation.response contains AnnotateVideoResponse (results).

Parameters
NameDescription
requestAnnotateVideoRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Operation<AnnotateVideoResponse, AnnotateVideoProgress>

The RPC response.

Overrides

AnnotateVideoAsync(AnnotateVideoRequest, CallSettings)

public override async Task<Operation<AnnotateVideoResponse, AnnotateVideoProgress>> AnnotateVideoAsync(AnnotateVideoRequest request, CallSettings callSettings = null)

Performs asynchronous video annotation. Progress and results can be retrieved through the google.longrunning.Operations interface. Operation.metadata contains AnnotateVideoProgress (progress). Operation.response contains AnnotateVideoResponse (results).

Parameters
NameDescription
requestAnnotateVideoRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Task<Operation<AnnotateVideoResponse, AnnotateVideoProgress>>

A Task containing the RPC response.

Overrides