Class: TD::Types::SpeechRecognitionResult::Pending

Inherits:
TD::Types::SpeechRecognitionResult show all
Defined in:
lib/tdlib/types/speech_recognition_result/pending.rb

Overview

The speech recognition is ongoing.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#partial_textTD::Types::String

Partially recognized text.

Returns:

  • (TD::Types::String)

    the current value of partial_text



5
6
7
# File 'lib/tdlib/types/speech_recognition_result/pending.rb', line 5

def partial_text
  @partial_text
end