Class: TD::Types::SpeechRecognitionResult::Pending
- Inherits:
-
TD::Types::SpeechRecognitionResult
- Object
- Dry::Struct
- Base
- TD::Types::SpeechRecognitionResult
- TD::Types::SpeechRecognitionResult::Pending
- Defined in:
- lib/tdlib/types/speech_recognition_result/pending.rb
Overview
The speech recognition is ongoing.
Instance Attribute Summary collapse
-
#partial_text ⇒ TD::Types::String
Partially recognized text.
Method Summary
Methods inherited from Base
Instance Attribute Details
#partial_text ⇒ TD::Types::String
Partially recognized text.
5 6 7 |
# File 'lib/tdlib/types/speech_recognition_result/pending.rb', line 5 def partial_text @partial_text end |