public sealed class BatchAnnotateFilesRequest : IMessage<BatchAnnotateFilesRequest>, IEquatable<BatchAnnotateFilesRequest>, IDeepCloneable<BatchAnnotateFilesRequest>, IBufferMessage, IMessage
A list of requests to annotate files using the BatchAnnotateFiles API.
[[["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 `BatchAnnotateFilesRequest` class is used to send requests for file annotations through the BatchAnnotateFiles API, with the current version being 3.7.0 as the latest."],["The class `BatchAnnotateFilesRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for diverse operations."],["The `BatchAnnotateFilesRequest` class is a sealed class, inheriting from Object, and it provides constructors to create instances either empty or from another instance."],["The `Parent` property specifies the target project and location, and the `Requests` property holds a list of `AnnotateFileRequest`, currently only supporting a single request."],["This documentation displays various version numbers, from 2.3.0 to 3.7.0, representing different versions of the `BatchAnnotateFilesRequest`, allowing navigation to the details of each."]]],[]]