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
Name Description
grpcClient VideoIntelligenceService.VideoIntelligenceServiceClient

The underlying gRPC client.

settings VideoIntelligenceServiceSettings

The base VideoIntelligenceServiceSettings used within this client.

logger ILogger

Optional ILogger to use within this client.

Properties

AnnotateVideoOperationsClient

public override OperationsClient AnnotateVideoOperationsClient { get; }

The long-running operations client for AnnotateVideo.

Property Value
Type Description
OperationsClient
Overrides

GrpcClient

public override VideoIntelligenceService.VideoIntelligenceServiceClient GrpcClient { get; }

The underlying gRPC VideoIntelligenceService client

Property Value
Type Description
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
Name Description
request AnnotateVideoRequest

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

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Name Description
request AnnotateVideoRequest

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

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
Task<Operation<AnnotateVideoResponse, AnnotateVideoProgress>>

A Task containing the RPC response.

Overrides