Class GoogleCloudDatalabelingV1beta1LabelOperationMetadata
Metadata of a labeling operation, such as LabelImage or LabelVideo. Next tag: 23
Implements
Inherited Members
Namespace: Google.Apis.DataLabeling.v1beta1.Data
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class GoogleCloudDatalabelingV1beta1LabelOperationMetadata : 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 GoogleCloudDatalabelingV1beta1LabelImageBoundingBoxOperationMetadata ImageBoundingBoxDetails { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1LabelImageBoundingBoxOperationMetadata |
ImageBoundingPolyDetails
Details of label image bounding poly operation.
Declaration
[JsonProperty("imageBoundingPolyDetails")]
public virtual GoogleCloudDatalabelingV1beta1LabelImageBoundingPolyOperationMetadata ImageBoundingPolyDetails { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1LabelImageBoundingPolyOperationMetadata |
ImageClassificationDetails
Details of label image classification operation.
Declaration
[JsonProperty("imageClassificationDetails")]
public virtual GoogleCloudDatalabelingV1beta1LabelImageClassificationOperationMetadata ImageClassificationDetails { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1LabelImageClassificationOperationMetadata |
ImageOrientedBoundingBoxDetails
Details of label image oriented bounding box operation.
Declaration
[JsonProperty("imageOrientedBoundingBoxDetails")]
public virtual GoogleCloudDatalabelingV1beta1LabelImageOrientedBoundingBoxOperationMetadata ImageOrientedBoundingBoxDetails { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1LabelImageOrientedBoundingBoxOperationMetadata |
ImagePolylineDetails
Details of label image polyline operation.
Declaration
[JsonProperty("imagePolylineDetails")]
public virtual GoogleCloudDatalabelingV1beta1LabelImagePolylineOperationMetadata ImagePolylineDetails { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1LabelImagePolylineOperationMetadata |
ImageSegmentationDetails
Details of label image segmentation operation.
Declaration
[JsonProperty("imageSegmentationDetails")]
public virtual GoogleCloudDatalabelingV1beta1LabelImageSegmentationOperationMetadata ImageSegmentationDetails { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1LabelImageSegmentationOperationMetadata |
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 GoogleCloudDatalabelingV1beta1LabelTextClassificationOperationMetadata TextClassificationDetails { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1LabelTextClassificationOperationMetadata |
TextEntityExtractionDetails
Details of label text entity extraction operation.
Declaration
[JsonProperty("textEntityExtractionDetails")]
public virtual GoogleCloudDatalabelingV1beta1LabelTextEntityExtractionOperationMetadata TextEntityExtractionDetails { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1LabelTextEntityExtractionOperationMetadata |
VideoClassificationDetails
Details of label video classification operation.
Declaration
[JsonProperty("videoClassificationDetails")]
public virtual GoogleCloudDatalabelingV1beta1LabelVideoClassificationOperationMetadata VideoClassificationDetails { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1LabelVideoClassificationOperationMetadata |
VideoEventDetails
Details of label video event operation.
Declaration
[JsonProperty("videoEventDetails")]
public virtual GoogleCloudDatalabelingV1beta1LabelVideoEventOperationMetadata VideoEventDetails { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1LabelVideoEventOperationMetadata |
VideoObjectDetectionDetails
Details of label video object detection operation.
Declaration
[JsonProperty("videoObjectDetectionDetails")]
public virtual GoogleCloudDatalabelingV1beta1LabelVideoObjectDetectionOperationMetadata VideoObjectDetectionDetails { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1LabelVideoObjectDetectionOperationMetadata |
VideoObjectTrackingDetails
Details of label video object tracking operation.
Declaration
[JsonProperty("videoObjectTrackingDetails")]
public virtual GoogleCloudDatalabelingV1beta1LabelVideoObjectTrackingOperationMetadata VideoObjectTrackingDetails { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1LabelVideoObjectTrackingOperationMetadata |