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 latest version of the `BatchAnnotateFilesResponse` class in the Google Cloud Vision v1 API is 3.7.0, with multiple prior versions available."],["`BatchAnnotateFilesResponse` is a class within the `Google.Cloud.Vision.V1` namespace, residing in the `Google.Cloud.Vision.V1.dll` assembly, designed to handle file annotation responses."],["The `BatchAnnotateFilesResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring versatility and compatibility."],["The class contains a `Responses` property, which is a list of file annotation responses corresponding to each `AnnotateFileRequest`."],["`BatchAnnotateFilesResponse` has 2 constructors, one default and one that takes in another `BatchAnnotateFilesResponse` object."]]],[]]