Vision AI V1 API - Module Google::Cloud::VisionAI::V1::RunMode (v1.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Vision AI V1 API module Google::Cloud::VisionAI::V1::RunMode.
RunMode represents the mode to launch the Process on.
Constants
RUN_MODE_UNSPECIFIED
value: 0 Mode is unspecified.
LIVE
value: 1 Live mode. Meaning the Process is launched to handle live video
source, and possible packet drops are expected.
SUBMISSION
value: 2 Submission mode. Meaning the Process is launched to handle bounded video
files, with no packet drop. Completion status is tracked.