Module: Google::Cloud::VisionAI::V1::Event::Clock

Defined in:
proto_docs/google/cloud/visionai/v1/streams_resources.rb

Overview

Clock that will be used for joining streams.

Constant Summary collapse

CLOCK_UNSPECIFIED =

Clock is not specified.

0
CAPTURE =

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

1
INGEST =

Use the timestamp when the data is received.

2