Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client 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.
Generated from protobuf messagegoogle.cloud.datalabeling.v1beta1.ObjectDetectionConfig
Namespace
Google \ Cloud \ DataLabeling \ V1beta1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ annotation_spec_set
string
Required. Annotation spec set resource name.
↳ extraction_frame_rate
float
Required. Number of frames per second to be extracted from the video.
getAnnotationSpecSet
Required. Annotation spec set resource name.
Returns
Type
Description
string
setAnnotationSpecSet
Required. Annotation spec set resource name.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getExtractionFrameRate
Required. Number of frames per second to be extracted from the video.
Returns
Type
Description
float
setExtractionFrameRate
Required. Number of frames per second to be extracted from the video.
[[["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-09-04 UTC."],[],[],null,["# Google Cloud Datalabeling V1beta1 Client - Class ObjectDetectionConfig (0.6.3)\n\nVersion latestkeyboard_arrow_down\n\n- [0.6.3 (latest)](/php/docs/reference/cloud-datalabeling/latest/V1beta1.ObjectDetectionConfig)\n- [0.6.2](/php/docs/reference/cloud-datalabeling/0.6.2/V1beta1.ObjectDetectionConfig)\n- [0.5.7](/php/docs/reference/cloud-datalabeling/0.5.7/V1beta1.ObjectDetectionConfig)\n- [0.4.2](/php/docs/reference/cloud-datalabeling/0.4.2/V1beta1.ObjectDetectionConfig)\n- [0.3.1](/php/docs/reference/cloud-datalabeling/0.3.1/V1beta1.ObjectDetectionConfig)\n- [0.2.0](/php/docs/reference/cloud-datalabeling/0.2.0/V1beta1.ObjectDetectionConfig)\n- [0.1.14](/php/docs/reference/cloud-datalabeling/0.1.14/V1beta1.ObjectDetectionConfig) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class ObjectDetectionConfig.\n\nConfig for video object detection human labeling task.\n\nObject detection will be conducted on the images extracted from the video,\nand those objects will be labeled with bounding boxes.\nUser need to specify the number of images to be extracted per second as the\nextraction frame rate.\n\nGenerated from protobuf message `google.cloud.datalabeling.v1beta1.ObjectDetectionConfig`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ DataLabeling \\\\ V1beta1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getAnnotationSpecSet\n\nRequired. Annotation spec set resource name.\n\n### setAnnotationSpecSet\n\nRequired. Annotation spec set resource name.\n\n### getExtractionFrameRate\n\nRequired. Number of frames per second to be extracted from the video.\n\n### setExtractionFrameRate\n\nRequired. Number of frames per second to be extracted from the video."]]