Show / Hide Table of Contents

Class GoogleCloudDatalabelingV1alpha1LabelOperationMetadata

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

Inheritance
object
GoogleCloudDatalabelingV1alpha1LabelOperationMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataLabeling.v1beta1.Data
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class GoogleCloudDatalabelingV1alpha1LabelOperationMetadata : IDirectResponseSchema

Properties

AnnotatedDataset

Output only. The name of annotated dataset in format "projects//datasets//annotatedDatasets/*".

Declaration
[JsonProperty("annotatedDataset")]
public virtual string AnnotatedDataset { get; set; }
Property Value
Type Description
string

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. Timestamp when labeling request was created.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

Dataset

Output only. The name of dataset to be labeled. "projects//datasets/"

Declaration
[JsonProperty("dataset")]
public virtual string Dataset { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ImageBoundingBoxDetails

Details of label image bounding box operation.

Declaration
[JsonProperty("imageBoundingBoxDetails")]
public virtual GoogleCloudDatalabelingV1alpha1LabelImageBoundingBoxOperationMetadata ImageBoundingBoxDetails { get; set; }
Property Value
Type Description
GoogleCloudDatalabelingV1alpha1LabelImageBoundingBoxOperationMetadata

ImageBoundingPolyDetails

Details of label image bounding poly operation.

Declaration
[JsonProperty("imageBoundingPolyDetails")]
public virtual GoogleCloudDatalabelingV1alpha1LabelImageBoundingPolyOperationMetadata ImageBoundingPolyDetails { get; set; }
Property Value
Type Description
GoogleCloudDatalabelingV1alpha1LabelImageBoundingPolyOperationMetadata

ImageClassificationDetails

Details of label image classification operation.

Declaration
[JsonProperty("imageClassificationDetails")]
public virtual GoogleCloudDatalabelingV1alpha1LabelImageClassificationOperationMetadata ImageClassificationDetails { get; set; }
Property Value
Type Description
GoogleCloudDatalabelingV1alpha1LabelImageClassificationOperationMetadata

ImageOrientedBoundingBoxDetails

Details of label image oriented bounding box operation.

Declaration
[JsonProperty("imageOrientedBoundingBoxDetails")]
public virtual GoogleCloudDatalabelingV1alpha1LabelImageOrientedBoundingBoxOperationMetadata ImageOrientedBoundingBoxDetails { get; set; }
Property Value
Type Description
GoogleCloudDatalabelingV1alpha1LabelImageOrientedBoundingBoxOperationMetadata

ImagePolylineDetails

Details of label image polyline operation.

Declaration
[JsonProperty("imagePolylineDetails")]
public virtual GoogleCloudDatalabelingV1alpha1LabelImagePolylineOperationMetadata ImagePolylineDetails { get; set; }
Property Value
Type Description
GoogleCloudDatalabelingV1alpha1LabelImagePolylineOperationMetadata

ImageSegmentationDetails

Details of label image segmentation operation.

Declaration
[JsonProperty("imageSegmentationDetails")]
public virtual GoogleCloudDatalabelingV1alpha1LabelImageSegmentationOperationMetadata ImageSegmentationDetails { get; set; }
Property Value
Type Description
GoogleCloudDatalabelingV1alpha1LabelImageSegmentationOperationMetadata

PartialFailures

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

Declaration
[JsonProperty("partialFailures")]
public virtual IList<GoogleRpcStatus> PartialFailures { get; set; }
Property Value
Type Description
IList<GoogleRpcStatus>

ProgressPercent

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

Declaration
[JsonProperty("progressPercent")]
public virtual int? ProgressPercent { get; set; }
Property Value
Type Description
int?

TextClassificationDetails

Details of label text classification operation.

Declaration
[JsonProperty("textClassificationDetails")]
public virtual GoogleCloudDatalabelingV1alpha1LabelTextClassificationOperationMetadata TextClassificationDetails { get; set; }
Property Value
Type Description
GoogleCloudDatalabelingV1alpha1LabelTextClassificationOperationMetadata

TextEntityExtractionDetails

Details of label text entity extraction operation.

Declaration
[JsonProperty("textEntityExtractionDetails")]
public virtual GoogleCloudDatalabelingV1alpha1LabelTextEntityExtractionOperationMetadata TextEntityExtractionDetails { get; set; }
Property Value
Type Description
GoogleCloudDatalabelingV1alpha1LabelTextEntityExtractionOperationMetadata

VideoClassificationDetails

Details of label video classification operation.

Declaration
[JsonProperty("videoClassificationDetails")]
public virtual GoogleCloudDatalabelingV1alpha1LabelVideoClassificationOperationMetadata VideoClassificationDetails { get; set; }
Property Value
Type Description
GoogleCloudDatalabelingV1alpha1LabelVideoClassificationOperationMetadata

VideoEventDetails

Details of label video event operation.

Declaration
[JsonProperty("videoEventDetails")]
public virtual GoogleCloudDatalabelingV1alpha1LabelVideoEventOperationMetadata VideoEventDetails { get; set; }
Property Value
Type Description
GoogleCloudDatalabelingV1alpha1LabelVideoEventOperationMetadata

VideoObjectDetectionDetails

Details of label video object detection operation.

Declaration
[JsonProperty("videoObjectDetectionDetails")]
public virtual GoogleCloudDatalabelingV1alpha1LabelVideoObjectDetectionOperationMetadata VideoObjectDetectionDetails { get; set; }
Property Value
Type Description
GoogleCloudDatalabelingV1alpha1LabelVideoObjectDetectionOperationMetadata

VideoObjectTrackingDetails

Details of label video object tracking operation.

Declaration
[JsonProperty("videoObjectTrackingDetails")]
public virtual GoogleCloudDatalabelingV1alpha1LabelVideoObjectTrackingOperationMetadata VideoObjectTrackingDetails { get; set; }
Property Value
Type Description
GoogleCloudDatalabelingV1alpha1LabelVideoObjectTrackingOperationMetadata

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX