Interface OccupancyCountingPredictionResult.EntityOrBuilder (0.2.0)

public static interface OccupancyCountingPredictionResult.EntityOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLabelId()

public abstract long getLabelId()

Label id.

int64 label_id = 1;

Returns
Type Description
long

The labelId.

getLabelString()

public abstract String getLabelString()

Human readable string of the label.

string label_string = 2;

Returns
Type Description
String

The labelString.

getLabelStringBytes()

public abstract ByteString getLabelStringBytes()

Human readable string of the label.

string label_string = 2;

Returns
Type Description
ByteString

The bytes for labelString.