Show / Hide Table of Contents

Class GoogleCloudDatalabelingV1beta1VideoClassificationConfig

Config for video classification human labeling task. Currently two types of video classification are supported:

  1. Assign labels on the entire video. 2. Split the video into multiple video clips based on camera shot, and assign labels on each video clip.
Inheritance
object
GoogleCloudDatalabelingV1beta1VideoClassificationConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataLabeling.v1beta1.Data
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class GoogleCloudDatalabelingV1beta1VideoClassificationConfig : IDirectResponseSchema

Properties

AnnotationSpecSetConfigs

Required. The list of annotation spec set configs. Since watching a video clip takes much longer time than an image, we support label with multiple AnnotationSpecSet at the same time. Labels in each AnnotationSpecSet will be shown in a group to contributors. Contributors can select one or more (depending on whether to allow multi label) from each group.

Declaration
[JsonProperty("annotationSpecSetConfigs")]
public virtual IList<GoogleCloudDatalabelingV1beta1AnnotationSpecSetConfig> AnnotationSpecSetConfigs { get; set; }
Property Value
Type Description
IList<GoogleCloudDatalabelingV1beta1AnnotationSpecSetConfig>

ApplyShotDetection

Optional. Option to apply shot detection on the video.

Declaration
[JsonProperty("applyShotDetection")]
public virtual bool? ApplyShotDetection { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX