public final class Annotation extends GeneratedMessageV3 implements AnnotationOrBuilder
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.
Protobuf type google.cloud.datalabeling.v1beta1.Annotation
Static Fields
public static final int ANNOTATION_METADATA_FIELD_NUMBER
Field Value
ANNOTATION_SENTIMENT_FIELD_NUMBER
public static final int ANNOTATION_SENTIMENT_FIELD_NUMBER
Field Value
ANNOTATION_SOURCE_FIELD_NUMBER
public static final int ANNOTATION_SOURCE_FIELD_NUMBER
Field Value
ANNOTATION_VALUE_FIELD_NUMBER
public static final int ANNOTATION_VALUE_FIELD_NUMBER
Field Value
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Annotation getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Annotation.Builder newBuilder()
Returns
newBuilder(Annotation prototype)
public static Annotation.Builder newBuilder(Annotation prototype)
Parameter
Returns
public static Annotation parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Annotation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Annotation parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Annotation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Annotation parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Annotation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Annotation parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Annotation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Annotation parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Annotation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Annotation parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Annotation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Annotation> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
public AnnotationMetadata getAnnotationMetadata()
Output only. Annotation metadata, including information like votes
for labels.
.google.cloud.datalabeling.v1beta1.AnnotationMetadata annotation_metadata = 4;
Returns
public AnnotationMetadataOrBuilder getAnnotationMetadataOrBuilder()
Output only. Annotation metadata, including information like votes
for labels.
.google.cloud.datalabeling.v1beta1.AnnotationMetadata annotation_metadata = 4;
Returns
getAnnotationSentiment()
public AnnotationSentiment getAnnotationSentiment()
Output only. Sentiment for this annotation.
.google.cloud.datalabeling.v1beta1.AnnotationSentiment annotation_sentiment = 6;
Returns
getAnnotationSentimentValue()
public int getAnnotationSentimentValue()
Output only. Sentiment for this annotation.
.google.cloud.datalabeling.v1beta1.AnnotationSentiment annotation_sentiment = 6;
Returns
Type | Description |
int | The enum numeric value on the wire for annotationSentiment.
|
getAnnotationSource()
public AnnotationSource getAnnotationSource()
Output only. The source of the annotation.
.google.cloud.datalabeling.v1beta1.AnnotationSource annotation_source = 2;
Returns
getAnnotationSourceValue()
public int getAnnotationSourceValue()
Output only. The source of the annotation.
.google.cloud.datalabeling.v1beta1.AnnotationSource annotation_source = 2;
Returns
Type | Description |
int | The enum numeric value on the wire for annotationSource.
|
getAnnotationValue()
public AnnotationValue getAnnotationValue()
Output only. This is the actual annotation value, e.g classification,
bounding box values are stored here.
.google.cloud.datalabeling.v1beta1.AnnotationValue annotation_value = 3;
Returns
getAnnotationValueOrBuilder()
public AnnotationValueOrBuilder getAnnotationValueOrBuilder()
Output only. This is the actual annotation value, e.g classification,
bounding box values are stored here.
.google.cloud.datalabeling.v1beta1.AnnotationValue annotation_value = 3;
Returns
getDefaultInstanceForType()
public Annotation getDefaultInstanceForType()
Returns
getName()
Output only. Unique name of this annotation, format is:
projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/{annotated_dataset}/examples/{example_id}/annotations/{annotation_id}
string name = 1;
Returns
Type | Description |
String | The name.
|
getNameBytes()
public ByteString getNameBytes()
Output only. Unique name of this annotation, format is:
projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/{annotated_dataset}/examples/{example_id}/annotations/{annotation_id}
string name = 1;
Returns
getParserForType()
public Parser<Annotation> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
public boolean hasAnnotationMetadata()
Output only. Annotation metadata, including information like votes
for labels.
.google.cloud.datalabeling.v1beta1.AnnotationMetadata annotation_metadata = 4;
Returns
Type | Description |
boolean | Whether the annotationMetadata field is set.
|
hasAnnotationValue()
public boolean hasAnnotationValue()
Output only. This is the actual annotation value, e.g classification,
bounding box values are stored here.
.google.cloud.datalabeling.v1beta1.AnnotationValue annotation_value = 3;
Returns
Type | Description |
boolean | Whether the annotationValue field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Annotation.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Annotation.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Annotation.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions