Interface GenerateGroundedContentResponse.Candidate.GroundingMetadata.ImageMetadata.ImageOrBuilder (0.58.0)

public static interface GenerateGroundedContentResponse.Candidate.GroundingMetadata.ImageMetadata.ImageOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHeight()

public abstract int getHeight()

The height of the image in pixels.

int32 height = 3;

Returns
Type Description
int

The height.

getUri()

public abstract String getUri()

The url of the image.

string uri = 1;

Returns
Type Description
String

The uri.

getUriBytes()

public abstract ByteString getUriBytes()

The url of the image.

string uri = 1;

Returns
Type Description
ByteString

The bytes for uri.

getWidth()

public abstract int getWidth()

The width of the image in pixels.

int32 width = 2;

Returns
Type Description
int

The width.