Uses of Class
biopb.image.ScoredROI
Packages that use ScoredROI
-
Uses of ScoredROI in biopb.image
Methods in biopb.image that return ScoredROIModifier and TypeMethodDescriptionScoredROI.Builder.build()ScoredROI.Builder.buildPartial()static ScoredROIScoredROI.getDefaultInstance()ScoredROI.Builder.getDefaultInstanceForType()ScoredROI.getDefaultInstanceForType()DetectionResponse.Builder.getDetections(int index) repeated .biopb.image.ScoredROI detections = 1;DetectionResponse.getDetections(int index) repeated .biopb.image.ScoredROI detections = 1;DetectionResponseOrBuilder.getDetections(int index) repeated .biopb.image.ScoredROI detections = 1;static ScoredROIScoredROI.parseDelimitedFrom(InputStream input) static ScoredROIScoredROI.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ScoredROIScoredROI.parseFrom(byte[] data) static ScoredROIScoredROI.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ScoredROIScoredROI.parseFrom(com.google.protobuf.ByteString data) static ScoredROIScoredROI.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ScoredROIScoredROI.parseFrom(com.google.protobuf.CodedInputStream input) static ScoredROIScoredROI.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ScoredROIScoredROI.parseFrom(InputStream input) static ScoredROIScoredROI.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ScoredROIScoredROI.parseFrom(ByteBuffer data) static ScoredROIScoredROI.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in biopb.image that return types with arguments of type ScoredROIModifier and TypeMethodDescriptionDetectionResponse.Builder.getDetectionsList()repeated .biopb.image.ScoredROI detections = 1;DetectionResponse.getDetectionsList()repeated .biopb.image.ScoredROI detections = 1;DetectionResponseOrBuilder.getDetectionsList()repeated .biopb.image.ScoredROI detections = 1;com.google.protobuf.Parser<ScoredROI>ScoredROI.getParserForType()static com.google.protobuf.Parser<ScoredROI>ScoredROI.parser()Methods in biopb.image with parameters of type ScoredROIModifier and TypeMethodDescriptionDetectionResponse.Builder.addDetections(int index, ScoredROI value) repeated .biopb.image.ScoredROI detections = 1;DetectionResponse.Builder.addDetections(ScoredROI value) repeated .biopb.image.ScoredROI detections = 1;static ScoredROI.BuilderScoredROI.newBuilder(ScoredROI prototype) DetectionResponse.Builder.setDetections(int index, ScoredROI value) repeated .biopb.image.ScoredROI detections = 1;Method parameters in biopb.image with type arguments of type ScoredROIModifier and TypeMethodDescriptionDetectionResponse.Builder.addAllDetections(Iterable<? extends ScoredROI> values) repeated .biopb.image.ScoredROI detections = 1;