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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eBoundingBoxEvaluationOptions\u003c/code\u003e class, part of the Data Labeling v1beta1 API, is used for setting options related to bounding box evaluations.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, demonstrating its capabilities for message handling and object comparison.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBoundingBoxEvaluationOptions\u003c/code\u003e class provides a constructor that allows for creating an instance with or without another instance of the same class.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes a property called \u003ccode\u003eIouThreshold\u003c/code\u003e which sets the minimum intersection-over-union (IOU) value needed for two bounding boxes to be considered a match, with the value ranging between 0 and 1.\u003c/p\u003e\n"]]],[],null,[]]