public static class TdApi.SpeechRecognitionResultError extends TdApi.SpeechRecognitionResult
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Error |
error
Recognition error.
|
| Constructor and Description |
|---|
SpeechRecognitionResultError()
The speech recognition failed.
|
SpeechRecognitionResultError(TdApi.Error error)
The speech recognition failed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Error error
public static final int CONSTRUCTOR
public SpeechRecognitionResultError()
public SpeechRecognitionResultError(TdApi.Error error)
error - Recognition error. An error with a message "MSG_VOICE_TOO_LONG" is returned when media duration is too big to be recognized.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object