Data Labeling v1beta1 API - Class LabelOperationMetadata (2.0.0-beta03)

public sealed class LabelOperationMetadata : IMessage<LabelOperationMetadata>, IEquatable<LabelOperationMetadata>, IDeepCloneable<LabelOperationMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Labeling v1beta1 API class LabelOperationMetadata.

Metadata of a labeling operation, such as LabelImage or LabelVideo. Next tag: 20

Inheritance

object > LabelOperationMetadata

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

LabelOperationMetadata()

public LabelOperationMetadata()

LabelOperationMetadata(LabelOperationMetadata)

public LabelOperationMetadata(LabelOperationMetadata other)
Parameter
NameDescription
otherLabelOperationMetadata

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Timestamp when labeling request was created.

Property Value
TypeDescription
Timestamp

DetailsCase

public LabelOperationMetadata.DetailsOneofCase DetailsCase { get; }
Property Value
TypeDescription
LabelOperationMetadataDetailsOneofCase

ImageBoundingBoxDetails

public LabelImageBoundingBoxOperationMetadata ImageBoundingBoxDetails { get; set; }

Details of label image bounding box operation.

Property Value
TypeDescription
LabelImageBoundingBoxOperationMetadata

ImageBoundingPolyDetails

public LabelImageBoundingPolyOperationMetadata ImageBoundingPolyDetails { get; set; }

Details of label image bounding poly operation.

Property Value
TypeDescription
LabelImageBoundingPolyOperationMetadata

ImageClassificationDetails

public LabelImageClassificationOperationMetadata ImageClassificationDetails { get; set; }

Details of label image classification operation.

Property Value
TypeDescription
LabelImageClassificationOperationMetadata

ImageOrientedBoundingBoxDetails

public LabelImageOrientedBoundingBoxOperationMetadata ImageOrientedBoundingBoxDetails { get; set; }

Details of label image oriented bounding box operation.

Property Value
TypeDescription
LabelImageOrientedBoundingBoxOperationMetadata

ImagePolylineDetails

public LabelImagePolylineOperationMetadata ImagePolylineDetails { get; set; }

Details of label image polyline operation.

Property Value
TypeDescription
LabelImagePolylineOperationMetadata

ImageSegmentationDetails

public LabelImageSegmentationOperationMetadata ImageSegmentationDetails { get; set; }

Details of label image segmentation operation.

Property Value
TypeDescription
LabelImageSegmentationOperationMetadata

PartialFailures

public RepeatedField<Status> PartialFailures { get; }

Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.

Property Value
TypeDescription
RepeatedFieldStatus

ProgressPercent

public int ProgressPercent { get; set; }

Output only. Progress of label operation. Range: [0, 100].

Property Value
TypeDescription
int

TextClassificationDetails

public LabelTextClassificationOperationMetadata TextClassificationDetails { get; set; }

Details of label text classification operation.

Property Value
TypeDescription
LabelTextClassificationOperationMetadata

TextEntityExtractionDetails

public LabelTextEntityExtractionOperationMetadata TextEntityExtractionDetails { get; set; }

Details of label text entity extraction operation.

Property Value
TypeDescription
LabelTextEntityExtractionOperationMetadata

VideoClassificationDetails

public LabelVideoClassificationOperationMetadata VideoClassificationDetails { get; set; }

Details of label video classification operation.

Property Value
TypeDescription
LabelVideoClassificationOperationMetadata

VideoEventDetails

public LabelVideoEventOperationMetadata VideoEventDetails { get; set; }

Details of label video event operation.

Property Value
TypeDescription
LabelVideoEventOperationMetadata

VideoObjectDetectionDetails

public LabelVideoObjectDetectionOperationMetadata VideoObjectDetectionDetails { get; set; }

Details of label video object detection operation.

Property Value
TypeDescription
LabelVideoObjectDetectionOperationMetadata

VideoObjectTrackingDetails

public LabelVideoObjectTrackingOperationMetadata VideoObjectTrackingDetails { get; set; }

Details of label video object tracking operation.

Property Value
TypeDescription
LabelVideoObjectTrackingOperationMetadata