Class Audio2InputForConvCnn.AudioToSonogramResult
In line class used to return results from the static method Audio2InputForConvCNN.GenerateFourSpectrogramImages().
Inherited Members
Namespace: AnalysisPrograms
Assembly: AnalysisPrograms.dll
Syntax
public class AudioToSonogramResult
Properties
| Improve this Doc View SourceAudioEventId
Gets or sets iD of the event included in the recording segment.
Declaration
public int AudioEventId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
CommonTags
Gets or sets class label for this recording.
Declaration
public string CommonTags { get; set; }
Property Value
Type | Description |
---|---|
String |
SiteName
Gets or sets name of site where recording was made.
Declaration
public string SiteName { get; set; }
Property Value
Type | Description |
---|---|
String |
SnrStatistics
Gets or sets snr information for this recording.
Declaration
public SNR.SnrStatistics SnrStatistics { get; set; }
Property Value
Type | Description |
---|---|
SNR.SnrStatistics |
SpectrogramFile
Gets or sets path to spectrogram images of this recording.
Declaration
public FileInfo SpectrogramFile { get; set; }
Property Value
Type | Description |
---|---|
FileInfo |
Methods
| Improve this Doc View SourceGetCsvHeader()
CONSTRUCT the header for the above csv file Following line is headers from Anthony's returned csv file "audio_event_id,audio_recording_id,audio_recording_uuid,projects,site_name,event_start_date_utc,event_duration_seconds,common_tags,species_tags,other_tags,path,Threshold,Snr,FractionOfFramesGTThreshold,FractionOfFramesGTHalfSNR".
Following line is header for these results. audio_event_id,site_name,common_tags,Threshold,Snr,FractionOfFramesGTThreshold,FractionOfFramesGTThirdSNR,path.
Declaration
public static string GetCsvHeader()
Returns
Type | Description |
---|---|
String |
WriteResultAsLineOfCsv()
CONSTRUCT the header for csv file audio_event_id,site_name,common_tags,Threshold,Snr,FractionOfFramesGTThreshold,FractionOfFramesGTThirdSNR,path.
Declaration
public string WriteResultAsLineOfCsv()
Returns
Type | Description |
---|---|
String |