Package org.drinkless.tdlib
Class TdApi.SpeechRecognitionResultPending
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.SpeechRecognitionResult
org.drinkless.tdlib.TdApi.SpeechRecognitionResultPending
- Enclosing class:
TdApi
The speech recognition is ongoing.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.SpeechRecognitionResult
TdApi.SpeechRecognitionResult.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Partially recognized text. -
Constructor Summary
ConstructorsConstructorDescriptionThe speech recognition is ongoing.SpeechRecognitionResultPending(String partialText) The speech recognition is ongoing. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
partialText
Partially recognized text. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SpeechRecognitionResultPending
public SpeechRecognitionResultPending()The speech recognition is ongoing. -
SpeechRecognitionResultPending
The speech recognition is ongoing.- Parameters:
partialText- Partially recognized text.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.SpeechRecognitionResult- Returns:
- this.CONSTRUCTOR
-