Class RecognizerEntry.Arguments
Inheritance
RecognizerEntry.Arguments
Assembly: AnalysisPrograms.dll
Syntax
[Command("EventRecognizer", Description = "The entry point for all species or event recognizers. Only to be used on short recordings (< 2 mins) that exactly match the code assumptions (e.g. correct format, channels, sample rate).This recognizer runs any IEventRecognizer. The recognizer runfollows the same rules as audio2csv")]
public class Arguments : SourceConfigOutputDirArguments
Properties
|
Improve this Doc
View Source
AnalysisIdentifier
Declaration
[Option(Description = "Sets the name of the analysis to run. If not set, analysis identifer is parsed from the config file name.")]
public string AnalysisIdentifier { 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