Class GoogleCloudDatalabelingV1beta1Annotation
Annotation for Example. Each example may have one or more annotations. For example in image classification problem, each image might have one or more labels. We call labels binded with this image an Annotation.
Implements
Inherited Members
Namespace: Google.Apis.DataLabeling.v1beta1.Data
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class GoogleCloudDatalabelingV1beta1Annotation : IDirectResponseSchema
Properties
AnnotationMetadata
Output only. Annotation metadata, including information like votes for labels.
Declaration
[JsonProperty("annotationMetadata")]
public virtual GoogleCloudDatalabelingV1beta1AnnotationMetadata AnnotationMetadata { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1AnnotationMetadata |
AnnotationSentiment
Output only. Sentiment for this annotation.
Declaration
[JsonProperty("annotationSentiment")]
public virtual string AnnotationSentiment { get; set; }
Property Value
Type | Description |
---|---|
string |
AnnotationSource
Output only. The source of the annotation.
Declaration
[JsonProperty("annotationSource")]
public virtual string AnnotationSource { get; set; }
Property Value
Type | Description |
---|---|
string |
AnnotationValue
Output only. This is the actual annotation value, e.g classification, bounding box values are stored here.
Declaration
[JsonProperty("annotationValue")]
public virtual GoogleCloudDatalabelingV1beta1AnnotationValue AnnotationValue { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1AnnotationValue |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. Unique name of this annotation, format is: projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/{annotated_dataset}/examples/{example_id}/annotations/{annotation_id}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |