public sealed class AsyncAnnotateFileRequest : IMessage<AsyncAnnotateFileRequest>, IEquatable<AsyncAnnotateFileRequest>, IDeepCloneable<AsyncAnnotateFileRequest>, IBufferMessage, IMessage
[[["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."],[[["The page documents the `AsyncAnnotateFileRequest` class, which is used to submit offline file annotation requests within the Google Cloud Vision V1 API."],["Version 3.7.0 is the latest documented version, with a range of previous versions from 3.6.0 down to 2.3.0 available for reference."],["The `AsyncAnnotateFileRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AsyncAnnotateFileRequest` class has properties such as `Features`, `ImageContext`, `InputConfig`, and `OutputConfig` for configuring the annotation request."],["There are two constructors for the class, a default constructor, and one that takes another `AsyncAnnotateFileRequest` as a parameter for copying."]]],[]]