Uses of Class
it.tdlight.jni.TdApi.SpeechRecognitionResult
-
Uses of TdApi.SpeechRecognitionResult in it.tdlight.jni
Modifier and TypeClassDescriptionstatic final class
The speech recognition failed.static final class
The speech recognition is ongoing.static final class
The speech recognition successfully finished.Modifier 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.ModifierConstructorDescriptionVideoNote
(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.