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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eVideoIntelligenceService.VideoIntelligenceServiceBase\u003c/code\u003e class is the base for server-side implementations of the Google Cloud Video Intelligence v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the API is 3.4.0, with older versions available ranging from 3.3.0 to 2.2.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAnnotateVideo\u003c/code\u003e method asynchronously annotates video, with progress and results accessible through the \u003ccode\u003egoogle.longrunning.Operations\u003c/code\u003e interface.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAnnotateVideo\u003c/code\u003e method requires an \u003ccode\u003eAnnotateVideoRequest\u003c/code\u003e and \u003ccode\u003eServerCallContext\u003c/code\u003e as parameters and returns a task containing the \u003ccode\u003eOperation\u003c/code\u003e response.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eVideoIntelligenceService.VideoIntelligenceServiceBase\u003c/code\u003e class inherits methods such as \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e from the \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Video Intelligence v1 API - Class VideoIntelligenceService.VideoIntelligenceServiceBase (3.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.VideoIntelligence.V1/latest/Google.Cloud.VideoIntelligence.V1.VideoIntelligenceService.VideoIntelligenceServiceBase)\n- [3.3.0](/dotnet/docs/reference/Google.Cloud.VideoIntelligence.V1/3.3.0/Google.Cloud.VideoIntelligence.V1.VideoIntelligenceService.VideoIntelligenceServiceBase)\n- [3.2.0](/dotnet/docs/reference/Google.Cloud.VideoIntelligence.V1/3.2.0/Google.Cloud.VideoIntelligence.V1.VideoIntelligenceService.VideoIntelligenceServiceBase)\n- [3.1.0](/dotnet/docs/reference/Google.Cloud.VideoIntelligence.V1/3.1.0/Google.Cloud.VideoIntelligence.V1.VideoIntelligenceService.VideoIntelligenceServiceBase)\n- [3.0.0](/dotnet/docs/reference/Google.Cloud.VideoIntelligence.V1/3.0.0/Google.Cloud.VideoIntelligence.V1.VideoIntelligenceService.VideoIntelligenceServiceBase)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.VideoIntelligence.V1/2.3.0/Google.Cloud.VideoIntelligence.V1.VideoIntelligenceService.VideoIntelligenceServiceBase)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.VideoIntelligence.V1/2.2.0/Google.Cloud.VideoIntelligence.V1.VideoIntelligenceService.VideoIntelligenceServiceBase) \n\n [BindServiceMethod(typeof(VideoIntelligenceService), \"BindService\")]\n public abstract class VideoIntelligenceService.VideoIntelligenceServiceBase\n\nReference documentation and code samples for the Google Cloud Video Intelligence v1 API class VideoIntelligenceService.VideoIntelligenceServiceBase.\n\nBase class for server-side implementations of VideoIntelligenceService \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e VideoIntelligenceService.VideoIntelligenceServiceBase \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.VideoIntelligence.V1](/dotnet/docs/reference/Google.Cloud.VideoIntelligence.V1/latest/Google.Cloud.VideoIntelligence.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.VideoIntelligence.V1.dll\n\nMethods\n-------\n\n### AnnotateVideo(AnnotateVideoRequest, ServerCallContext)\n\n public virtual Task\u003cOperation\u003e AnnotateVideo(AnnotateVideoRequest request, ServerCallContext context)\n\nPerforms asynchronous video annotation. Progress and results can be\nretrieved through the `google.longrunning.Operations` interface.\n`Operation.metadata` contains `AnnotateVideoProgress` (progress).\n`Operation.response` contains `AnnotateVideoResponse` (results)."]]