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).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This document details the `VideoIntelligenceServiceBase` class, which serves as the foundation for server-side implementations of the `VideoIntelligenceService` within the Google Cloud Video Intelligence API."],["The latest version of the service is 3.4.0, and several previous versions (from 2.2.0 to 3.3.0) are also available with their corresponding links provided."],["The `VideoIntelligenceServiceBase` class is an abstraction that inherits from the base `Object` class, and it exposes a method named `AnnotateVideo` that allows for asynchronous video annotation through the `google.longrunning.Operations` interface."],["The `AnnotateVideo` method, part of the `VideoIntelligenceServiceBase` class, accepts an `AnnotateVideoRequest` and a `ServerCallContext` as parameters, returning a `Task\u003cOperation\u003e` that encapsulates the response."]]],[]]