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-03-21 UTC."],[[["The `AnnotateFileResponse` class represents the response to a single file annotation request, which may contain responses for multiple images within the file."],["This class, part of version 2.3.0 of the Google.Cloud.Vision.V1 namespace, implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the Object class."],["It contains properties such as `Error`, `InputConfig`, `Responses`, and `TotalPages`, which provide information about the file, any errors, individual image responses, and the total number of pages."],["The `Responses` property is a `RepeatedField` that stores a collection of `AnnotateImageResponse` objects, while the `Error` field indicates if there was an error during the request, in which case the `Responses` will be empty."],["The class provides two constructors: a parameterless constructor and one that accepts an `AnnotateFileResponse` object as a parameter."]]],[]]