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, specifically version 2.4.0."],["The `AsyncAnnotateFileResponse` class represents the response for a single offline file annotation request, with version 3.7.0 currently the most recent."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AsyncAnnotateFileResponse` class has an `OutputConfig` property, which provides the output location and metadata from the corresponding `AsyncAnnotateFileRequest`."],["The page also provides links to previous versions of this class, ranging from version 2.3.0 to the latest version, 3.7.0."]]],[]]