Google Cloud Vision Ai V1 Client - Class Clock (0.1.0)

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 \ Event

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CLOCK_UNSPECIFIED

Value: 0

Clock is not specified.

Generated from protobuf enum CLOCK_UNSPECIFIED = 0;

CAPTURE

Value: 1

Use the timestamp when the data is captured. Clients need to sync the clock.

Generated from protobuf enum CAPTURE = 1;

INGEST

Value: 2

Use the timestamp when the data is received.

Generated from protobuf enum INGEST = 2;