Package org.drinkless.tdlib
Class TdApi.RateSpeechRecognition
- Enclosing class:
- TdApi
Rates recognized speech in a video note or a voice note message.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongIdentifier of the chat to which the message belongs.static final intIdentifier uniquely determining type of the object.booleanPass true if the speech recognition is good.longIdentifier of the message. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which rates recognized speech in a video note or a voice note message.RateSpeechRecognition(long chatId, long messageId, boolean isGood) Creates a function, which rates recognized speech in a video note or a voice note message. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
chatId
public long chatIdIdentifier of the chat to which the message belongs. -
messageId
public long messageIdIdentifier of the message. -
isGood
public boolean isGoodPass true if the speech recognition is good. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
RateSpeechRecognition
public RateSpeechRecognition()Default constructor for a function, which rates recognized speech in a video note or a voice note message.Returns
Ok -
RateSpeechRecognition
public RateSpeechRecognition(long chatId, long messageId, boolean isGood) Creates a function, which rates recognized speech in a video note or a voice note message.Returns
Ok- Parameters:
chatId- Identifier of the chat to which the message belongs.messageId- Identifier of the message.isGood- Pass true if the speech recognition is good.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-