public sealed class ObjectDetectionConfig : IMessage<ObjectDetectionConfig>, IEquatable<ObjectDetectionConfig>, IDeepCloneable<ObjectDetectionConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class ObjectDetectionConfig.
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\u003eThe \u003ccode\u003eObjectDetectionConfig\u003c/code\u003e class, part of the Data Labeling v1beta1 API, is designed for configuring video object detection labeling tasks.\u003c/p\u003e\n"],["\u003cp\u003eObject detection using this class involves labeling objects with bounding boxes on images extracted from video footage.\u003c/p\u003e\n"],["\u003cp\u003eThe class requires specification of the extraction frame rate, determining how many frames are extracted per second from the video.\u003c/p\u003e\n"],["\u003cp\u003eIt 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, and inherits from the \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe class has properties for \u003ccode\u003eAnnotationSpecSet\u003c/code\u003e, which specifies the resource name for the annotation spec set, and \u003ccode\u003eExtractionFrameRate\u003c/code\u003e, which determines the frequency of frame extraction.\u003c/p\u003e\n"]]],[],null,[]]