Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class RunMode.
RunMode represents the mode to launch the Process on.
Protobuf type google.cloud.visionai.v1.RunMode
Namespace
Google \ Cloud \ VisionAI \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
RUN_MODE_UNSPECIFIED
Value: 0Mode is unspecified.
Generated from protobuf enum RUN_MODE_UNSPECIFIED = 0;
LIVE
Value: 1Live mode. Meaning the Process is launched to handle live video source, and possible packet drops are expected.
Generated from protobuf enum LIVE = 1;
SUBMISSION
Value: 2Submission mode. Meaning the Process is launched to handle bounded video files, with no packet drop. Completion status is tracked.
Generated from protobuf enum SUBMISSION = 2;