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 content details the `BatchAnnotateImagesRequest` class, which is used to batch multiple image annotation requests into a single service call within the Google Cloud Vision API."],["Version 3.7.0 is the latest version of the `BatchAnnotateImagesRequest`, and versions down to 2.3.0 are documented."],["The `BatchAnnotateImagesRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and one that takes another `BatchAnnotateImagesRequest` object, and has two properties, `Parent` to set the target project and location, and `Requests` which contains the image annotation requests."],["The namespace for this class is `Google.Cloud.Vision.V1` and it is found within the `Google.Cloud.Vision.V1.dll` assembly."]]],[]]