Example #1
0
 public CaptionCommand(NeuralNetworksAggregator aggregator, TextWriter writer)
     : base("caption", "caption <filePath>      # get caption by photo")
 {
     this.aggregator = aggregator;
     this.writer     = writer;
 }
Example #2
0
 public CatCommand(NeuralNetworksAggregator aggregator, TextWriter writer)
     : base("cat", "cat <directoryPath>      # downloads cat")
 {
     this.aggregator = aggregator;
     this.writer     = writer;
 }