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-03-21 UTC."],[[["This webpage details the `AsyncAnnotateFileResponse` class, which represents the response for a single offline file annotation request within the Google Cloud Vision API."],["The `AsyncAnnotateFileResponse` class, available in version 2.3.0 and upwards, inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, one default and one that accepts another `AsyncAnnotateFileResponse` object as a parameter, and it includes an `OutputConfig` property that is used to store the location and metadata for the output."],["The documentation provides access to multiple versions of this class, with version 3.7.0 being the latest and version 2.3.0 being the current version of the page, allowing users to refer to previous versions if needed."]]],[]]