Data Labeling v1beta1 API - Class BoundingBoxEvaluationOptions (2.0.0-beta03)

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

Reference documentation and code samples for the Data Labeling v1beta1 API class BoundingBoxEvaluationOptions.

Options regarding evaluation between bounding boxes.

Inheritance

object > BoundingBoxEvaluationOptions

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

BoundingBoxEvaluationOptions()

public BoundingBoxEvaluationOptions()

BoundingBoxEvaluationOptions(BoundingBoxEvaluationOptions)

public BoundingBoxEvaluationOptions(BoundingBoxEvaluationOptions other)
Parameter
Name Description
other BoundingBoxEvaluationOptions

Properties

IouThreshold

public float IouThreshold { get; set; }

Minimum [intersection-over-union

(IOU)](/vision/automl/object-detection/docs/evaluate#intersection-over-union) required for 2 bounding boxes to be considered a match. This must be a number between 0 and 1.

Property Value
Type Description
float