public sealed class BoundingBoxEvaluationOptions : IMessage<BoundingBoxEvaluationOptions>, IEquatable<BoundingBoxEvaluationOptions>, IDeepCloneable<BoundingBoxEvaluationOptions>, IBufferMessage, IMessage
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 provides options for evaluating bounding boxes and is found within the \u003ccode\u003eGoogle.Cloud.DataLabeling.V1Beta1\u003c/code\u003e namespace in the \u003ccode\u003eGoogle.Cloud.DataLabeling.V1Beta1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThis class can be constructed using a default constructor, or a copy constructor, which takes another \u003ccode\u003eBoundingBoxEvaluationOptions\u003c/code\u003e instance as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eIt includes a property, \u003ccode\u003eIouThreshold\u003c/code\u003e, which represents the minimum intersection-over-union (IOU) value required for two bounding boxes to be considered a match, and it must be between 0 and 1.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBoundingBoxEvaluationOptions\u003c/code\u003e class implements various 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, comparison, deep cloning, and buffered operations.\u003c/p\u003e\n"],["\u003cp\u003eThis page documents the version 1.0.0-beta03 of \u003ccode\u003eBoundingBoxEvaluationOptions\u003c/code\u003e, but links to the latest release version 2.0.0-beta05, and version 2.0.0-beta04 are also provided for additional context.\u003c/p\u003e\n"]]],[],null,[]]