Class ManyDetectedObjects

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String batchId()
      Return the batch id for this batch output.
      void setBatchId​(java.lang.String batchId)
      Set the batch id for the batch output.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ManyDetectedObjects

        public ManyDetectedObjects()
    • Method Detail

      • setBatchId

        public void setBatchId​(java.lang.String batchId)
        Description copied from interface: BatchOutput
        Set the batch id for the batch output. This batch id is used during retraining.
        Specified by:
        setBatchId in interface BatchOutput
        Parameters:
        batchId - the batch id for the batch output
      • batchId

        public java.lang.String batchId()
        Description copied from interface: BatchOutput
        Return the batch id for this batch output. The batch id used for retraining.
        Specified by:
        batchId in interface BatchOutput
        Returns:
        batch id