Module tdlight.api

Class TdApi.RecognizeSpeech

Enclosing class:
TdApi

public static final class TdApi.RecognizeSpeech extends TdApi.Function<TdApi.Ok>
Recognizes speech in a video note or a voice note message. The message must be successfully sent and must not be scheduled. May return an error with a message "MSG_VOICE_TOO_LONG" if media duration is too big to be recognized. Returns Ok
  • Field Details

    • chatId

      public long chatId
      Identifier of the chat to which the message belongs.
    • messageId

      public long messageId
      Identifier of the message.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • RecognizeSpeech

      public RecognizeSpeech()
      Recognizes speech in a video note or a voice note message. The message must be successfully sent and must not be scheduled. May return an error with a message "MSG_VOICE_TOO_LONG" if media duration is too big to be recognized. Returns Ok
    • RecognizeSpeech

      public RecognizeSpeech(long chatId, long messageId)
      Recognizes speech in a video note or a voice note message. The message must be successfully sent and must not be scheduled. May return an error with a message "MSG_VOICE_TOO_LONG" if media duration is too big to be recognized. Returns Ok
      Parameters:
      chatId - long Identifier of the chat to which the message belongs.
      messageId - long Identifier of the message.
    • RecognizeSpeech

      public RecognizeSpeech(DataInput input) throws IOException
      Recognizes speech in a video note or a voice note message. The message must be successfully sent and must not be scheduled. May return an error with a message "MSG_VOICE_TOO_LONG" if media duration is too big to be recognized. Returns Ok
      Throws:
      IOException
  • Method Details