Search Results for

    Show / Hide Table of Contents

    Class AnalysisResult

    Analysis Results.

    Inheritance
    Object
    AnalysisResult
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: AnalysisBase
    Assembly: AnalysisBase.dll
    Syntax
    [Obsolete]
    public class AnalysisResult

    Constructors

    | Improve this Doc View Source

    AnalysisResult()

    Initializes a new instance of the AnalysisResult class.

    Declaration
    public AnalysisResult()

    Properties

    | Improve this Doc View Source

    AdditionalInfoString

    Gets AdditionalInfoString.

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

    AnalysisIdentifier

    Gets or sets Analysis Identifier.

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

    AnalysisIdentifierString

    Gets AnalysisIdentifierString.

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

    AudioDuration

    Gets or sets the duration of the analysed segment.

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

    Data

    Gets or sets results.

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

    DisplayItems

    Gets DisplayItems which contains indexes to display and optional item names.

    Declaration
    public Dictionary<int, string> DisplayItems { get; }
    Property Value
    Type Description
    Dictionary<Int32, String>
    | Improve this Doc View Source

    EventsFile

    Gets or sets the location of the events file for this analysis.

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

    ImageFile

    Gets or sets the debug image file for this analysis.

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

    IndicesFile

    Gets or sets the location of the indices file for this analysis.

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

    MaxFrequencyHzString

    Gets MaxFrequencyHzString.

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

    MaxOffsetMsString

    Gets MaxOffsetMsString.

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

    MinFrequencyHzString

    Gets MinFrequencyHzString.

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

    MinOffsetMsString

    Gets MinOffsetMsString.

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

    OutputFiles

    Gets OutputFiles.

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

    ScoreString

    Gets ScoreString.

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

    SegmentStartOffset

    Gets or sets the offset of the segment from the original entire audio file.

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

    SettingsUsed

    Gets or sets the settings used to produce the results.

    Declaration
    public AnalysisSettings SettingsUsed { get; set; }
    Property Value
    Type Description
    AnalysisSettings

    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