public sealed class BatchAnnotateImagesRequest : IMessage<BatchAnnotateImagesRequest>, IEquatable<BatchAnnotateImagesRequest>, IDeepCloneable<BatchAnnotateImagesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class BatchAnnotateImagesRequest.
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."],[[["The latest version available for the Google Cloud Vision v1 API class BatchAnnotateImagesRequest is 3.7.0, with a range of versions available from 2.3.0 to the latest."],["The BatchAnnotateImagesRequest class is designed to handle multiple image annotation requests in a single service call within the Google Cloud Vision v1 API."],["The `BatchAnnotateImagesRequest` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `Parent`, allowing specification of the target project and location, and `Requests`, which holds the individual image annotation requests for the batch."],["The `BatchAnnotateImagesRequest` has two constructors: a default constructor and one that takes another `BatchAnnotateImagesRequest` as a parameter."]]],[]]