Class NinoxConnivens
A recognizer for the Barking Owl, https://en.wikipedia.org/wiki/Barking_owl.
The barking owl (Ninox connivens), also known as the winking owl, is a nocturnal bird species native to mainland Australia
and partsof Papua New Guinea and the Moluccas. They are a medium-sized brown owl and have a characteristic voice with
calls ranging from a barking dog noise to a shrill human-like howl of great intensity.
This recognizer has been trained on good quality calls provided by NSW DPI by Brad Law and Kristen Thompson.
Inheritance
NinoxConnivens
Assembly: AnalysisPrograms.dll
Syntax
public class NinoxConnivens : 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