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.
Implements
IMessageObjectDetectionMetrics, IEquatableObjectDetectionMetrics, IDeepCloneableObjectDetectionMetrics, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
ObjectDetectionMetrics()
public ObjectDetectionMetrics()
ObjectDetectionMetrics(ObjectDetectionMetrics)
public ObjectDetectionMetrics(ObjectDetectionMetrics other)
Parameter | |
---|---|
Name | Description |
other |
ObjectDetectionMetrics |
Properties
PrCurve
public PrCurve PrCurve { get; set; }
Precision-recall curve.
Property Value | |
---|---|
Type | Description |
PrCurve |