Interface StreamingLabelDetectionConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getStationaryCamera()
      Whether the video has been captured from a stationary (i.e.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getStationaryCamera

        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:
        The stationaryCamera.