public interface InputImageOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getImageBytes()
public abstract ByteString getImageBytes()
Raw image bytes.
bytes image_bytes = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The imageBytes. |
getImageCase()
public abstract InputImage.ImageCase getImageCase()
Returns | |
---|---|
Type | Description |
InputImage.ImageCase |
getImageUri()
public abstract String getImageUri()
Public uri of the image.
string image_uri = 1;
Returns | |
---|---|
Type | Description |
String |
The imageUri. |
getImageUriBytes()
public abstract ByteString getImageUriBytes()
Public uri of the image.
string image_uri = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for imageUri. |
hasImageBytes()
public abstract boolean hasImageBytes()
Raw image bytes.
bytes image_bytes = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the imageBytes field is set. |
hasImageUri()
public abstract boolean hasImageUri()
Public uri of the image.
string image_uri = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the imageUri field is set. |