public sealed class AsyncAnnotateFileResponse : IMessage<AsyncAnnotateFileResponse>, IEquatable<AsyncAnnotateFileResponse>, IDeepCloneable<AsyncAnnotateFileResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class AsyncAnnotateFileResponse.
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 provides reference documentation for the `AsyncAnnotateFileResponse` class within the Google Cloud Vision v1 API, specifically for version 3.4.0."],["`AsyncAnnotateFileResponse` is used as the response for a single offline file annotation request, inheriting from `object` and implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `AsyncAnnotateFileResponse` includes properties such as `OutputConfig`, which specifies the output location and metadata."],["The documentation details the constructors available for `AsyncAnnotateFileResponse`, including a default constructor and a constructor that takes another `AsyncAnnotateFileResponse` object as a parameter."],["This documentation belongs to the `Google.Cloud.Vision.V1` namespace and is part of the `Google.Cloud.Vision.V1.dll` assembly."]]],[]]