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.
(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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `BoundingBoxEvaluationOptions` class, part of the Data Labeling v1beta1 API, is used for specifying options when evaluating bounding boxes."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionality like message handling, equality checks, deep cloning, and buffered messages."],["The class provides a property, `IouThreshold`, which is a float value between 0 and 1 that represents the minimum Intersection-Over-Union (IOU) required for two bounding boxes to be considered a match."],["There are currently three documented versions of the API, with 2.0.0-beta05 being the latest, including previous versions 2.0.0-beta04 and 1.0.0-beta03."]]],[]]