Uses of Record Class
com.alibaba.cloud.ai.dashscope.api.DashScopeAudioTranscriptionApi.Outcome.Transcript.Sentence
Packages that use DashScopeAudioTranscriptionApi.Outcome.Transcript.Sentence
-
Uses of DashScopeAudioTranscriptionApi.Outcome.Transcript.Sentence in com.alibaba.cloud.ai.dashscope.api
Methods in com.alibaba.cloud.ai.dashscope.api that return types with arguments of type DashScopeAudioTranscriptionApi.Outcome.Transcript.SentenceModifier and TypeMethodDescriptionDashScopeAudioTranscriptionApi.Outcome.Transcript.sentences()Returns the value of thesentencesrecord component.Constructor parameters in com.alibaba.cloud.ai.dashscope.api with type arguments of type DashScopeAudioTranscriptionApi.Outcome.Transcript.SentenceModifierConstructorDescriptionTranscript(Integer channelId, Integer contentDurationInMilliseconds, String text, List<DashScopeAudioTranscriptionApi.Outcome.Transcript.Sentence> sentences) Creates an instance of aTranscriptrecord class.