public sealed class BatchAnnotateFilesResponse : IMessage<BatchAnnotateFilesResponse>, IEquatable<BatchAnnotateFilesResponse>, IDeepCloneable<BatchAnnotateFilesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class BatchAnnotateFilesResponse.
[[["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 document provides reference documentation for the `BatchAnnotateFilesResponse` class within the Google Cloud Vision v1 API, specifically for version 3.6.0."],["`BatchAnnotateFilesResponse` is a class that holds a list of file annotation responses, implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `Responses` property of the `BatchAnnotateFilesResponse` class is a list of file annotation responses, each corresponding to a request in `BatchAnnotateFilesRequest`."],["The document also provides links to documentation for prior versions of the BatchAnnotateFilesResponse class, ranging from version 2.3.0 to 3.7.0, allowing access to the evolution of this class."],["The `BatchAnnotateFilesResponse` class inherits from the base `object` class, and contains a constructor that can be initiated without arguments or by an existing instance of the `BatchAnnotateFilesResponse`."]]],[]]