Class SurfAnalysis.Arguments
Inheritance
SurfAnalysis.Arguments
Assembly: AnalysisPrograms.dll
Syntax
[Command("SURFAnalysis", Description = "[UNMAINTAINED] Uses SURF points of interest to classify recording segments of bird calls.")]
public class Arguments : SourceConfigOutputDirArguments
Properties
|
Improve this Doc
View Source
QueryCsvFile
Declaration
[Option(ShortName = "")]
public string QueryCsvFile { get; set; }
Property Value
|
Improve this Doc
View Source
QueryWavFile
Declaration
[Option(ShortName = "")]
public string QueryWavFile { get; set; }
Property Value
|
Improve this Doc
View Source
TargtCsvFile
Declaration
[Option(ShortName = "")]
public string TargtCsvFile { get; set; }
Property Value
|
Improve this Doc
View Source
TargtWavFile
Declaration
[Option(ShortName = "")]
public string TargtWavFile { 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