Interface IRealtimeBaseTranscript
-
- All Known Implementing Classes:
FinalTranscript,PartialTranscript,RealtimeBaseTranscript
public interface IRealtimeBaseTranscript
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAudioEnd()intgetAudioStart()doublegetConfidence()java.time.OffsetDateTimegetCreated()java.lang.StringgetText()java.util.List<Word>getWords()
-
-
-
Method Detail
-
getAudioStart
int getAudioStart()
-
getAudioEnd
int getAudioEnd()
-
getConfidence
double getConfidence()
-
getText
java.lang.String getText()
-
getWords
java.util.List<Word> getWords()
-
getCreated
java.time.OffsetDateTime getCreated()
-
-