Inherits SpeechRecognitionResult.
The speech recognition failed.
Public Fields | |
| object_ptr< error > | error_ | 
| Recognition error. An error with a message "MSG_VOICE_TOO_LONG" is returned when media duration is too big to be recognized.  | |
Public Instance Methods | |
| speechRecognitionResultError () | |
| speechRecognitionResultError (object_ptr< error > &&error_) | |
| void | store (TlStorerToString &s, const char *field_name) const final | 
  Public Instance Methods inherited from TlObject | |
| virtual void | store (TlStorerUnsafe &s) const | 
| virtual void | store (TlStorerCalcLength &s) const | 
| TlObject ()=default | |
| TlObject (const TlObject &)=delete | |
| TlObject & | operator= (const TlObject &)=delete | 
| TlObject (TlObject &&)=default | |
| TlObject & | operator= (TlObject &&)=default | 
| virtual | ~TlObject ()=default | 
Static Public Attributes | |
| static const std::int32_t | ID = 164774908 | 
| Identifier uniquely determining a type of the object.  | |
The speech recognition failed.
      
  | 
  explicit | 
The speech recognition failed.
| [in] | error_ | Recognition error. An error with a message "MSG_VOICE_TOO_LONG" is returned when media duration is too big to be recognized. | 
      
  | 
  finalvirtual |