Data Labeling v1beta1 API - Class ObjectDetectionConfig (2.0.0-beta04)

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.

Inheritance

object > ObjectDetectionConfig

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

ObjectDetectionConfig()

public ObjectDetectionConfig()

ObjectDetectionConfig(ObjectDetectionConfig)

public ObjectDetectionConfig(ObjectDetectionConfig other)
Parameter
Name Description
other ObjectDetectionConfig

Properties

AnnotationSpecSet

public string AnnotationSpecSet { get; set; }

Required. Annotation spec set resource name.

Property Value
Type Description
string

ExtractionFrameRate

public double ExtractionFrameRate { get; set; }

Required. Number of frames per second to be extracted from the video.

Property Value
Type Description
double