Package biopb.image

Interface DetectionResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DetectionResponse, DetectionResponse.Builder

public interface DetectionResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getDetections(int index)
    repeated .biopb.image.ScoredROI detections = 1;
    int
    repeated .biopb.image.ScoredROI detections = 1;
    repeated .biopb.image.ScoredROI detections = 1;
    repeated .biopb.image.ScoredROI detections = 1;
    repeated .biopb.image.ScoredROI detections = 1;

    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

    • getDetectionsList

      List<ScoredROI> getDetectionsList()
      repeated .biopb.image.ScoredROI detections = 1;
    • getDetections

      ScoredROI getDetections(int index)
      repeated .biopb.image.ScoredROI detections = 1;
    • getDetectionsCount

      int getDetectionsCount()
      repeated .biopb.image.ScoredROI detections = 1;
    • getDetectionsOrBuilderList

      List<? extends ScoredROIOrBuilder> getDetectionsOrBuilderList()
      repeated .biopb.image.ScoredROI detections = 1;
    • getDetectionsOrBuilder

      ScoredROIOrBuilder getDetectionsOrBuilder(int index)
      repeated .biopb.image.ScoredROI detections = 1;