Search Results for

    Show / Hide Table of Contents

    Class RecognizerResults

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

    Constructors

    | Improve this Doc View Source

    RecognizerResults()

    Declaration
    public RecognizerResults()

    Properties

    | Improve this Doc View Source

    Events

    Declaration
    public List<AcousticEvent> Events { get; set; }
    Property Value
    Type Description
    List<AcousticEvent>
    | Improve this Doc View Source

    Hits

    Declaration
    public double[, ] Hits { get; set; }
    Property Value
    Type Description
    Double[,]
    | Improve this Doc View Source

    NewEvents

    Declaration
    public List<EventCommon> NewEvents { get; set; }
    Property Value
    Type Description
    List<EventCommon>
    | Improve this Doc View Source

    Plots

    Gets or sets a list of plots. Used by the multi recognizer.

    Declaration
    public List<Plot> Plots { get; set; }
    Property Value
    Type Description
    List<Plot>
    | Improve this Doc View Source

    ScoreTrack

    Gets or sets currently used to return a score track image that can be appended to a high resolution indices image.

    Declaration
    public Image<Rgb24> ScoreTrack { get; set; }
    Property Value
    Type Description
    SixLabors.ImageSharp.Image<SixLabors.ImageSharp.PixelFormats.Rgb24>
    | Improve this Doc View Source

    Sonogram

    Declaration
    public BaseSonogram Sonogram { get; set; }
    Property Value
    Type Description
    BaseSonogram

    Methods

    | Improve this Doc View Source

    GetAllEvents()

    Declaration
    public IEnumerable<EventBase> GetAllEvents()
    Returns
    Type Description
    IEnumerable<EventBase>

    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