public sealed class ObjectDetectionConfig : IMessage<ObjectDetectionConfig>, IEquatable<ObjectDetectionConfig>, IDeepCloneable<ObjectDetectionConfig>, IBufferMessage, IMessage
Config for video object detection human labeling task.
Object detection will be conducted on the images extracted from the video,
and those objects will be labeled with bounding boxes.
User need to specify the number of images to be extracted per second as the
extraction frame rate.
[[["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\u003e\u003ccode\u003eObjectDetectionConfig\u003c/code\u003e is a class used for configuring video object detection tasks, which involves labeling objects with bounding boxes in images extracted from a video.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eObjectDetectionConfig\u003c/code\u003e is 2.0.0-beta05, and other available versions are 2.0.0-beta04 and 1.0.0-beta03.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eObjectDetectionConfig\u003c/code\u003e class has two constructors, one default and one that takes another \u003ccode\u003eObjectDetectionConfig\u003c/code\u003e as a parameter to create a new object, and it also includes properties to define the \u003ccode\u003eAnnotationSpecSet\u003c/code\u003e and the \u003ccode\u003eExtractionFrameRate\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]