Class Word
- Inheritance
-
object
Word
Properties
AccuracyScore
public double AccuracyScore { get; set; }
Property Value
- double
Confidence
public double Confidence { get; set; }
Property Value
- double
Duration
public long Duration { get; set; }
Property Value
- long
ErrorType
public string ErrorType { get; set; }
Property Value
- string
Feedback
public Feedback Feedback { get; set; }
Property Value
- Feedback
Offset
public long Offset { get; set; }
Property Value
- long
Text
public string Text { get; set; }
Property Value
- string