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