public sealed class ObjectDetectionMetrics : IMessage<ObjectDetectionMetrics>, IEquatable<ObjectDetectionMetrics>, IDeepCloneable<ObjectDetectionMetrics>, IBufferMessage, IMessage
Metrics calculated for an image object detection (bounding box) model.
[[["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."],[[["`ObjectDetectionMetrics` is a class in the `Google.Cloud.DataLabeling.V1Beta1` namespace, designed for calculating metrics for image object detection models."],["This class inherits from the base `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for `ObjectDetectionMetrics`: a default constructor and one that accepts another `ObjectDetectionMetrics` instance for copying."],["The `ObjectDetectionMetrics` class includes a `PrCurve` property, representing the precision-recall curve for the object detection model."],["The class is a part of the Google.Cloud.DataLabeling.V1Beta1.dll assembly, which includes other items in this library."]]],[]]