[BindServiceMethod(typeof(VideoIntelligenceService), "BindService")]
public abstract class VideoIntelligenceService.VideoIntelligenceServiceBaseReference documentation and code samples for the Google Cloud Video Intelligence v1 API class VideoIntelligenceService.VideoIntelligenceServiceBase.
Base class for server-side implementations of VideoIntelligenceService
Namespace
Google.Cloud.VideoIntelligence.V1Assembly
Google.Cloud.VideoIntelligence.V1.dll
Methods
AnnotateVideo(AnnotateVideoRequest, ServerCallContext)
public virtual Task<Operation> AnnotateVideo(AnnotateVideoRequest request, ServerCallContext context)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 |
AnnotateVideoRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |