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 `AsyncAnnotateFileRequest` class in version 2.3.0 is designed for initiating offline file annotation requests within the Google Cloud Vision API."],["This class, part of the `Google.Cloud.Vision.V1` namespace, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for comprehensive functionality."],["It offers constructors for creating new instances, either empty or based on an existing `AsyncAnnotateFileRequest` object."],["The `AsyncAnnotateFileRequest` class includes properties like `Features`, `ImageContext`, `InputConfig`, and `OutputConfig` to define the request's specifics, including desired annotations, input file details, and output configuration."],["This class has various versions, from 2.3.0 to 3.7.0 (latest), with links to the respective documentation."]]],[]]