Class: TD::Types::SpeechRecognitionResult::Error
- Inherits:
-
TD::Types::SpeechRecognitionResult
- Object
- Dry::Struct
- Base
- TD::Types::SpeechRecognitionResult
- TD::Types::SpeechRecognitionResult::Error
- Defined in:
- lib/tdlib/types/speech_recognition_result/error.rb
Overview
The speech recognition failed.
Instance Attribute Summary collapse
-
#error ⇒ TD::Types::Error
Recognition error.
Method Summary
Methods inherited from Base
Instance Attribute Details
#error ⇒ TD::Types::Error
Recognition error. An error with a message “MSG_VOICE_TOO_LONG” is returned when media duration is too big to be recognized.
6 7 8 |
# File 'lib/tdlib/types/speech_recognition_result/error.rb', line 6 def error @error end |