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 TypeMethodDescriptiongetDetections(int index) repeated .biopb.image.ScoredROI detections = 1;intrepeated .biopb.image.ScoredROI detections = 1;repeated .biopb.image.ScoredROI detections = 1;getDetectionsOrBuilder(int index) repeated .biopb.image.ScoredROI detections = 1;List<? extends ScoredROIOrBuilder>repeated .biopb.image.ScoredROI detections = 1;Methods 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
-
getDetectionsList
repeated .biopb.image.ScoredROI detections = 1; -
getDetections
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
repeated .biopb.image.ScoredROI detections = 1;
-