Class ManorinaMelanophrys
A recognizer for the Bell miner, https://en.wikipedia.org/wiki/Bell_miner.
The bell miner (Manorina melanophrys), commonly known as the bellbird, is a colonial honeyeater, endemic to southeastern Australia.
The common name refers to their bell-like call. 'Miner' is an old alternative spelling of 'myna', and is shared with other members of the genus Manorina.
This recognizer has been trained on good quality calls provided by NSW DPI by Brad Law and Kristen Thompson.
Inheritance
ManorinaMelanophrys
Assembly: AnalysisPrograms.dll
Syntax
public class ManorinaMelanophrys : 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