public static class SpeechRecognitionResult.SpeechResult extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getGrammar()
Returns the grammar.
|
int |
getScore()
Returns the confidence score.
|
String |
getText()
Returns the text.
|
String |
toString() |
public int getScore()
public String getText()
public String getGrammar()
Copyright © 2004–2022. All rights reserved.