public static interface OccupancyCountingPredictionResult.Stats.ObjectCountOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCount()
public abstract int getCount()
Count of the object.
int32 count = 2;
Returns | |
---|---|
Type | Description |
int |
The count. |
getEntity()
public abstract OccupancyCountingPredictionResult.Entity getEntity()
Entity of this object.
.google.cloud.visionai.v1.OccupancyCountingPredictionResult.Entity entity = 1;
Returns | |
---|---|
Type | Description |
OccupancyCountingPredictionResult.Entity |
The entity. |
getEntityOrBuilder()
public abstract OccupancyCountingPredictionResult.EntityOrBuilder getEntityOrBuilder()
Entity of this object.
.google.cloud.visionai.v1.OccupancyCountingPredictionResult.Entity entity = 1;
Returns | |
---|---|
Type | Description |
OccupancyCountingPredictionResult.EntityOrBuilder |
hasEntity()
public abstract boolean hasEntity()
Entity of this object.
.google.cloud.visionai.v1.OccupancyCountingPredictionResult.Entity entity = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the entity field is set. |