Class SegmentSettings<TSegment>
Inheritance
SegmentSettings<TSegment>
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
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
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Extension Methods