Class Audio2InputForConvCnn.CsvDataRecord
In line class used to store a single record read from a line of the csv file.
Inheritance
Audio2InputForConvCnn.CsvDataRecord
Assembly: AnalysisPrograms.dll
public class CsvDataRecord
Properties
|
Improve this Doc
View Source
Declaration
public int AudioEventId { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int AudioRecordingId { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string CommonTags { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public TimeSpan EventDurationSeconds { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public TimeSpan EventStartSeconds { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int HighFrequencyHertz { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int LowFrequencyHertz { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public TimeSpan PaddingEndTimeSeconds { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public TimeSpan PaddingStartTimeSeconds { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public FileInfo Path { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Projects { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int SiteId { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string SiteName { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string SpeciesTags { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public static Audio2InputForConvCnn.CsvDataRecord ReadLine(string record)
Parameters
Type |
Name |
Description |
String |
record |
|
Returns
Extension Methods