Search Results for

    Show / Hide Table of Contents

    Class DescriptionResult

    This class holds the results of content description for a unit of recording, assumed to be one-minute. The results are held in a dictionary.

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

    Constructors

    | Improve this Doc View Source

    DescriptionResult(Int32)

    Declaration
    public DescriptionResult(int startTimeInMinutes)
    Parameters
    Type Name Description
    Int32 startTimeInMinutes

    Properties

    | Improve this Doc View Source

    StartTimeInCurrentRecordingFile

    Declaration
    public TimeSpan StartTimeInCurrentRecordingFile { get; set; }
    Property Value
    Type Description
    TimeSpan

    Methods

    | Improve this Doc View Source

    AddDescription(KeyValuePair<String, Double>)

    Declaration
    public void AddDescription(KeyValuePair<string, double> kvp)
    Parameters
    Type Name Description
    KeyValuePair<String, Double> kvp
    | Improve this Doc View Source

    GetDescriptionDictionary()

    Declaration
    public Dictionary<string, double> GetDescriptionDictionary()
    Returns
    Type Description
    Dictionary<String, Double>

    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