Interface OccupancyCountingPredictionResult.TrackInfoOrBuilder (0.2.0)

public static interface OccupancyCountingPredictionResult.TrackInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getStartTime()

public abstract Timestamp getStartTime()

Start timestamp of this track.

.google.protobuf.Timestamp start_time = 2;

Returns
Type Description
Timestamp

The startTime.

getStartTimeOrBuilder()

public abstract TimestampOrBuilder getStartTimeOrBuilder()

Start timestamp of this track.

.google.protobuf.Timestamp start_time = 2;

Returns
Type Description
TimestampOrBuilder

getTrackId()

public abstract String getTrackId()

An unique id to identify a track. It should be consistent across frames.

string track_id = 1;

Returns
Type Description
String

The trackId.

getTrackIdBytes()

public abstract ByteString getTrackIdBytes()

An unique id to identify a track. It should be consistent across frames.

string track_id = 1;

Returns
Type Description
ByteString

The bytes for trackId.

hasStartTime()

public abstract boolean hasStartTime()

Start timestamp of this track.

.google.protobuf.Timestamp start_time = 2;

Returns
Type Description
boolean

Whether the startTime field is set.