Google Cloud Video Intelligence v1 API - Class VideoIntelligenceServiceClientImpl (3.4.0)

public sealed class VideoIntelligenceServiceClientImpl : VideoIntelligenceServiceClient

Reference documentation and code samples for the Google Cloud Video Intelligence v1 API class VideoIntelligenceServiceClientImpl.

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(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 VideoIntelligenceServiceVideoIntelligenceServiceClient

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
VideoIntelligenceServiceVideoIntelligenceServiceClient
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
OperationAnnotateVideoResponseAnnotateVideoProgress

The RPC response.

Overrides

AnnotateVideoAsync(AnnotateVideoRequest, CallSettings)

public override 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
TaskOperationAnnotateVideoResponseAnnotateVideoProgress

A Task containing the RPC response.

Overrides