struct SpeechRecognitionResult
A result from speech recognition.
public float Confidence { get; set; }
From 0-1 how confident are we that this is the correct result?
public string Text { get; set; }
The text result from speech recognition.
public bool Success { get; set; }
Did we successfully find a match?
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.