Class ObjectDetectionConfig (1.0.0-beta03)

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.

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
NameDescription
otherObjectDetectionConfig

Properties

AnnotationSpecSet

public string AnnotationSpecSet { get; set; }

Required. Annotation spec set resource name.

Property Value
TypeDescription
String

ExtractionFrameRate

public double ExtractionFrameRate { get; set; }

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

Property Value
TypeDescription
Double