public AnnotationSpec AnnotationSpec { get; set; }
The annotation spec of the label for which the precision-recall curve
calculated. If this field is empty, that means the precision-recall curve
is an aggregate curve for all labels.
[[["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."],[[["`PrCurve` is a class within the `Google.Cloud.DataLabeling.V1Beta1` namespace, representing a precision-recall curve, and it's available in multiple versions, including the latest beta `2.0.0-beta05`."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` within the context of Google's Protocol Buffers."],["`PrCurve` objects can be constructed with either a default constructor `PrCurve()` or a copy constructor `PrCurve(PrCurve other)`."],["The class `PrCurve` includes properties like `AnnotationSpec` which identifies the label of the curve, `AreaUnderCurve`, `ConfidenceMetricsEntries` for the graph points, and `MeanAveragePrecision` which specifies the mean average precision of this curve."]]],[]]