Show / Hide Table of Contents

Class GoogleCloudDatalabelingV1beta1LabelVideoRequest

Request message for LabelVideo.

Inheritance
object
GoogleCloudDatalabelingV1beta1LabelVideoRequest
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 GoogleCloudDatalabelingV1beta1LabelVideoRequest : IDirectResponseSchema

Properties

BasicConfig

Required. Basic human annotation config.

Declaration
[JsonProperty("basicConfig")]
public virtual GoogleCloudDatalabelingV1beta1HumanAnnotationConfig BasicConfig { get; set; }
Property Value
Type Description
GoogleCloudDatalabelingV1beta1HumanAnnotationConfig

ETag

The ETag of the item.

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

EventConfig

Configuration for video event task. One of video_classification_config, object_detection_config, object_tracking_config and event_config is required.

Declaration
[JsonProperty("eventConfig")]
public virtual GoogleCloudDatalabelingV1beta1EventConfig EventConfig { get; set; }
Property Value
Type Description
GoogleCloudDatalabelingV1beta1EventConfig

Feature

Required. The type of video labeling task.

Declaration
[JsonProperty("feature")]
public virtual string Feature { get; set; }
Property Value
Type Description
string

ObjectDetectionConfig

Configuration for video object detection task. One of video_classification_config, object_detection_config, object_tracking_config and event_config is required.

Declaration
[JsonProperty("objectDetectionConfig")]
public virtual GoogleCloudDatalabelingV1beta1ObjectDetectionConfig ObjectDetectionConfig { get; set; }
Property Value
Type Description
GoogleCloudDatalabelingV1beta1ObjectDetectionConfig

ObjectTrackingConfig

Configuration for video object tracking task. One of video_classification_config, object_detection_config, object_tracking_config and event_config is required.

Declaration
[JsonProperty("objectTrackingConfig")]
public virtual GoogleCloudDatalabelingV1beta1ObjectTrackingConfig ObjectTrackingConfig { get; set; }
Property Value
Type Description
GoogleCloudDatalabelingV1beta1ObjectTrackingConfig

VideoClassificationConfig

Configuration for video classification task. One of video_classification_config, object_detection_config, object_tracking_config and event_config is required.

Declaration
[JsonProperty("videoClassificationConfig")]
public virtual GoogleCloudDatalabelingV1beta1VideoClassificationConfig VideoClassificationConfig { get; set; }
Property Value
Type Description
GoogleCloudDatalabelingV1beta1VideoClassificationConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX