Class LabelImageRequest
Request message for starting an image labeling task.
Inheritance
System.Object
LabelImageRequest
Implements
Google.Protobuf.IBufferMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class LabelImageRequest : IMessage<LabelImageRequest>, IEquatable<LabelImageRequest>, IDeepCloneable<LabelImageRequest>, IBufferMessage, IMessage
Constructors
LabelImageRequest()
Declaration
public LabelImageRequest()
LabelImageRequest(LabelImageRequest)
Declaration
public LabelImageRequest(LabelImageRequest other)
Parameters
Properties
BasicConfig
Required. Basic human annotation config.
Declaration
public HumanAnnotationConfig BasicConfig { get; set; }
Property Value
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
public BoundingPolyConfig BoundingPolyConfig { get; set; }
Property Value
Feature
Required. The type of image labeling task.
Declaration
public LabelImageRequest.Types.Feature Feature { get; set; }
Property Value
ImageClassificationConfig
Configuration for image classification task.
One of image_classification_config, bounding_poly_config,
polyline_config and segmentation_config are required.
Declaration
public ImageClassificationConfig ImageClassificationConfig { get; set; }
Property Value
Parent
Required. Name of the dataset to request labeling task, format:
projects/{project_id}/datasets/{dataset_id}
Declaration
public string Parent { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ParentAsDatasetName
Declaration
public DatasetName ParentAsDatasetName { get; set; }
Property Value
PolylineConfig
Configuration for polyline task.
One of image_classification_config, bounding_poly_config,
polyline_config and segmentation_config are required.
Declaration
public PolylineConfig PolylineConfig { get; set; }
Property Value
RequestConfigCase
Declaration
public LabelImageRequest.RequestConfigOneofCase RequestConfigCase { get; }
Property Value
SegmentationConfig
Configuration for segmentation task.
One of image_classification_config, bounding_poly_config,
polyline_config and segmentation_config are required.
Declaration
public SegmentationConfig SegmentationConfig { get; set; }
Property Value