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."],[[["The `AsyncAnnotateFileResponse` class is a response type for offline file annotation requests within the Google Cloud Vision V1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Version 3.7.0 is the latest release, and versions are listed, going back to version 2.3.0."],["The `AsyncAnnotateFileResponse` class has an `OutputConfig` property that represents the output location and metadata from the `AsyncAnnotateFileRequest`."],["There are two constructors for the `AsyncAnnotateFileResponse` class: a parameterless constructor and a constructor that takes another `AsyncAnnotateFileResponse` object."]]],[]]