Class GoogleCloudDatalabelingV1beta1EventConfig
Config for video event human labeling task.
Implements
Inherited Members
Namespace: Google.Apis.DataLabeling.v1beta1.Data
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class GoogleCloudDatalabelingV1beta1EventConfig : IDirectResponseSchema
Properties
AnnotationSpecSets
Required. The list of annotation spec set resource name. Similar to video classification, we support selecting event from multiple AnnotationSpecSet at the same time.
Declaration
[JsonProperty("annotationSpecSets")]
public virtual IList<string> AnnotationSpecSets { get; set; }
Property Value
Type | Description |
---|---|
IList<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 60s.
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 1s.
Declaration
[JsonProperty("overlapLength")]
public virtual int? OverlapLength { get; set; }
Property Value
Type | Description |
---|---|
int? |