public sealed class AsyncAnnotateFileResponse : IMessage<AsyncAnnotateFileResponse>, IEquatable<AsyncAnnotateFileResponse>, IDeepCloneable<AsyncAnnotateFileResponse>, IBufferMessage, IMessage
The response for a single offline file annotation request.
[[["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."],[[["This webpage details the `AsyncAnnotateFileResponse` class within the `Google.Cloud.Vision.V1` namespace, which represents the response for an offline file annotation request."],["The `AsyncAnnotateFileResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The document provides access to various versions of the `AsyncAnnotateFileResponse` class, ranging from version 2.3.0 up to the latest, version 3.7.0."],["The class has two constructors, a default one and another that takes an `AsyncAnnotateFileResponse` instance as a parameter to create a new instance."],["The primary property associated with this response is `OutputConfig`, which contains the output location and metadata details from the original `AsyncAnnotateFileRequest`."]]],[]]