public sealed class AnnotatedDatasetMetadata : IMessage<AnnotatedDatasetMetadata>, IEquatable<AnnotatedDatasetMetadata>, IDeepCloneable<AnnotatedDatasetMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class AnnotatedDatasetMetadata.
Metadata on AnnotatedDataset.
Implements
IMessageAnnotatedDatasetMetadata, IEquatableAnnotatedDatasetMetadata, IDeepCloneableAnnotatedDatasetMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
AnnotatedDatasetMetadata()
public AnnotatedDatasetMetadata()
AnnotatedDatasetMetadata(AnnotatedDatasetMetadata)
public AnnotatedDatasetMetadata(AnnotatedDatasetMetadata other)
Parameter | |
---|---|
Name | Description |
other |
AnnotatedDatasetMetadata |
Properties
AnnotationRequestConfigCase
public AnnotatedDatasetMetadata.AnnotationRequestConfigOneofCase AnnotationRequestConfigCase { get; }
Property Value | |
---|---|
Type | Description |
AnnotatedDatasetMetadataAnnotationRequestConfigOneofCase |
BoundingPolyConfig
public BoundingPolyConfig BoundingPolyConfig { get; set; }
Configuration for image bounding box and bounding poly task.
Property Value | |
---|---|
Type | Description |
BoundingPolyConfig |
EventConfig
public EventConfig EventConfig { get; set; }
Configuration for video event labeling task.
Property Value | |
---|---|
Type | Description |
EventConfig |
HumanAnnotationConfig
public HumanAnnotationConfig HumanAnnotationConfig { get; set; }
HumanAnnotationConfig used when requesting the human labeling task for this AnnotatedDataset.
Property Value | |
---|---|
Type | Description |
HumanAnnotationConfig |
ImageClassificationConfig
public ImageClassificationConfig ImageClassificationConfig { get; set; }
Configuration for image classification task.
Property Value | |
---|---|
Type | Description |
ImageClassificationConfig |
ObjectDetectionConfig
public ObjectDetectionConfig ObjectDetectionConfig { get; set; }
Configuration for video object detection task.
Property Value | |
---|---|
Type | Description |
ObjectDetectionConfig |
ObjectTrackingConfig
public ObjectTrackingConfig ObjectTrackingConfig { get; set; }
Configuration for video object tracking task.
Property Value | |
---|---|
Type | Description |
ObjectTrackingConfig |
PolylineConfig
public PolylineConfig PolylineConfig { get; set; }
Configuration for image polyline task.
Property Value | |
---|---|
Type | Description |
PolylineConfig |
SegmentationConfig
public SegmentationConfig SegmentationConfig { get; set; }
Configuration for image segmentation task.
Property Value | |
---|---|
Type | Description |
SegmentationConfig |
TextClassificationConfig
public TextClassificationConfig TextClassificationConfig { get; set; }
Configuration for text classification task.
Property Value | |
---|---|
Type | Description |
TextClassificationConfig |
TextEntityExtractionConfig
public TextEntityExtractionConfig TextEntityExtractionConfig { get; set; }
Configuration for text entity extraction task.
Property Value | |
---|---|
Type | Description |
TextEntityExtractionConfig |
VideoClassificationConfig
public VideoClassificationConfig VideoClassificationConfig { get; set; }
Configuration for video classification task.
Property Value | |
---|---|
Type | Description |
VideoClassificationConfig |