Search Results for

    Show / Hide Table of Contents

    Class IndexCalculateResult

    Inheritance
    Object
    IndexCalculateResult
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: AudioAnalysisTools.Indices
    Assembly: AudioAnalysisTools.dll
    Syntax
    public class IndexCalculateResult

    Constructors

    | Improve this Doc View Source

    IndexCalculateResult(Int32, Dictionary<String, IndexProperties>, TimeSpan, TimeSpan, IndexCalculateConfig)

    Declaration
    public IndexCalculateResult(int freqBinCount, Dictionary<string, IndexProperties> indexProperties, TimeSpan indexCalculationDuration, TimeSpan subsegmentOffset, IndexCalculateConfig configuration)
    Parameters
    Type Name Description
    Int32 freqBinCount
    Dictionary<String, IndexProperties> indexProperties
    TimeSpan indexCalculationDuration
    TimeSpan subsegmentOffset
    IndexCalculateConfig configuration

    Properties

    | Improve this Doc View Source

    AmplitudeSpectrogram

    Declaration
    public double[, ] AmplitudeSpectrogram { get; set; }
    Property Value
    Type Description
    Double[,]
    | Improve this Doc View Source

    Hits

    Declaration
    public double[, ] Hits { get; set; }
    Property Value
    Type Description
    Double[,]
    | Improve this Doc View Source

    Sg

    Declaration
    public BaseSonogram Sg { get; set; }
    Property Value
    Type Description
    BaseSonogram
    | Improve this Doc View Source

    SpectralIndexValues

    Declaration
    public SpectralIndexValues SpectralIndexValues { get; }
    Property Value
    Type Description
    SpectralIndexValues
    | Improve this Doc View Source

    SummaryIndexValues

    Declaration
    public SummaryIndexValues SummaryIndexValues { get; }
    Property Value
    Type Description
    SummaryIndexValues
    | Improve this Doc View Source

    Tracks

    Declaration
    public List<Track> Tracks { get; set; }
    Property Value
    Type Description
    List<Track>
    | Improve this Doc View Source

    TrackScores

    Declaration
    public List<Plot> TrackScores { get; set; }
    Property Value
    Type Description
    List<Plot>

    Extension Methods

    ObjectExtensions.NotNull(Object)
    ObjectExtensions.AsArray<T>(T)
    ObjectExtensions.AsList<T>(T)
    ObjectExtensions.Wrap<T>(T)
    SystemExtensions.BinarySerialize(Object)
    ConfigFileExtensions.NotNull(Object, FileInfo, String, String)
    ConfigFileExtensions.ValidateNotNull(Object, String, String)
    ConfigFileExtensions.ValidateLessThan<T>(Object, Nullable<T>, String, Nullable<T>, String, String)
    ExtensionsXml.SerializeObject<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • IndexCalculateResult(Int32, Dictionary<String, IndexProperties>, TimeSpan, TimeSpan, IndexCalculateConfig)
    • Properties
      • AmplitudeSpectrogram
      • Hits
      • Sg
      • SpectralIndexValues
      • SummaryIndexValues
      • Tracks
      • TrackScores
    • Extension Methods
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top