Interface StreamingLabelDetectionConfigOrBuilder (2.2.10)

public interface StreamingLabelDetectionConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getStationaryCamera()

public abstract boolean getStationaryCamera()

Whether the video has been captured from a stationary (i.e. non-moving) camera. When set to true, might improve detection accuracy for moving objects. Default: false.

bool stationary_camera = 1;

Returns
TypeDescription
boolean

The stationaryCamera.