Class AnalysisResult
Analysis Results.
Inherited Members
Namespace: AnalysisBase
Assembly: AnalysisBase.dll
Syntax
[Obsolete]
public class AnalysisResult
Constructors
| Improve this Doc View SourceAnalysisResult()
Initializes a new instance of the AnalysisResult class.
Declaration
public AnalysisResult()
Properties
| Improve this Doc View SourceAdditionalInfoString
Gets AdditionalInfoString.
Declaration
public static string AdditionalInfoString { get; }
Property Value
Type | Description |
---|---|
String |
AnalysisIdentifier
Gets or sets Analysis Identifier.
Declaration
public string AnalysisIdentifier { get; set; }
Property Value
Type | Description |
---|---|
String |
AnalysisIdentifierString
Gets AnalysisIdentifierString.
Declaration
public static string AnalysisIdentifierString { get; }
Property Value
Type | Description |
---|---|
String |
AudioDuration
Gets or sets the duration of the analysed segment.
Declaration
public TimeSpan AudioDuration { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
Data
Gets or sets results.
Declaration
public DataTable Data { get; set; }
Property Value
Type | Description |
---|---|
DataTable |
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> |
EventsFile
Gets or sets the location of the events file for this analysis.
Declaration
public FileInfo EventsFile { get; set; }
Property Value
Type | Description |
---|---|
FileInfo |
ImageFile
Gets or sets the debug image file for this analysis.
Declaration
public FileInfo ImageFile { get; set; }
Property Value
Type | Description |
---|---|
FileInfo |
IndicesFile
Gets or sets the location of the indices file for this analysis.
Declaration
public FileInfo IndicesFile { get; set; }
Property Value
Type | Description |
---|---|
FileInfo |
MaxFrequencyHzString
Gets MaxFrequencyHzString.
Declaration
public static string MaxFrequencyHzString { get; }
Property Value
Type | Description |
---|---|
String |
MaxOffsetMsString
Gets MaxOffsetMsString.
Declaration
public static string MaxOffsetMsString { get; }
Property Value
Type | Description |
---|---|
String |
MinFrequencyHzString
Gets MinFrequencyHzString.
Declaration
public static string MinFrequencyHzString { get; }
Property Value
Type | Description |
---|---|
String |
MinOffsetMsString
Gets MinOffsetMsString.
Declaration
public static string MinOffsetMsString { get; }
Property Value
Type | Description |
---|---|
String |
OutputFiles
Gets OutputFiles.
Declaration
public Dictionary<string, FileInfo> OutputFiles { get; }
Property Value
Type | Description |
---|---|
Dictionary<String, FileInfo> |
ScoreString
Gets ScoreString.
Declaration
public static string ScoreString { get; }
Property Value
Type | Description |
---|---|
String |
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 |
SettingsUsed
Gets or sets the settings used to produce the results.
Declaration
public AnalysisSettings SettingsUsed { get; set; }
Property Value
Type | Description |
---|---|
AnalysisSettings |