Class GoogleCloudDatalabelingV1beta1ObjectTrackingConfig
Config for video object tracking human labeling task.
Implements
Inherited Members
Namespace: Google.Apis.DataLabeling.v1beta1.Data
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class GoogleCloudDatalabelingV1beta1ObjectTrackingConfig : IDirectResponseSchema
Properties
AnnotationSpecSet
Required. Annotation spec set resource name.
Declaration
[JsonProperty("annotationSpecSet")]
public virtual string AnnotationSpecSet { get; set; }
Property Value
Type | Description |
---|---|
string |
ClipLength
Videos will be cut to smaller clips to make it easier for labelers to work on. Users can configure is field in seconds, if not set, default value is 20s.
Declaration
[JsonProperty("clipLength")]
public virtual int? ClipLength { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OverlapLength
The overlap length between different video clips. Users can configure is field in seconds, if not set, default value is 0.3s.
Declaration
[JsonProperty("overlapLength")]
public virtual int? OverlapLength { get; set; }
Property Value
Type | Description |
---|---|
int? |