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.VoiceNote.speechRecognitionResult
Result of speech recognition in the voice note; may be null.ModifierConstructorDescriptionVoiceNote
(int duration, byte[] waveform, String mimeType, TdApi.SpeechRecognitionResult speechRecognitionResult, TdApi.File voice) Describes a voice note.