Search Results for

    Show / Hide Table of Contents

    Class ZoomParameters

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

    Constructors

    | Improve this Doc View Source

    ZoomParameters(DirectoryInfo, FileInfo, Boolean)

    Declaration
    public ZoomParameters(DirectoryInfo inputDirectory, FileInfo config, bool omitBasename)
    Parameters
    Type Name Description
    DirectoryInfo inputDirectory
    FileInfo config
    Boolean omitBasename

    Properties

    | Improve this Doc View Source

    IndexDistributions

    Declaration
    public Dictionary<string, IndexDistributions.SpectralStats> IndexDistributions { get; }
    Property Value
    Type Description
    Dictionary<String, IndexDistributions.SpectralStats>
    | Improve this Doc View Source

    IndexGenerationData

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

    OmitBasename

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

    OriginalBasename

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

    SpectrogramZoomingConfig

    Declaration
    public SpectrogramZoomingConfig SpectrogramZoomingConfig { get; }
    Property Value
    Type Description
    SpectrogramZoomingConfig

    Methods

    | Improve this Doc View Source

    CheckNeededFilesExist(DirectoryInfo)

    Read in required files. We expect a valid indices output directory (the input directory in this action) to contain a SpectralIndexStatistics.json and a IndexGenerationData.json file.

    Declaration
    public static (FileInfo indexGenerationDataFile, FileInfo indexDistributionsFile) CheckNeededFilesExist(DirectoryInfo indicesDirectory)
    Parameters
    Type Name Description
    DirectoryInfo indicesDirectory
    Returns
    Type Description
    (T1, T2)<FileInfo, FileInfo>

    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
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top