- 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 intbooleanPass true if the speech recognition is good.longIdentifier of the message. -
Constructor Summary
ConstructorsConstructorDescriptionRates recognized speech in a video note or a voice note message.RateSpeechRecognition(long chatId, long messageId, boolean isGood) Rates recognized speech in a video note or a voice note message.RateSpeechRecognition(DataInput input) Rates recognized speech in a video note or a voice note message. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toStringMethods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
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 CONSTRUCTOR- See Also:
-
-
Constructor Details
-
RateSpeechRecognition
public RateSpeechRecognition()Rates recognized speech in a video note or a voice note message. ReturnsOk -
RateSpeechRecognition
public RateSpeechRecognition(long chatId, long messageId, boolean isGood) Rates recognized speech in a video note or a voice note message. ReturnsOk- Parameters:
chatId- long Identifier of the chat to which the message belongs.messageId- long Identifier of the message.isGood- boolean Pass true if the speech recognition is good.
-
RateSpeechRecognition
Rates recognized speech in a video note or a voice note message. ReturnsOk- 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()
-