public static interface ErrorAnalysisAnnotation.AttributedItemOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAnnotationResourceName()
public abstract String getAnnotationResourceName()
The unique ID for each annotation. Used by FE to allocate the annotation in DB.
string annotation_resource_name = 1;
Returns | |
---|---|
Type | Description |
String |
The annotationResourceName. |
getAnnotationResourceNameBytes()
public abstract ByteString getAnnotationResourceNameBytes()
The unique ID for each annotation. Used by FE to allocate the annotation in DB.
string annotation_resource_name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for annotationResourceName. |
getDistance()
public abstract double getDistance()
The distance of this item to the annotation.
double distance = 2;
Returns | |
---|---|
Type | Description |
double |
The distance. |