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."],[[["The content focuses on the `BatchAnnotateFilesResponse` class within the Google Cloud Vision v1 API, specifically version 3.5.0."],["`BatchAnnotateFilesResponse` is a sealed class representing a list of file annotation responses, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation provides an overview of the class's inheritance, its implementation of several interfaces and inherited members from `object`, and namespace information."],["The class includes a property named `Responses` of type `RepeatedField\u003cAnnotateFileResponse\u003e` which contains the list of file annotation responses for each `AnnotateFileRequest` within `BatchAnnotateFilesRequest`."],["The document features access to different version's of the same object, ranging from version 2.3.0 up to 3.7.0."]]],[]]