Package biopb.image
Interface ProcessResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProcessResponse,ProcessResponse.Builder
public interface ProcessResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAdditional information the server may return as a text stringcom.google.protobuf.ByteStringAdditional information the server may return as a text stringOutput image after processingOutput image after processingbooleanOutput image after processingMethods 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
-
hasImageData
boolean hasImageData()Output image after processing
.biopb.image.ImageData image_data = 1;- Returns:
- Whether the imageData field is set.
-
getImageData
ImageData getImageData()Output image after processing
.biopb.image.ImageData image_data = 1;- Returns:
- The imageData.
-
getImageDataOrBuilder
ImageDataOrBuilder getImageDataOrBuilder()Output image after processing
.biopb.image.ImageData image_data = 1; -
getAnnotation
String getAnnotation()Additional information the server may return as a text string
string annotation = 2;- Returns:
- The annotation.
-
getAnnotationBytes
com.google.protobuf.ByteString getAnnotationBytes()Additional information the server may return as a text string
string annotation = 2;- Returns:
- The bytes for annotation.
-