Search Results for

    Show / Hide Table of Contents

    Class NBestResult

    Inheritance
    object
    NBestResult
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Microsoft.Azure
    Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
    Syntax
    public class NBestResult

    Properties

    | Edit this page View Source

    AccuracyScore

    Declaration
    [JsonProperty("AccuracyScore")]
    public double AccuracyScore { get; set; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    CompletenessScore

    Declaration
    [JsonProperty("CompletenessScore")]
    public double CompletenessScore { get; set; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    Confidence

    Declaration
    [JsonProperty("Confidence")]
    public double Confidence { get; set; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    Display

    Declaration
    [JsonProperty("Display")]
    public string Display { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    FluencyScore

    Declaration
    [JsonProperty("FluencyScore")]
    public double FluencyScore { get; set; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    ITN

    Declaration
    [JsonProperty("ITN")]
    public string ITN { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Lexical

    Declaration
    [JsonProperty("Lexical")]
    public string Lexical { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    MaskedITN

    Declaration
    [JsonProperty("MaskedITN")]
    public string MaskedITN { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    PronScore

    Declaration
    [JsonProperty("PronScore")]
    public double PronScore { get; set; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    ProsodyScore

    Declaration
    [JsonProperty("ProsodyScore")]
    public double ProsodyScore { get; set; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    Words

    Declaration
    [JsonProperty("Words")]
    public List<Word> Words { get; set; }
    Property Value
    Type Description
    List<Word>

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation