Package biopb.image
Interface ImageAnnotationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImageAnnotation,ImageAnnotation.Builder
public interface ImageAnnotationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionadditional text annotationcom.google.protobuf.ByteStringadditional text annotationfloatgetPixelsSizes(int index) physical size of a pixel.intphysical size of a pixel.physical size of a pixel.getRois(int index) a list of region of interestinta list of region of interesta list of region of interestgetRoisOrBuilder(int index) a list of region of interestList<? extends ROIOrBuilder>a list of region of interestMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getRoisList
a list of region of interest
repeated .biopb.image.ROI rois = 1; -
getRois
a list of region of interest
repeated .biopb.image.ROI rois = 1; -
getRoisCount
int getRoisCount()a list of region of interest
repeated .biopb.image.ROI rois = 1; -
getRoisOrBuilderList
List<? extends ROIOrBuilder> getRoisOrBuilderList()a list of region of interest
repeated .biopb.image.ROI rois = 1; -
getRoisOrBuilder
a list of region of interest
repeated .biopb.image.ROI rois = 1; -
getAnnotation
String getAnnotation()additional text annotation
string annotation = 2;- Returns:
- The annotation.
-
getAnnotationBytes
com.google.protobuf.ByteString getAnnotationBytes()additional text annotation
string annotation = 2;- Returns:
- The bytes for annotation.
-
getPixelsSizesList
physical size of a pixel.
repeated float pixels_sizes = 4;- Returns:
- A list containing the pixelsSizes.
-
getPixelsSizesCount
int getPixelsSizesCount()physical size of a pixel.
repeated float pixels_sizes = 4;- Returns:
- The count of pixelsSizes.
-
getPixelsSizes
float getPixelsSizes(int index) physical size of a pixel.
repeated float pixels_sizes = 4;- Parameters:
index- The index of the element to return.- Returns:
- The pixelsSizes at the given index.
-