public sealed class LabelImageRequest : IMessage<LabelImageRequest>, IEquatable<LabelImageRequest>, IDeepCloneable<LabelImageRequest>, IBufferMessage, IMessage
Request message for starting an image labeling task.
Implements
IMessage<LabelImageRequest>, IEquatable<LabelImageRequest>, IDeepCloneable<LabelImageRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
LabelImageRequest()
public LabelImageRequest()
LabelImageRequest(LabelImageRequest)
public LabelImageRequest(LabelImageRequest other)
Parameter | |
---|---|
Name | Description |
other | LabelImageRequest |
Properties
BasicConfig
public HumanAnnotationConfig BasicConfig { get; set; }
Required. Basic human annotation config.
Property Value | |
---|---|
Type | Description |
HumanAnnotationConfig |
BoundingPolyConfig
public BoundingPolyConfig BoundingPolyConfig { get; set; }
Configuration for bounding box and bounding poly task. One of image_classification_config, bounding_poly_config, polyline_config and segmentation_config are required.
Property Value | |
---|---|
Type | Description |
BoundingPolyConfig |
Feature
public LabelImageRequest.Types.Feature Feature { get; set; }
Required. The type of image labeling task.
Property Value | |
---|---|
Type | Description |
LabelImageRequest.Types.Feature |
ImageClassificationConfig
public ImageClassificationConfig ImageClassificationConfig { get; set; }
Configuration for image classification task. One of image_classification_config, bounding_poly_config, polyline_config and segmentation_config are required.
Property Value | |
---|---|
Type | Description |
ImageClassificationConfig |
Parent
public string Parent { get; set; }
Required. Name of the dataset to request labeling task, format: projects/{project_id}/datasets/{dataset_id}
Property Value | |
---|---|
Type | Description |
String |
ParentAsDatasetName
public DatasetName ParentAsDatasetName { get; set; }
DatasetName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
DatasetName |
PolylineConfig
public PolylineConfig PolylineConfig { get; set; }
Configuration for polyline task. One of image_classification_config, bounding_poly_config, polyline_config and segmentation_config are required.
Property Value | |
---|---|
Type | Description |
PolylineConfig |
RequestConfigCase
public LabelImageRequest.RequestConfigOneofCase RequestConfigCase { get; }
Property Value | |
---|---|
Type | Description |
LabelImageRequest.RequestConfigOneofCase |
SegmentationConfig
public SegmentationConfig SegmentationConfig { get; set; }
Configuration for segmentation task. One of image_classification_config, bounding_poly_config, polyline_config and segmentation_config are required.
Property Value | |
---|---|
Type | Description |
SegmentationConfig |