Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class AccumulatedObjectCount.
The object info and accumulated count for annotations from occupancy counting operator.
Generated from protobuf message google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount
Namespace
Google \ Cloud \ VisionAI \ V1 \ OccupancyCountingPredictionResult \ StatsMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ start_time |
Google\Protobuf\Timestamp
The start time of the accumulated count. |
↳ object_count |
ObjectCount
The object count for the accumulated count. |
getStartTime
The start time of the accumulated count.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasStartTime
clearStartTime
setStartTime
The start time of the accumulated count.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getObjectCount
The object count for the accumulated count.
| Returns | |
|---|---|
| Type | Description |
ObjectCount|null |
|
hasObjectCount
clearObjectCount
setObjectCount
The object count for the accumulated count.
| Parameter | |
|---|---|
| Name | Description |
var |
ObjectCount
|
| Returns | |
|---|---|
| Type | Description |
$this |
|