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-09 UTC."],[[["This document details the `VideoIntelligenceServiceBase` class, which serves as the base for server-side implementations of the `VideoIntelligenceService`."],["The latest version available is 3.4.0, but versions ranging from 2.2.0 to 3.4.0 are documented and accessible."],["The `VideoIntelligenceServiceBase` class inherits from the `Object` class and includes inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The primary method within this class is `AnnotateVideo`, which handles asynchronous video annotation and returns a task that contains an `Operation` response, with request and context parameters."],["This service utilizes the `Google.Cloud.VideoIntelligence.V1` namespace, and is part of the `Google.Cloud.VideoIntelligence.V1.dll` assembly."]]],[]]