Show / Hide Table of Contents

Class GoogleCloudDatalabelingV1beta1LabelImageRequest

Request message for starting an image labeling task.

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

Properties

BasicConfig

Required. Basic human annotation config.

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

BoundingPolyConfig

Configuration for bounding box and bounding poly task. One of image_classification_config, bounding_poly_config, polyline_config and segmentation_config are required.

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

Feature

Required. The type of image labeling task.

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

ImageClassificationConfig

Configuration for image classification task. One of image_classification_config, bounding_poly_config, polyline_config and segmentation_config are required.

Declaration
[JsonProperty("imageClassificationConfig")]
public virtual GoogleCloudDatalabelingV1beta1ImageClassificationConfig ImageClassificationConfig { get; set; }
Property Value
Type Description
GoogleCloudDatalabelingV1beta1ImageClassificationConfig

PolylineConfig

Configuration for polyline task. One of image_classification_config, bounding_poly_config, polyline_config and segmentation_config are required.

Declaration
[JsonProperty("polylineConfig")]
public virtual GoogleCloudDatalabelingV1beta1PolylineConfig PolylineConfig { get; set; }
Property Value
Type Description
GoogleCloudDatalabelingV1beta1PolylineConfig

SegmentationConfig

Configuration for segmentation task. One of image_classification_config, bounding_poly_config, polyline_config and segmentation_config are required.

Declaration
[JsonProperty("segmentationConfig")]
public virtual GoogleCloudDatalabelingV1beta1SegmentationConfig SegmentationConfig { get; set; }
Property Value
Type Description
GoogleCloudDatalabelingV1beta1SegmentationConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX