Uses of Record Class
com.alibaba.cloud.ai.dashscope.spec.DashScopeApiSpec.TranslationOptions
Packages that use DashScopeApiSpec.TranslationOptions
-
Uses of DashScopeApiSpec.TranslationOptions in com.alibaba.cloud.ai.dashscope.chat
Methods in com.alibaba.cloud.ai.dashscope.chat that return DashScopeApiSpec.TranslationOptionsMethods in com.alibaba.cloud.ai.dashscope.chat with parameters of type DashScopeApiSpec.TranslationOptionsModifier and TypeMethodDescriptionvoidDashScopeChatOptions.setTranslationOptions(DashScopeApiSpec.TranslationOptions translationOptions) -
Uses of DashScopeApiSpec.TranslationOptions in com.alibaba.cloud.ai.dashscope.spec
Methods in com.alibaba.cloud.ai.dashscope.spec that return DashScopeApiSpec.TranslationOptionsModifier and TypeMethodDescriptionDashScopeApiSpec.ChatCompletionRequestParameter.translationOptions()Returns the value of thetranslationOptionsrecord component.Constructors in com.alibaba.cloud.ai.dashscope.spec with parameters of type DashScopeApiSpec.TranslationOptionsModifierConstructorDescriptionChatCompletionRequestParameter(String resultFormat, Integer seed, Double topP, Integer topK, Double repetitionPenalty, Double presencePenalty, Double temperature, List<Object> stop, Boolean enableSearch, DashScopeApiSpec.SearchOptions searchOptions, DashScopeResponseFormat responseFormat, Boolean incrementalOutput, List<DashScopeApiSpec.FunctionTool> tools, Object toolChoice, Boolean parallelToolCalls, Boolean enableThinking, Integer thinkingBudget, Boolean vlHighResolutionImages, Boolean vlEnableImageHwOutput, DashScopeApiSpec.OCROption ocrOptions, Boolean logprobs, Integer topLogprobs, DashScopeApiSpec.TranslationOptions translationOptions, Boolean stream, Object streamOptions, List<String> modalities, Object audio, Integer maxTokens, Integer maxInputTokens, Object asrOptions, String outputFormat, Map<String, Object> extraBody) Compact constructor that ensures extraBody is initialized as a mutable HashMap when null, enabling @JsonAnySetter to populate it during deserialization.