Uses of Enum Class
com.alibaba.cloud.ai.dashscope.api.DashScopeAudioTranscriptionApi.AudioFormat
Packages that use DashScopeAudioTranscriptionApi.AudioFormat
-
Uses of DashScopeAudioTranscriptionApi.AudioFormat in com.alibaba.cloud.ai.dashscope.api
Methods in com.alibaba.cloud.ai.dashscope.api that return DashScopeAudioTranscriptionApi.AudioFormatModifier and TypeMethodDescriptionDashScopeAudioTranscriptionApi.RealtimeRequest.Payload.Parameters.format()Returns the value of theformatrecord component.Returns the enum constant of this class with the specified name.DashScopeAudioTranscriptionApi.AudioFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.alibaba.cloud.ai.dashscope.api with parameters of type DashScopeAudioTranscriptionApi.AudioFormatModifierConstructorDescriptionParameters(DashScopeAudioTranscriptionApi.AudioFormat format, Integer sampleRate, String vocabularyId, Boolean difluencyRemovalEnabled, List<String> languageHints, Boolean semanticPunctuationEnabled, Integer maxSentenceSilence, Boolean multiThresholdModeEnabled, Boolean punctuationPredictionEnabled, Boolean heartbeat, Boolean inverseTextNormalizationEnabled, String sourceLanguage, Boolean transcriptionEnabled, Boolean translationEnabled, List<String> translationTargetLanguages, Integer maxEndSilence) Creates an instance of aParametersrecord class. -
Uses of DashScopeAudioTranscriptionApi.AudioFormat in com.alibaba.cloud.ai.dashscope.audio
Methods in com.alibaba.cloud.ai.dashscope.audio that return DashScopeAudioTranscriptionApi.AudioFormatMethods in com.alibaba.cloud.ai.dashscope.audio with parameters of type DashScopeAudioTranscriptionApi.AudioFormatModifier and TypeMethodDescriptionDashScopeAudioTranscriptionOptions.Builder.format(DashScopeAudioTranscriptionApi.AudioFormat format) voidDashScopeAudioTranscriptionOptions.setFormat(DashScopeAudioTranscriptionApi.AudioFormat format) DashScopeAudioTranscriptionOptions.Builder.withFormat(DashScopeAudioTranscriptionApi.AudioFormat format) Deprecated, for removal: This API element is subject to removal in a future version.