public sealed class AsyncAnnotateFileRequest : IMessage<AsyncAnnotateFileRequest>, IEquatable<AsyncAnnotateFileRequest>, IDeepCloneable<AsyncAnnotateFileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class AsyncAnnotateFileRequest.
[[["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 the Google Cloud Vision v1 API is used for submitting requests to perform offline file annotation."],["This class supports different versions of the API, with the latest version being 3.7.0 and the current version for this document being 3.4.0."],["The `AsyncAnnotateFileRequest` class requires information on input and output configurations, as well as requested features that can be selected for file annotation."],["Additional image context can be provided with the `ImageContext` property, allowing for further specifying the details of the images in the file being annotated."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]