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-03-21 UTC."],[[["The `AsyncAnnotateFileRequest` class, found in the `Google.Cloud.Vision.V1` namespace, is used to represent an offline request for file annotation."],["This class allows specifying requested features, additional image context, input file information, and desired output details like location and format."],["Version 3.7.0 is the latest release, and versions ranging from 2.3.0 to 3.7.0 of `AsyncAnnotateFileRequest` are available for use."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, thus including inherited methods."],["The `AsyncAnnotateFileRequest` object can be constructed using either a default constructor or a constructor that takes another `AsyncAnnotateFileRequest` object as a parameter for cloning."]]],[]]