Uses of Class
biopb.image.ImageAnnotation.Builder
Packages that use ImageAnnotation.Builder
-
Uses of ImageAnnotation.Builder in biopb.image
Methods in biopb.image that return ImageAnnotation.BuilderModifier and TypeMethodDescriptionImageAnnotation.Builder.addAllPixelsSizes(Iterable<? extends Float> values) physical size of a pixel.ImageAnnotation.Builder.addAllRois(Iterable<? extends ROI> values) a list of region of interestImageAnnotation.Builder.addPixelsSizes(float value) physical size of a pixel.ImageAnnotation.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) a list of region of interestImageAnnotation.Builder.addRois(int index, ROI.Builder builderForValue) a list of region of interesta list of region of interestImageAnnotation.Builder.addRois(ROI.Builder builderForValue) a list of region of interestImageAnnotation.Builder.clear()ImageAnnotation.Builder.clearAnnotation()additional text annotationImageAnnotation.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ImageAnnotation.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ImageAnnotation.Builder.clearPixelsSizes()physical size of a pixel.ImageAnnotation.Builder.clearRois()a list of region of interestImageAnnotation.Builder.clone()ImageData.Builder.getImageAnnotationBuilder()Optional additional information regarding the image that will be utilized by the RPC call.ImageAnnotation.Builder.mergeFrom(ImageAnnotation other) ImageAnnotation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ImageAnnotation.Builder.mergeFrom(com.google.protobuf.Message other) final ImageAnnotation.BuilderImageAnnotation.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static ImageAnnotation.BuilderImageAnnotation.newBuilder()static ImageAnnotation.BuilderImageAnnotation.newBuilder(ImageAnnotation prototype) ImageAnnotation.newBuilderForType()protected ImageAnnotation.BuilderImageAnnotation.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ImageAnnotation.Builder.removeRois(int index) a list of region of interestImageAnnotation.Builder.setAnnotation(String value) additional text annotationImageAnnotation.Builder.setAnnotationBytes(com.google.protobuf.ByteString value) additional text annotationImageAnnotation.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ImageAnnotation.Builder.setPixelsSizes(int index, float value) physical size of a pixel.ImageAnnotation.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) a list of region of interestImageAnnotation.Builder.setRois(int index, ROI.Builder builderForValue) a list of region of interestfinal ImageAnnotation.BuilderImageAnnotation.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ImageAnnotation.toBuilder()Methods in biopb.image with parameters of type ImageAnnotation.BuilderModifier and TypeMethodDescriptionImageData.Builder.setImageAnnotation(ImageAnnotation.Builder builderForValue) Optional additional information regarding the image that will be utilized by the RPC call.