Uses of Record Class
com.alibaba.cloud.ai.dashscope.api.DashScopeAudioTranscriptionApi.Outcome.Properties
Packages that use DashScopeAudioTranscriptionApi.Outcome.Properties
-
Uses of DashScopeAudioTranscriptionApi.Outcome.Properties in com.alibaba.cloud.ai.dashscope.api
Methods in com.alibaba.cloud.ai.dashscope.api that return DashScopeAudioTranscriptionApi.Outcome.PropertiesModifier and TypeMethodDescriptionDashScopeAudioTranscriptionApi.Outcome.properties()Returns the value of thepropertiesrecord component.Constructors in com.alibaba.cloud.ai.dashscope.api with parameters of type DashScopeAudioTranscriptionApi.Outcome.PropertiesModifierConstructorDescriptionOutcome(String fileUrl, DashScopeAudioTranscriptionApi.Outcome.Properties properties, List<DashScopeAudioTranscriptionApi.Outcome.Transcript> transcripts) Creates an instance of aOutcomerecord class.