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 within the `Google.Cloud.Vision.V1` namespace, specifically for version 2.5.0 of the API."],["The `AsyncAnnotateFileResponse` class represents the response received for a single offline file annotation request."],["The `AsyncAnnotateFileResponse` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while also inheriting from the `Object` class."],["This class provides two constructors: a default constructor and one that takes another `AsyncAnnotateFileResponse` object as a parameter for copying its attributes."],["The class also has one property called `OutputConfig` that is used for containing the metadata and location of the file request."]]],[]]