Class PetaurusBreviceps
A recognizer for the Sugar glider, https://en.wikipedia.org/wiki/Sugar_glider.
The sugar glider (Petaurus breviceps) is a small, omnivorous, arboreal,
and nocturnal gliding possum belonging to the marsupial infraclass.
The common name refers to its predilection for sugary foods such as sap
and nectar and its ability to glide through the air, much like a flying squirrel.
This recognizer has been trained on good quality calls provided by NSW DPI by Brad Law and Kristen Thompson.
Inheritance
PetaurusBreviceps
Assembly: AnalysisPrograms.dll
Syntax
public class PetaurusBreviceps : 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