public sealed class BatchAnnotateFilesResponse : IMessage<BatchAnnotateFilesResponse>, IEquatable<BatchAnnotateFilesResponse>, IDeepCloneable<BatchAnnotateFilesResponse>, IBufferMessage, IMessage
[[["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 details the `BatchAnnotateFilesResponse` class within the `Google.Cloud.Vision.V1` namespace, specifically for version 2.4.0 of the .NET library."],["The `BatchAnnotateFilesResponse` class is used to represent a list of file annotation responses, each corresponding to an `AnnotateFileRequest`."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class contains a `Responses` property, which is of type `RepeatedField\u003cAnnotateFileResponse\u003e` and holds the actual list of individual annotation responses."],["The page has a list of documented versions, with 3.7.0 being the latest, and 2.4.0 being the current version of the page, and they are listed chronologically from greatest to least."]]],[]]