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-03-21 UTC."],[[["The `BatchAnnotateImagesRequest` class, found in the `Google.Cloud.Vision.V1` namespace, is used to batch multiple image annotation requests into a single service call."],["This class has two constructors: a default constructor `BatchAnnotateImagesRequest()` and another that takes an existing `BatchAnnotateImagesRequest` object as a parameter, which is `BatchAnnotateImagesRequest(BatchAnnotateImagesRequest other)`."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It contains two primary properties: `Parent`, an optional string to specify the target project and location, and `Requests`, a required `RepeatedField` that holds individual image annotation requests."],["The latest version of the `BatchAnnotateImagesRequest` class is 3.7.0 and it provides other previous versions from 3.6.0 down to 2.3.0."]]],[]]