Class ObjectDetectionMetrics (1.0.0-beta03)

public sealed class ObjectDetectionMetrics : IMessage<ObjectDetectionMetrics>, IEquatable<ObjectDetectionMetrics>, IDeepCloneable<ObjectDetectionMetrics>, IBufferMessage, IMessage

Metrics calculated for an image object detection (bounding box) model.

Inheritance

Object > ObjectDetectionMetrics

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

ObjectDetectionMetrics()

public ObjectDetectionMetrics()

ObjectDetectionMetrics(ObjectDetectionMetrics)

public ObjectDetectionMetrics(ObjectDetectionMetrics other)
Parameter
NameDescription
otherObjectDetectionMetrics

Properties

PrCurve

public PrCurve PrCurve { get; set; }

Precision-recall curve.

Property Value
TypeDescription
PrCurve