public sealed class BatchAnnotateImagesRequest : IMessage<BatchAnnotateImagesRequest>, IEquatable<BatchAnnotateImagesRequest>, IDeepCloneable<BatchAnnotateImagesRequest>, IBufferMessage, IMessage
Multiple image annotation requests are batched into a single service call.
[[["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 `BatchAnnotateImagesRequest` class, which is used to bundle multiple image annotation requests into a single call to the service."],["The class is part of the `Google.Cloud.Vision.V1` namespace, within the `Google.Cloud.Vision.V1.dll` assembly and version `3.0.0`."],["It supports multiple versions, from `2.3.0` to `3.7.0`, with `3.7.0` being the most recent, and can be found in the various paths given."],["The `BatchAnnotateImagesRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has a `Parent` property to specify a target project and location for the call, and a `Requests` property, used to hold each individual request."]]],[]]