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