public sealed class BatchPredictResult : IMessage<BatchPredictResult>, IEquatable<BatchPredictResult>, IDeepCloneable<BatchPredictResult>, IBufferMessage, IMessage
Result of the Batch Predict. This message is returned in
[response][google.longrunning.Operation.response] of the operation returned
by the [PredictionService.BatchPredict][google.cloud.automl.v1.PredictionService.BatchPredict].
[[["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 `BatchPredictResult` class represents the result of a batch prediction operation in Google Cloud AutoML V1, as returned by the `PredictionService.BatchPredict` method."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its use within Google's Protocol Buffers framework."],["It is part of the `Google.Cloud.AutoML.V1` namespace, and the documented version is 2.2.0, although multiple versions from 2.2.0 to 3.4.0 are available, with the latter being the latest."],["`BatchPredictResult` has two constructors: a default one and another that takes an existing `BatchPredictResult` object as a parameter, enabling the creation of new instances and copies."],["The class contains a `Metadata` property of type `MapField\u003cstring, string\u003e` to store additional domain-specific metadata, such as the maximum number of bounding boxes returned per image or frame in object detection and tracking scenarios."]]],[]]