Class TdApi.SpeechRecognitionResultPending

Enclosing class:
TdApi

public static class TdApi.SpeechRecognitionResultPending extends TdApi.SpeechRecognitionResult
The speech recognition is ongoing.
  • Field Details

    • partialText

      public String partialText
      Partially recognized text.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • SpeechRecognitionResultPending

      public SpeechRecognitionResultPending()
      The speech recognition is ongoing.
    • SpeechRecognitionResultPending

      public SpeechRecognitionResultPending(String partialText)
      The speech recognition is ongoing.
      Parameters:
      partialText - Partially recognized text.
  • Method Details