Class TytoTenebricosa
A recognizer for the Greater sooty owl, https://en.wikipedia.org/wiki/https://en.wikipedia.org/wiki/Greater_sooty_owl.
The greater sooty owl (Tyto tenebricosa) is a medium to large owl found in south-eastern
Australia, Montane rainforests of New Guinea and have been seen on
Flinders Island in the Bass Strait.
This recognizer has been trained on good quality calls provided by NSW DPI by Brad Law and Kristen Thompson.
Inheritance
TytoTenebricosa
Assembly: AnalysisPrograms.dll
Syntax
public class TytoTenebricosa : RecognizerBase, IEventRecognizer, IAnalyser2, ICiteable, IHasStatus
Properties
|
Improve this Doc
View Source
Author
Declaration
public override string Author { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Citations
Declaration
public IReadOnlyCollection<Citation> Citations { get; }
Property Value
|
Improve this Doc
View Source
CommonName
Declaration
public override string CommonName { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Description
Declaration
public override string Description { get; }
Property Value
Overrides
|
Improve this Doc
View Source
SpeciesName
Declaration
public override string SpeciesName { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Status
Declaration
public override Status Status { get; }
Property Value
Overrides
Methods
|
Improve this Doc
View Source
ParseConfig(FileInfo)
Declaration
public override AnalyzerConfig ParseConfig(FileInfo file)
Parameters
Returns
Overrides
|
Improve this Doc
View Source
Declaration
public override RecognizerResults Recognize(AudioRecording audioRecording, Config configuration, TimeSpan segmentStartOffset, Lazy<IndexCalculateResult[]> getSpectralIndexes, DirectoryInfo outputDirectory, int? imageWidth)
Parameters
Returns
Overrides
Implements
Extension Methods