public static interface OccupancyCountingPredictionResult.Stats.ActiveZoneCountOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAnnotation()
public abstract StreamAnnotation getAnnotation()Active zone annotation from the user.
 .google.cloud.visionai.v1.StreamAnnotation annotation = 1;
| Returns | |
|---|---|
| Type | Description | 
StreamAnnotation | 
        The annotation.  | 
      
getAnnotationOrBuilder()
public abstract StreamAnnotationOrBuilder getAnnotationOrBuilder()Active zone annotation from the user.
 .google.cloud.visionai.v1.StreamAnnotation annotation = 1;
| Returns | |
|---|---|
| Type | Description | 
StreamAnnotationOrBuilder | 
        |
getCounts(int index)
public abstract OccupancyCountingPredictionResult.Stats.ObjectCount getCounts(int index)Counts in the zone.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount counts = 2;
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
OccupancyCountingPredictionResult.Stats.ObjectCount | 
        |
getCountsCount()
public abstract int getCountsCount()Counts in the zone.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount counts = 2;
 
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getCountsList()
public abstract List<OccupancyCountingPredictionResult.Stats.ObjectCount> getCountsList()Counts in the zone.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount counts = 2;
 
| Returns | |
|---|---|
| Type | Description | 
List<ObjectCount> | 
        |
getCountsOrBuilder(int index)
public abstract OccupancyCountingPredictionResult.Stats.ObjectCountOrBuilder getCountsOrBuilder(int index)Counts in the zone.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount counts = 2;
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
OccupancyCountingPredictionResult.Stats.ObjectCountOrBuilder | 
        |
getCountsOrBuilderList()
public abstract List<? extends OccupancyCountingPredictionResult.Stats.ObjectCountOrBuilder> getCountsOrBuilderList()Counts in the zone.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount counts = 2;
 
| Returns | |
|---|---|
| Type | Description | 
List<? extends com.google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCountOrBuilder> | 
        |
hasAnnotation()
public abstract boolean hasAnnotation()Active zone annotation from the user.
 .google.cloud.visionai.v1.StreamAnnotation annotation = 1;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the annotation field is set.  |