public sealed class BoundingBoxMetricsEntry : IMessage<BoundingBoxMetricsEntry>, IEquatable<BoundingBoxMetricsEntry>, IDeepCloneable<BoundingBoxMetricsEntry>, IBufferMessage, IMessage
Bounding box matching model metrics for a single intersection-over-union
threshold and multiple label match confidence thresholds.
public RepeatedField<BoundingBoxMetricsEntry.Types.ConfidenceMetricsEntry> ConfidenceMetricsEntries { get; }
Output only. Metrics for each label-match confidence_threshold from
0.05,0.10,...,0.95,0.96,0.97,0.98,0.99. Precision-recall curve is
derived from them.
[[["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 `BoundingBoxMetricsEntry` class provides metrics for bounding box matching, specifically tailored for a single intersection-over-union threshold and various label match confidence thresholds."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its compatibility with protocol buffers and deep cloning operations."],["Key properties include `ConfidenceMetricsEntries`, which represents metrics for different label-match confidence thresholds, `IouThreshold`, indicating the intersection-over-union threshold, and `MeanAveragePrecision`, which is the calculated mean average precision."],["The latest version available for this class is 3.4.0, with multiple previous versions also listed for reference, extending all the way back to version 2.2.0, although the content of this webpage is specifically for version 2.5.0."],["The class has two constructors: a parameterless one, and one that takes another `BoundingBoxMetricsEntry` instance."]]],[]]