Class IndexCalculateResult
Inheritance
IndexCalculateResult
Assembly: AudioAnalysisTools.dll
public class IndexCalculateResult
Constructors
|
Improve this Doc
View Source
Declaration
public IndexCalculateResult(int freqBinCount, Dictionary<string, IndexProperties> indexProperties, TimeSpan indexCalculationDuration, TimeSpan subsegmentOffset, IndexCalculateConfig configuration)
Parameters
Properties
|
Improve this Doc
View Source
Declaration
public double[, ] AmplitudeSpectrogram { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public double[, ] Hits { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public BaseSonogram Sg { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public SpectralIndexValues SpectralIndexValues { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public SummaryIndexValues SummaryIndexValues { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<Track> Tracks { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<Plot> TrackScores { get; set; }
Property Value
Extension Methods