Uses of Record Class
com.alibaba.cloud.ai.dashscope.api.DashScopeAudioTranscriptionApi.RealtimeResponse.Payload.Output.Word
Packages that use DashScopeAudioTranscriptionApi.RealtimeResponse.Payload.Output.Word
-
Uses of DashScopeAudioTranscriptionApi.RealtimeResponse.Payload.Output.Word in com.alibaba.cloud.ai.dashscope.api
Methods in com.alibaba.cloud.ai.dashscope.api that return types with arguments of type DashScopeAudioTranscriptionApi.RealtimeResponse.Payload.Output.WordModifier and TypeMethodDescriptionDashScopeAudioTranscriptionApi.RealtimeResponse.Payload.Output.Sentence.words()Returns the value of thewordsrecord component.DashScopeAudioTranscriptionApi.RealtimeResponse.Payload.Output.Transcription.words()Returns the value of thewordsrecord component.DashScopeAudioTranscriptionApi.RealtimeResponse.Payload.Output.Translation.words()Returns the value of thewordsrecord component.Constructor parameters in com.alibaba.cloud.ai.dashscope.api with type arguments of type DashScopeAudioTranscriptionApi.RealtimeResponse.Payload.Output.WordModifierConstructorDescriptionSentence(String sentenceId, Integer beginTime, Integer endTime, String text, Integer channelId, String speakerId, Boolean heartbeat, Boolean sentenceBegin, Boolean sentenceEnd, String emoTag, Double emoConfidence, List<DashScopeAudioTranscriptionApi.RealtimeResponse.Payload.Output.Word> words) Creates an instance of aSentencerecord class.Transcription(Integer sentenceId, String text, Integer beginTime, Integer currentTime, Boolean sentenceEnd, List<DashScopeAudioTranscriptionApi.RealtimeResponse.Payload.Output.Word> words) Creates an instance of aTranscriptionrecord class.Translation(Integer sentenceId, String text, Integer beginTime, Integer endTime, String lang, Boolean sentenceEnd, List<DashScopeAudioTranscriptionApi.RealtimeResponse.Payload.Output.Word> words) Creates an instance of aTranslationrecord class.