public interface OccupancyCountingPredictionResultOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCurrentTime()
public abstract Timestamp getCurrentTime()Current timestamp.
 .google.protobuf.Timestamp current_time = 1;
| Returns | |
|---|---|
| Type | Description | 
| Timestamp | The currentTime. | 
getCurrentTimeOrBuilder()
public abstract TimestampOrBuilder getCurrentTimeOrBuilder()Current timestamp.
 .google.protobuf.Timestamp current_time = 1;
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
getDwellTimeInfo(int index)
public abstract OccupancyCountingPredictionResult.DwellTimeInfo getDwellTimeInfo(int index)Dwell time related information. All the tracks that are live in a given zone with a start and end dwell time timestamp
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.DwellTimeInfo dwell_time_info = 5;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| OccupancyCountingPredictionResult.DwellTimeInfo | |
getDwellTimeInfoCount()
public abstract int getDwellTimeInfoCount()Dwell time related information. All the tracks that are live in a given zone with a start and end dwell time timestamp
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.DwellTimeInfo dwell_time_info = 5;
 
| Returns | |
|---|---|
| Type | Description | 
| int | |
getDwellTimeInfoList()
public abstract List<OccupancyCountingPredictionResult.DwellTimeInfo> getDwellTimeInfoList()Dwell time related information. All the tracks that are live in a given zone with a start and end dwell time timestamp
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.DwellTimeInfo dwell_time_info = 5;
 
| Returns | |
|---|---|
| Type | Description | 
| List<DwellTimeInfo> | |
getDwellTimeInfoOrBuilder(int index)
public abstract OccupancyCountingPredictionResult.DwellTimeInfoOrBuilder getDwellTimeInfoOrBuilder(int index)Dwell time related information. All the tracks that are live in a given zone with a start and end dwell time timestamp
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.DwellTimeInfo dwell_time_info = 5;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| OccupancyCountingPredictionResult.DwellTimeInfoOrBuilder | |
getDwellTimeInfoOrBuilderList()
public abstract List<? extends OccupancyCountingPredictionResult.DwellTimeInfoOrBuilder> getDwellTimeInfoOrBuilderList()Dwell time related information. All the tracks that are live in a given zone with a start and end dwell time timestamp
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.DwellTimeInfo dwell_time_info = 5;
 
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.visionai.v1.OccupancyCountingPredictionResult.DwellTimeInfoOrBuilder> | |
getIdentifiedBoxes(int index)
public abstract OccupancyCountingPredictionResult.IdentifiedBox getIdentifiedBoxes(int index)A list of identified boxes.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.IdentifiedBox identified_boxes = 2;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| OccupancyCountingPredictionResult.IdentifiedBox | |
getIdentifiedBoxesCount()
public abstract int getIdentifiedBoxesCount()A list of identified boxes.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.IdentifiedBox identified_boxes = 2;
 
| Returns | |
|---|---|
| Type | Description | 
| int | |
getIdentifiedBoxesList()
public abstract List<OccupancyCountingPredictionResult.IdentifiedBox> getIdentifiedBoxesList()A list of identified boxes.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.IdentifiedBox identified_boxes = 2;
 
| Returns | |
|---|---|
| Type | Description | 
| List<IdentifiedBox> | |
getIdentifiedBoxesOrBuilder(int index)
public abstract OccupancyCountingPredictionResult.IdentifiedBoxOrBuilder getIdentifiedBoxesOrBuilder(int index)A list of identified boxes.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.IdentifiedBox identified_boxes = 2;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| OccupancyCountingPredictionResult.IdentifiedBoxOrBuilder | |
getIdentifiedBoxesOrBuilderList()
public abstract List<? extends OccupancyCountingPredictionResult.IdentifiedBoxOrBuilder> getIdentifiedBoxesOrBuilderList()A list of identified boxes.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.IdentifiedBox identified_boxes = 2;
 
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.visionai.v1.OccupancyCountingPredictionResult.IdentifiedBoxOrBuilder> | |
getPts()
public abstract long getPts()The presentation timestamp of the frame.
 optional int64 pts = 6;
| Returns | |
|---|---|
| Type | Description | 
| long | The pts. | 
getStats()
public abstract OccupancyCountingPredictionResult.Stats getStats()Detection statistics.
 .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats stats = 3;
| Returns | |
|---|---|
| Type | Description | 
| OccupancyCountingPredictionResult.Stats | The stats. | 
getStatsOrBuilder()
public abstract OccupancyCountingPredictionResult.StatsOrBuilder getStatsOrBuilder()Detection statistics.
 .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats stats = 3;
| Returns | |
|---|---|
| Type | Description | 
| OccupancyCountingPredictionResult.StatsOrBuilder | |
getTrackInfo(int index)
public abstract OccupancyCountingPredictionResult.TrackInfo getTrackInfo(int index)Track related information. All the tracks that are live at this timestamp. It only exists if tracking is enabled.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.TrackInfo track_info = 4;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| OccupancyCountingPredictionResult.TrackInfo | |
getTrackInfoCount()
public abstract int getTrackInfoCount()Track related information. All the tracks that are live at this timestamp. It only exists if tracking is enabled.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.TrackInfo track_info = 4;
 
| Returns | |
|---|---|
| Type | Description | 
| int | |
getTrackInfoList()
public abstract List<OccupancyCountingPredictionResult.TrackInfo> getTrackInfoList()Track related information. All the tracks that are live at this timestamp. It only exists if tracking is enabled.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.TrackInfo track_info = 4;
 
| Returns | |
|---|---|
| Type | Description | 
| List<TrackInfo> | |
getTrackInfoOrBuilder(int index)
public abstract OccupancyCountingPredictionResult.TrackInfoOrBuilder getTrackInfoOrBuilder(int index)Track related information. All the tracks that are live at this timestamp. It only exists if tracking is enabled.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.TrackInfo track_info = 4;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| OccupancyCountingPredictionResult.TrackInfoOrBuilder | |
getTrackInfoOrBuilderList()
public abstract List<? extends OccupancyCountingPredictionResult.TrackInfoOrBuilder> getTrackInfoOrBuilderList()Track related information. All the tracks that are live at this timestamp. It only exists if tracking is enabled.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.TrackInfo track_info = 4;
 
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.visionai.v1.OccupancyCountingPredictionResult.TrackInfoOrBuilder> | |
hasCurrentTime()
public abstract boolean hasCurrentTime()Current timestamp.
 .google.protobuf.Timestamp current_time = 1;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the currentTime field is set. | 
hasPts()
public abstract boolean hasPts()The presentation timestamp of the frame.
 optional int64 pts = 6;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the pts field is set. | 
hasStats()
public abstract boolean hasStats()Detection statistics.
 .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats stats = 3;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the stats field is set. |