public static class TdApi.SpeechRecognitionResultText extends TdApi.SpeechRecognitionResult
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
text
Recognized text.
|
| Constructor and Description |
|---|
SpeechRecognitionResultText()
The speech recognition successfully finished.
|
SpeechRecognitionResultText(java.lang.String text)
The speech recognition successfully finished.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String text
public static final int CONSTRUCTOR
public SpeechRecognitionResultText()
public SpeechRecognitionResultText(java.lang.String text)
text - Recognized text.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object