Class AnalysesAvailable
Inherited Members
Namespace: AnalysisPrograms
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 SourceExecute(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 |
---|---|---|
Mc |
app |