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 webpage provides reference documentation for the `BatchAnnotateFilesResponse` class within the Google Cloud Vision v1 API, specifically for version 3.4.0."],["`BatchAnnotateFilesResponse` is a class that contains a list of file annotation responses, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and offers methods like `GetHashCode()`, `GetType()`, and `ToString()`, which are inherited members."],["The primary property of `BatchAnnotateFilesResponse` is `Responses`, which is a `RepeatedField` containing `AnnotateFileResponse` instances, detailing the file annotation results."],["The document also includes links to various versions, including the latest version 3.7.0, and a full range from 3.6.0 all the way to 2.3.0."]]],[]]