Data Labeling v1beta1 API - Class ObjectDetectionMetrics (2.0.0-beta02)

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.

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