Uses of Class
it.tdlight.jni.TdApi.SpeechRecognitionResult
-
Uses of TdApi.SpeechRecognitionResult in it.tdlight.jni
Subclasses of TdApi.SpeechRecognitionResult in it.tdlight.jniModifier and TypeClassDescriptionstatic final classThe speech recognition failed.static final classThe speech recognition is ongoing.static final classThe speech recognition successfully finished.Fields in it.tdlight.jni 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 it.tdlight.jni 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.