Class RecognizerResults
Inheritance
RecognizerResults
Assembly: AnalysisPrograms.dll
Syntax
public class RecognizerResults
Constructors
|
Improve this Doc
View Source
RecognizerResults()
Declaration
public RecognizerResults()
Properties
|
Improve this Doc
View Source
Events
Declaration
public List<AcousticEvent> Events { get; set; }
Property Value
|
Improve this Doc
View Source
Hits
Declaration
public double[, ] Hits { get; set; }
Property Value
|
Improve this Doc
View Source
NewEvents
Declaration
public List<EventCommon> NewEvents { get; set; }
Property Value
|
Improve this Doc
View Source
Plots
Gets or sets a list of plots.
Used by the multi recognizer.
Declaration
public List<Plot> Plots { get; set; }
Property Value
|
Improve this Doc
View Source
ScoreTrack
Gets or sets currently used to return a score track image that can be appended to a high resolution indices image.
Declaration
public Image<Rgb24> ScoreTrack { get; set; }
Property Value
Type |
Description |
SixLabors.ImageSharp.Image<SixLabors.ImageSharp.PixelFormats.Rgb24> |
|
|
Improve this Doc
View Source
Sonogram
Declaration
public BaseSonogram Sonogram { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
GetAllEvents()
Declaration
public IEnumerable<EventBase> GetAllEvents()
Returns
Extension Methods