public static interface OccupancyCountingPredictionResult.StatsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getActiveZoneCounts(int index)
public abstract OccupancyCountingPredictionResult.Stats.ActiveZoneCount getActiveZoneCounts(int index)Active zone counts.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| OccupancyCountingPredictionResult.Stats.ActiveZoneCount | |
getActiveZoneCountsCount()
public abstract int getActiveZoneCountsCount()Active zone counts.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;
 
| Returns | |
|---|---|
| Type | Description | 
| int | |
getActiveZoneCountsList()
public abstract List<OccupancyCountingPredictionResult.Stats.ActiveZoneCount> getActiveZoneCountsList()Active zone counts.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;
 
| Returns | |
|---|---|
| Type | Description | 
| List<ActiveZoneCount> | |
getActiveZoneCountsOrBuilder(int index)
public abstract OccupancyCountingPredictionResult.Stats.ActiveZoneCountOrBuilder getActiveZoneCountsOrBuilder(int index)Active zone counts.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| OccupancyCountingPredictionResult.Stats.ActiveZoneCountOrBuilder | |
getActiveZoneCountsOrBuilderList()
public abstract List<? extends OccupancyCountingPredictionResult.Stats.ActiveZoneCountOrBuilder> getActiveZoneCountsOrBuilderList()Active zone counts.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;
 
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCountOrBuilder> | |
getCrossingLineCounts(int index)
public abstract OccupancyCountingPredictionResult.Stats.CrossingLineCount getCrossingLineCounts(int index)Crossing line counts.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| OccupancyCountingPredictionResult.Stats.CrossingLineCount | |
getCrossingLineCountsCount()
public abstract int getCrossingLineCountsCount()Crossing line counts.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;
 
| Returns | |
|---|---|
| Type | Description | 
| int | |
getCrossingLineCountsList()
public abstract List<OccupancyCountingPredictionResult.Stats.CrossingLineCount> getCrossingLineCountsList()Crossing line counts.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;
 
| Returns | |
|---|---|
| Type | Description | 
| List<CrossingLineCount> | |
getCrossingLineCountsOrBuilder(int index)
public abstract OccupancyCountingPredictionResult.Stats.CrossingLineCountOrBuilder getCrossingLineCountsOrBuilder(int index)Crossing line counts.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| OccupancyCountingPredictionResult.Stats.CrossingLineCountOrBuilder | |
getCrossingLineCountsOrBuilderList()
public abstract List<? extends OccupancyCountingPredictionResult.Stats.CrossingLineCountOrBuilder> getCrossingLineCountsOrBuilderList()Crossing line counts.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;
 
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCountOrBuilder> | |
getFullFrameCount(int index)
public abstract OccupancyCountingPredictionResult.Stats.ObjectCount getFullFrameCount(int index)Counts of the full frame.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| OccupancyCountingPredictionResult.Stats.ObjectCount | |
getFullFrameCountCount()
public abstract int getFullFrameCountCount()Counts of the full frame.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;
 
| Returns | |
|---|---|
| Type | Description | 
| int | |
getFullFrameCountList()
public abstract List<OccupancyCountingPredictionResult.Stats.ObjectCount> getFullFrameCountList()Counts of the full frame.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;
 
| Returns | |
|---|---|
| Type | Description | 
| List<ObjectCount> | |
getFullFrameCountOrBuilder(int index)
public abstract OccupancyCountingPredictionResult.Stats.ObjectCountOrBuilder getFullFrameCountOrBuilder(int index)Counts of the full frame.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| OccupancyCountingPredictionResult.Stats.ObjectCountOrBuilder | |
getFullFrameCountOrBuilderList()
public abstract List<? extends OccupancyCountingPredictionResult.Stats.ObjectCountOrBuilder> getFullFrameCountOrBuilderList()Counts of the full frame.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;
 
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCountOrBuilder> | |