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 Type
    Method
    Description
    additional text annotation
    com.google.protobuf.ByteString
    additional text annotation
    float
    getPixelsSizes(int index)
    physical size of a pixel.
    int
    physical size of a pixel.
    physical size of a pixel.
    getRois(int index)
    a list of region of interest
    int
    a list of region of interest
    a list of region of interest
    getRoisOrBuilder(int index)
    a list of region of interest
    List<? extends ROIOrBuilder>
    a list of region of interest

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getRoisList

      List<ROI> getRoisList()
       a list of region of interest
       
      repeated .biopb.image.ROI rois = 1;
    • getRois

      ROI getRois(int index)
       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

      ROIOrBuilder getRoisOrBuilder(int index)
       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

      List<Float> 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.