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 provides documentation for the `BatchAnnotateImagesRequest` class within the `Google.Cloud.Vision.V1` namespace, version 2.3.0."],["The `BatchAnnotateImagesRequest` class enables the batching of multiple image annotation requests into a single service call."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["It includes constructors to create new instances, one default and another to copy from an existing `BatchAnnotateImagesRequest` instance."],["The class contains properties `Parent`, to specify the target project and location, and `Requests`, to list the individual image annotation requests for the batch."]]],[]]