Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class Clock.
Clock that will be used for joining streams.
Protobuf type google.cloud.visionai.v1.Event.Clock
Namespace
Google \ Cloud \ VisionAI \ V1 \ EventMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CLOCK_UNSPECIFIED
Value: 0Clock is not specified.
Generated from protobuf enum CLOCK_UNSPECIFIED = 0;
CAPTURE
Value: 1Use the timestamp when the data is captured. Clients need to sync the clock.
Generated from protobuf enum CAPTURE = 1;
INGEST
Value: 2Use the timestamp when the data is received.
Generated from protobuf enum INGEST = 2;