public sealed class AnnotateFileResponse : IMessage<AnnotateFileResponse>, IEquatable<AnnotateFileResponse>, IDeepCloneable<AnnotateFileResponse>, IBufferMessage, IMessage
Response to a single file annotation request. A file may contain one or more
images, which individually have their own responses.
[[["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 document describes the `AnnotateFileResponse` class within the Google Cloud Vision V1 library for .NET, which is used to encapsulate the response to a single file annotation request."],["The `AnnotateFileResponse` class includes properties like `Error`, `InputConfig`, `Responses`, and `TotalPages`, offering information on request status, file details, individual image responses, and page count."],["The latest version available is 3.7.0, with historical versions from 3.6.0 down to 2.3.0 also listed for reference, showing the various released versions of the `AnnotateFileResponse` class."],["`AnnotateFileResponse` implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and inherits from `Object`, providing methods and structures for manipulating and managing file annotation responses."],["The `Responses` property is of type `RepeatedField\u003cAnnotateImageResponse\u003e`, containing the individual responses to each image found within the file, while the `Error` property, if set, indicates a failed request and the associated message."]]],[]]