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"]],[["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 `ObjectDetectionConfig` class, part of the Data Labeling v1beta1 API, is designed for configuring video object detection labeling tasks."],["Object detection using this class involves labeling objects with bounding boxes on images extracted from video footage."],["The class requires specification of the extraction frame rate, determining how many frames are extracted per second from the video."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class has properties for `AnnotationSpecSet`, which specifies the resource name for the annotation spec set, and `ExtractionFrameRate`, which determines the frequency of frame extraction."]]],[]]