Annotation(mapping=None, *, ignore_unknown_fields=False, **kwargs)
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.
Attributes | |
---|---|
Name | Description |
name |
str
Output only. Unique name of this annotation, format is: projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/{annotated_dataset}/examples/{example_id}/annotations/{annotation_id} |
annotation_source |
Output only. The source of the annotation. |
annotation_value |
Output only. This is the actual annotation value, e.g classification, bounding box values are stored here. |
annotation_metadata |
Output only. Annotation metadata, including information like votes for labels. |
annotation_sentiment |
Output only. Sentiment for this annotation. |