Class MainArgs
Assembly: AnalysisPrograms.dll
Syntax
[Command("AnalysisPrograms.exe", AllowArgumentSeparator = true, Description = "QUT Ecoacoustics Analysis Programs", UnrecognizedArgumentHandling = UnrecognizedArgumentHandling.Throw)]
[HelpOption(Inherited = true, ShowInHelpText = true)]
[VersionOption("21.7.0.4", Template = "--version")]
[Subcommand(new Type[]{typeof(HelpArgs), typeof(ListArgs), typeof(AnalysesAvailable), typeof(CheckEnvironment.Arguments), typeof(AnalyseLongRecording.Arguments), typeof(Audio2Sonogram.Arguments), typeof(Create4Sonograms.Arguments), typeof(DrawSummaryIndexTracks.Arguments), typeof(EventStatisticsEntry.Arguments), typeof(RecognizerEntry.Arguments), typeof(AudioCutter.Arguments), typeof(AudioFileCheck.Arguments), typeof(Aed.Arguments), typeof(ConcatenateIndexFiles.Arguments), typeof(DrawLongDurationSpectrograms.Arguments), typeof(DrawZoomingSpectrograms.Arguments), typeof(RibbonPlot.Arguments), typeof(DrawEasyImage.Arguments), typeof(BuildModel.Arguments), typeof(Audio2InputForConvCnn.Arguments), typeof(DifferenceSpectrogram.Arguments), typeof(EPR.Arguments), typeof(GroundParrotRecogniser.Arguments), typeof(LSKiwi3.Arguments), typeof(LSKiwiROC.Arguments), typeof(SnrAnalysis.Arguments), typeof(OscillationsGeneric.Arguments), typeof(Segment.Arguments), typeof(SurfAnalysis.Arguments), typeof(SpeciesAccumulationCurve.Arguments), typeof(SPT.Arguments), typeof(DummyAnalysis.Arguments), typeof(FileRenamer.Arguments), typeof(Sandpit.Arguments), typeof(MahnooshSandpit.Arguments)})]
public class MainArgs
Constructors
|
Improve this Doc
View Source
MainArgs()
Declaration
Properties
|
Improve this Doc
View Source
Debug
Declaration
[Option(Description = "Do not show the debug prompt AND automatically attach a debugger. Has no effect in RELEASE builds", Inherited = true, ShortName = "D")]
public bool Debug { get; set; }
Property Value
|
Improve this Doc
View Source
DebugOption
Declaration
public DebugOptions DebugOption { get; set; }
Property Value
|
Improve this Doc
View Source
LogLevel
Declaration
[Option(Description = "Set the log verbosity level. Valid values: None = 0, Error = 1, Warn = 2, Info = 3, Debug = 4, Trace = 5, Verbose = 6, All = 7", Inherited = true, ShortName = null)]
public LogVerbosity LogLevel { get; set; }
Property Value
|
Improve this Doc
View Source
NoDebug
Declaration
[Option(Description = "Do not show the debug prompt and do not attach a debugger. Has no effect in RELEASE builds", Inherited = true, ShortName = "n")]
public bool NoDebug { get; set; }
Property Value
|
Improve this Doc
View Source
QuietConsole
Declaration
[Option("--quiet", Inherited = true, Description = "Reduce console logging to WARN and ERROR. Full logs still logged in file.")]
public bool QuietConsole { get; set; }
Property Value
|
Improve this Doc
View Source
Verbose
Declaration
[Option("-v", Inherited = true, Description = "Set the logging to be verbose. Equivalent to LogLevel = Debug = 4")]
public bool Verbose { get; set; }
Property Value
|
Improve this Doc
View Source
VVerbose
Declaration
[Option("-vv", Inherited = true, Description = "Set the logging to very verbose. Equivalent to LogLevel = Trace = 5")]
public bool VVerbose { get; set; }
Property Value
|
Improve this Doc
View Source
VVVerbose
Declaration
[Option("-vvv", Inherited = true, Description = "Set the logging to very very verbose. Equivalent to LogLevel = ALL = 7")]
public bool VVVerbose { get; set; }
Property Value
Extension Methods