Uses of Record Class
com.alibaba.cloud.ai.dashscope.spec.DashScopeApiSpec.LanguagePair
Packages that use DashScopeApiSpec.LanguagePair
-
Uses of DashScopeApiSpec.LanguagePair in com.alibaba.cloud.ai.dashscope.spec
Methods in com.alibaba.cloud.ai.dashscope.spec that return types with arguments of type DashScopeApiSpec.LanguagePairModifier and TypeMethodDescriptionDashScopeApiSpec.TranslationOptions.terms()Returns the value of thetermsrecord component.DashScopeApiSpec.TranslationOptions.tmList()Returns the value of thetmListrecord component.Constructor parameters in com.alibaba.cloud.ai.dashscope.spec with type arguments of type DashScopeApiSpec.LanguagePairModifierConstructorDescriptionTranslationOptions(String sourceLang, String targetLang, List<DashScopeApiSpec.LanguagePair> terms, List<DashScopeApiSpec.LanguagePair> tmList, String domains) Creates an instance of aTranslationOptionsrecord class.