Search Results for

    Show / Hide Table of Contents

    Class Audio2InputForConvCnn.AudioToSonogramResult

    In line class used to return results from the static method Audio2InputForConvCNN.GenerateFourSpectrogramImages().

    Inheritance
    Object
    Audio2InputForConvCnn.AudioToSonogramResult
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: AnalysisPrograms
    Assembly: AnalysisPrograms.dll
    Syntax
    public class AudioToSonogramResult

    Properties

    | Improve this Doc View Source

    AudioEventId

    Gets or sets iD of the event included in the recording segment.

    Declaration
    public int AudioEventId { get; set; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    CommonTags

    Gets or sets class label for this recording.

    Declaration
    public string CommonTags { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    SiteName

    Gets or sets name of site where recording was made.

    Declaration
    public string SiteName { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    SnrStatistics

    Gets or sets snr information for this recording.

    Declaration
    public SNR.SnrStatistics SnrStatistics { get; set; }
    Property Value
    Type Description
    SNR.SnrStatistics
    | Improve this Doc View Source

    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 Source

    GetCsvHeader()

    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
    | Improve this Doc View Source

    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

    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