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

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

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

RUN_MODE_UNSPECIFIED

Value: 0

Mode is unspecified.

Generated from protobuf enum RUN_MODE_UNSPECIFIED = 0;

LIVE

Value: 1

Live 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: 2

Submission 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;