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 classThe speech recognition failed.static classThe speech recognition is ongoing.static classThe speech recognition successfully finished.Fields in org.drinkless.tdlib declared as TdApi.SpeechRecognitionResultModifier and TypeFieldDescriptionTdApi.VideoNote.speechRecognitionResultResult of speech recognition in the video note; may be null.TdApi.VoiceNote.speechRecognitionResultResult 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.