java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.SpeechRecognitionResult
it.tdlight.jni.TdApi.SpeechRecognitionResultPending
- Enclosing class:
- TdApi
public static final class TdApi.SpeechRecognitionResultPending
extends TdApi.SpeechRecognitionResult
The speech recognition is ongoing.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intPartially recognized text. -
Constructor Summary
ConstructorsConstructorDescriptionThe speech recognition is ongoing.The speech recognition is ongoing.SpeechRecognitionResultPending(String partialText) The speech recognition is ongoing. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
partialText
Partially recognized text. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SpeechRecognitionResultPending
public SpeechRecognitionResultPending()The speech recognition is ongoing. -
SpeechRecognitionResultPending
The speech recognition is ongoing.- Parameters:
partialText- String Partially recognized text.
-
SpeechRecognitionResultPending
The speech recognition is ongoing.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-