Search Results for

    Show / Hide Table of Contents

    Class SegmentSettings<TSegment>

    Inheritance
    Object
    SegmentSettingsBase
    SegmentSettings<TSegment>
    Inherited Members
    SegmentSettingsBase.AnalysisSettings
    SegmentSettingsBase.PreparedFile
    SegmentSettingsBase.InstanceId
    SegmentSettingsBase.SegmentTempDirectory
    SegmentSettingsBase.SegmentOutputDirectory
    SegmentSettingsBase.SegmentAudioFile
    SegmentSettingsBase.SegmentEventsFile
    SegmentSettingsBase.SegmentSummaryIndicesFile
    SegmentSettingsBase.SegmentSpectrumIndicesDirectory
    SegmentSettingsBase.SegmentImageFile
    SegmentSettingsBase.AnalysisIdealSegmentDuration
    SegmentSettingsBase.SegmentStartOffset
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: AnalysisBase
    Assembly: AnalysisBase.dll
    Syntax
    public class SegmentSettings<TSegment> : SegmentSettingsBase
    Type Parameters
    Name Description
    TSegment

    Constructors

    | Improve this Doc View Source

    SegmentSettings(AnalysisSettings, ISegment<TSegment>, (DirectoryInfo Output, DirectoryInfo Temp), FileSegment)

    Declaration
    public SegmentSettings(AnalysisSettings analysisSettings, ISegment<TSegment> segment, (DirectoryInfo Output, DirectoryInfo Temp) dirs, FileSegment preparedFile)
    Parameters
    Type Name Description
    AnalysisSettings analysisSettings
    ISegment<TSegment> segment
    (T1, T2)<DirectoryInfo, DirectoryInfo> dirs
    FileSegment preparedFile

    Properties

    | Improve this Doc View Source

    Segment

    Gets the segment from which audio segments are extracted for analysis.

    Declaration
    public ISegment<TSegment> Segment { get; }
    Property Value
    Type Description
    ISegment<TSegment>

    Methods

    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()

    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