Enum RunMode (0.2.0)

public enum RunMode extends Enum<RunMode> implements ProtocolMessageEnum

RunMode represents the mode to launch the Process on.

Protobuf enum google.cloud.visionai.v1.RunMode

Implements

ProtocolMessageEnum

Static Fields

Name Description
LIVE

Live mode. Meaning the Process is launched to handle live video source, and possible packet drops are expected.

LIVE = 1;

LIVE_VALUE

Live mode. Meaning the Process is launched to handle live video source, and possible packet drops are expected.

LIVE = 1;

RUN_MODE_UNSPECIFIED

Mode is unspecified.

RUN_MODE_UNSPECIFIED = 0;

RUN_MODE_UNSPECIFIED_VALUE

Mode is unspecified.

RUN_MODE_UNSPECIFIED = 0;

SUBMISSION

Submission mode. Meaning the Process is launched to handle bounded video files, with no packet drop. Completion status is tracked.

SUBMISSION = 2;

SUBMISSION_VALUE

Submission mode. Meaning the Process is launched to handle bounded video files, with no packet drop. Completion status is tracked.

SUBMISSION = 2;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()