public sealed class ObjectDetectionMetrics : IMessage<ObjectDetectionMetrics>, IEquatable<ObjectDetectionMetrics>, IDeepCloneable<ObjectDetectionMetrics>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class ObjectDetectionMetrics.
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."],[[["The `ObjectDetectionMetrics` class in the Google Cloud Data Labeling v1beta1 API provides metrics for image object detection models, specifically bounding box models."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in handling messages, equality checks, deep cloning, and buffering."],["The `ObjectDetectionMetrics` class has a property called `PrCurve` which is of type `PrCurve`, and represents the precision-recall curve for the object detection metrics."],["The latest version of `ObjectDetectionMetrics` is `2.0.0-beta05`, with `2.0.0-beta04` and `1.0.0-beta03` also being available."],["The class is part of the `Google.Cloud.DataLabeling.V1Beta1` namespace and is located within the `Google.Cloud.DataLabeling.V1Beta1.dll` assembly."]]],[]]