GoogleCloudDatalabelingV1beta1BoundingBoxEvaluationOptions class
Options regarding evaluation between bounding boxes.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- iouThreshold ↔ double?
-
Minimum [intersection-over-union
(IOU)](/vision/automl/object-detection/docs/evaluate#intersection-over-union)
required for 2 bounding boxes to be considered a match.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited