Class AnalysesAvailable
Inheritance
AnalysesAvailable
Assembly: AnalysisPrograms.dll
Syntax
[Command("AnalysesAvailable", Description = "Lists all IAnalyzers available for use with audio2csv or eventRecognizer")]
public class AnalysesAvailable : SubCommandBase
Methods
|
Improve this Doc
View Source
Execute(CommandLineApplication)
Writes all recognised IAnalysers to Console.
- Returns list of available analyses
Signed off: Anthony Truskinger 2016.
Declaration
public override Task<int> Execute(CommandLineApplication app)
Parameters
Type |
Name |
Description |
McMaster.Extensions.CommandLineUtils.CommandLineApplication |
app |
|
Returns
Overrides
Extension Methods