Interface OccupancyCountingPredictionResult.Stats.AccumulatedObjectCountOrBuilder (0.2.0)

public static interface OccupancyCountingPredictionResult.Stats.AccumulatedObjectCountOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getObjectCount()

public abstract OccupancyCountingPredictionResult.Stats.ObjectCount getObjectCount()

The object count for the accumulated count.

.google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount object_count = 2;

Returns
Type Description
OccupancyCountingPredictionResult.Stats.ObjectCount

The objectCount.

getObjectCountOrBuilder()

public abstract OccupancyCountingPredictionResult.Stats.ObjectCountOrBuilder getObjectCountOrBuilder()

The object count for the accumulated count.

.google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount object_count = 2;

Returns
Type Description
OccupancyCountingPredictionResult.Stats.ObjectCountOrBuilder

getStartTime()

public abstract Timestamp getStartTime()

The start time of the accumulated count.

.google.protobuf.Timestamp start_time = 1;

Returns
Type Description
Timestamp

The startTime.

getStartTimeOrBuilder()

public abstract TimestampOrBuilder getStartTimeOrBuilder()

The start time of the accumulated count.

.google.protobuf.Timestamp start_time = 1;

Returns
Type Description
TimestampOrBuilder

hasObjectCount()

public abstract boolean hasObjectCount()

The object count for the accumulated count.

.google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount object_count = 2;

Returns
Type Description
boolean

Whether the objectCount field is set.

hasStartTime()

public abstract boolean hasStartTime()

The start time of the accumulated count.

.google.protobuf.Timestamp start_time = 1;

Returns
Type Description
boolean

Whether the startTime field is set.