Show / Hide Table of Contents

Class AnnotatedDatasetMetadata

Metadata on AnnotatedDataset.

Inheritance
System.Object
AnnotatedDatasetMetadata
Implements
IMessage<AnnotatedDatasetMetadata>
System.IEquatable<AnnotatedDatasetMetadata>
IDeepCloneable<AnnotatedDatasetMetadata>
Google.Protobuf.IBufferMessage
IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class AnnotatedDatasetMetadata : IMessage<AnnotatedDatasetMetadata>, IEquatable<AnnotatedDatasetMetadata>, IDeepCloneable<AnnotatedDatasetMetadata>, IBufferMessage, IMessage

Constructors

AnnotatedDatasetMetadata()

Declaration
public AnnotatedDatasetMetadata()

AnnotatedDatasetMetadata(AnnotatedDatasetMetadata)

Declaration
public AnnotatedDatasetMetadata(AnnotatedDatasetMetadata other)
Parameters
Type Name Description
AnnotatedDatasetMetadata other

Properties

AnnotationRequestConfigCase

Declaration
public AnnotatedDatasetMetadata.AnnotationRequestConfigOneofCase AnnotationRequestConfigCase { get; }
Property Value
Type Description
AnnotatedDatasetMetadata.AnnotationRequestConfigOneofCase

BoundingPolyConfig

Configuration for image bounding box and bounding poly task.

Declaration
public BoundingPolyConfig BoundingPolyConfig { get; set; }
Property Value
Type Description
BoundingPolyConfig

EventConfig

Configuration for video event labeling task.

Declaration
public EventConfig EventConfig { get; set; }
Property Value
Type Description
EventConfig

HumanAnnotationConfig

HumanAnnotationConfig used when requesting the human labeling task for this AnnotatedDataset.

Declaration
public HumanAnnotationConfig HumanAnnotationConfig { get; set; }
Property Value
Type Description
HumanAnnotationConfig

ImageClassificationConfig

Configuration for image classification task.

Declaration
public ImageClassificationConfig ImageClassificationConfig { get; set; }
Property Value
Type Description
ImageClassificationConfig

ObjectDetectionConfig

Configuration for video object detection task.

Declaration
public ObjectDetectionConfig ObjectDetectionConfig { get; set; }
Property Value
Type Description
ObjectDetectionConfig

ObjectTrackingConfig

Configuration for video object tracking task.

Declaration
public ObjectTrackingConfig ObjectTrackingConfig { get; set; }
Property Value
Type Description
ObjectTrackingConfig

PolylineConfig

Configuration for image polyline task.

Declaration
public PolylineConfig PolylineConfig { get; set; }
Property Value
Type Description
PolylineConfig

SegmentationConfig

Configuration for image segmentation task.

Declaration
public SegmentationConfig SegmentationConfig { get; set; }
Property Value
Type Description
SegmentationConfig

TextClassificationConfig

Configuration for text classification task.

Declaration
public TextClassificationConfig TextClassificationConfig { get; set; }
Property Value
Type Description
TextClassificationConfig

TextEntityExtractionConfig

Configuration for text entity extraction task.

Declaration
public TextEntityExtractionConfig TextEntityExtractionConfig { get; set; }
Property Value
Type Description
TextEntityExtractionConfig

VideoClassificationConfig

Configuration for video classification task.

Declaration
public VideoClassificationConfig VideoClassificationConfig { get; set; }
Property Value
Type Description
VideoClassificationConfig
Back to top