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.
Implements
IMessage<ObjectDetectionConfig>, IEquatable<ObjectDetectionConfig>, IDeepCloneable<ObjectDetectionConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
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 |