Uses of Class
org.drinkless.tdlib.TdApi.SpeechRecognitionResult
Packages that use TdApi.SpeechRecognitionResult
-
Uses of TdApi.SpeechRecognitionResult in org.drinkless.tdlib
Subclasses of TdApi.SpeechRecognitionResult in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
The speech recognition failed.static class
The speech recognition is ongoing.static class
The speech recognition successfully finished.Fields in org.drinkless.tdlib declared as TdApi.SpeechRecognitionResultModifier and TypeFieldDescriptionTdApi.VideoNote.speechRecognitionResult
Result of speech recognition in the video note; may be null.TdApi.VoiceNote.speechRecognitionResult
Result of speech recognition in the voice note; may be null.Constructors in org.drinkless.tdlib with parameters of type TdApi.SpeechRecognitionResultModifierConstructorDescriptionVideoNote
(int duration, byte[] waveform, int length, TdApi.Minithumbnail minithumbnail, TdApi.Thumbnail thumbnail, TdApi.SpeechRecognitionResult speechRecognitionResult, TdApi.File video) Describes a video note.VoiceNote
(int duration, byte[] waveform, String mimeType, TdApi.SpeechRecognitionResult speechRecognitionResult, TdApi.File voice) Describes a voice note.