Class TdApi.SpeechRecognitionResultText

Enclosing class:
TdApi

public static class TdApi.SpeechRecognitionResultText extends TdApi.SpeechRecognitionResult
The speech recognition successfully finished.
  • Field Details

    • text

      public String text
      Recognized text.
    • CONSTRUCTOR

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

    • SpeechRecognitionResultText

      public SpeechRecognitionResultText()
      The speech recognition successfully finished.
    • SpeechRecognitionResultText

      public SpeechRecognitionResultText(String text)
      The speech recognition successfully finished.
      Parameters:
      text - Recognized text.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR