Class GoogleCloudDatalabelingV1beta1BoundingBoxEvaluationOptions
Options regarding evaluation between bounding boxes.
Implements
Inherited Members
Namespace: Google.Apis.DataLabeling.v1beta1.Data
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class GoogleCloudDatalabelingV1beta1BoundingBoxEvaluationOptions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IouThreshold
Minimum intersection-over-union (IOU) required for 2 bounding boxes to be considered a match. This must be a number between 0 and 1.
Declaration
[JsonProperty("iouThreshold")]
public virtual float? IouThreshold { get; set; }
Property Value
Type | Description |
---|---|
float? |