Class GoogleCloudDatalabelingV1beta1AnnotatedDatasetMetadata
Metadata on AnnotatedDataset.
Implements
Inherited Members
Namespace: Google.Apis.DataLabeling.v1beta1.Data
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class GoogleCloudDatalabelingV1beta1AnnotatedDatasetMetadata : IDirectResponseSchema
Properties
BoundingPolyConfig
Configuration for image bounding box and bounding poly task.
Declaration
[JsonProperty("boundingPolyConfig")]
public virtual GoogleCloudDatalabelingV1beta1BoundingPolyConfig BoundingPolyConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1BoundingPolyConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EventConfig
Configuration for video event labeling task.
Declaration
[JsonProperty("eventConfig")]
public virtual GoogleCloudDatalabelingV1beta1EventConfig EventConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1EventConfig |
HumanAnnotationConfig
HumanAnnotationConfig used when requesting the human labeling task for this AnnotatedDataset.
Declaration
[JsonProperty("humanAnnotationConfig")]
public virtual GoogleCloudDatalabelingV1beta1HumanAnnotationConfig HumanAnnotationConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1HumanAnnotationConfig |
ImageClassificationConfig
Configuration for image classification task.
Declaration
[JsonProperty("imageClassificationConfig")]
public virtual GoogleCloudDatalabelingV1beta1ImageClassificationConfig ImageClassificationConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1ImageClassificationConfig |
ObjectDetectionConfig
Configuration for video object detection task.
Declaration
[JsonProperty("objectDetectionConfig")]
public virtual GoogleCloudDatalabelingV1beta1ObjectDetectionConfig ObjectDetectionConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1ObjectDetectionConfig |
ObjectTrackingConfig
Configuration for video object tracking task.
Declaration
[JsonProperty("objectTrackingConfig")]
public virtual GoogleCloudDatalabelingV1beta1ObjectTrackingConfig ObjectTrackingConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1ObjectTrackingConfig |
PolylineConfig
Configuration for image polyline task.
Declaration
[JsonProperty("polylineConfig")]
public virtual GoogleCloudDatalabelingV1beta1PolylineConfig PolylineConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1PolylineConfig |
SegmentationConfig
Configuration for image segmentation task.
Declaration
[JsonProperty("segmentationConfig")]
public virtual GoogleCloudDatalabelingV1beta1SegmentationConfig SegmentationConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1SegmentationConfig |
TextClassificationConfig
Configuration for text classification task.
Declaration
[JsonProperty("textClassificationConfig")]
public virtual GoogleCloudDatalabelingV1beta1TextClassificationConfig TextClassificationConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1TextClassificationConfig |
TextEntityExtractionConfig
Configuration for text entity extraction task.
Declaration
[JsonProperty("textEntityExtractionConfig")]
public virtual GoogleCloudDatalabelingV1beta1TextEntityExtractionConfig TextEntityExtractionConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1TextEntityExtractionConfig |
VideoClassificationConfig
Configuration for video classification task.
Declaration
[JsonProperty("videoClassificationConfig")]
public virtual GoogleCloudDatalabelingV1beta1VideoClassificationConfig VideoClassificationConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1VideoClassificationConfig |