Interface RawImageDescriptorOrBuilder (0.2.0)

public interface RawImageDescriptorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFormat()

public abstract String getFormat()

Raw image format. Its possible values are: "srgb".

string format = 1;

Returns
Type Description
String

The format.

getFormatBytes()

public abstract ByteString getFormatBytes()

Raw image format. Its possible values are: "srgb".

string format = 1;

Returns
Type Description
ByteString

The bytes for format.

getHeight()

public abstract int getHeight()

The height of the image.

int32 height = 2;

Returns
Type Description
int

The height.

getWidth()

public abstract int getWidth()

The width of the image.

int32 width = 3;

Returns
Type Description
int

The width.