Class Create4Sonograms.Arguments
Inheritance
Create4Sonograms.Arguments
Assembly: AnalysisPrograms.dll
Syntax
[Command("DrawSpectrograms", Description = "[BETA] Creates a set of four standard-scale spectrograms derived using different algorithms. For short recordings only.")]
public class Arguments : SourceAndConfigArguments
Properties
|
Improve this Doc
View Source
Output
Declaration
[Option(Description = "A file path to write output to")]
[NotExistingFile]
[Required]
[LegalFilePath]
public string Output { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Execute(CommandLineApplication)
Declaration
public override Task<int> Execute(CommandLineApplication app)
Parameters
Type |
Name |
Description |
McMaster.Extensions.CommandLineUtils.CommandLineApplication |
app |
|
Returns
Overrides
Extension Methods