Class NBestResult
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
Syntax
Properties
|
Edit this page
View Source
AccuracyScore
Declaration
[JsonProperty("AccuracyScore")]
public double AccuracyScore { get; set; }
Property Value
|
Edit this page
View Source
CompletenessScore
Declaration
[JsonProperty("CompletenessScore")]
public double CompletenessScore { get; set; }
Property Value
|
Edit this page
View Source
Confidence
Declaration
[JsonProperty("Confidence")]
public double Confidence { get; set; }
Property Value
|
Edit this page
View Source
Display
Declaration
[JsonProperty("Display")]
public string Display { get; set; }
Property Value
|
Edit this page
View Source
FluencyScore
Declaration
[JsonProperty("FluencyScore")]
public double FluencyScore { get; set; }
Property Value
|
Edit this page
View Source
ITN
Declaration
[JsonProperty("ITN")]
public string ITN { get; set; }
Property Value
|
Edit this page
View Source
Lexical
Declaration
[JsonProperty("Lexical")]
public string Lexical { get; set; }
Property Value
|
Edit this page
View Source
MaskedITN
Declaration
[JsonProperty("MaskedITN")]
public string MaskedITN { get; set; }
Property Value
|
Edit this page
View Source
PronScore
Declaration
[JsonProperty("PronScore")]
public double PronScore { get; set; }
Property Value
|
Edit this page
View Source
ProsodyScore
Declaration
[JsonProperty("ProsodyScore")]
public double ProsodyScore { get; set; }
Property Value
|
Edit this page
View Source
Words
Declaration
[JsonProperty("Words")]
public List<Word> Words { get; set; }
Property Value
Extension Methods