Uses of Record Class
com.alibaba.cloud.ai.dashscope.spec.DashScopeApiSpec.OCROption
Packages that use DashScopeApiSpec.OCROption
-
Uses of DashScopeApiSpec.OCROption in com.alibaba.cloud.ai.dashscope.chat
Methods in com.alibaba.cloud.ai.dashscope.chat that return DashScopeApiSpec.OCROptionMethods in com.alibaba.cloud.ai.dashscope.chat with parameters of type DashScopeApiSpec.OCROptionModifier and TypeMethodDescriptionvoidDashScopeChatOptions.setOcrOptions(DashScopeApiSpec.OCROption ocrOptions) -
Uses of DashScopeApiSpec.OCROption in com.alibaba.cloud.ai.dashscope.spec
Methods in com.alibaba.cloud.ai.dashscope.spec that return DashScopeApiSpec.OCROptionModifier and TypeMethodDescriptionDashScopeApiSpec.ChatCompletionRequestParameter.ocrOptions()Returns the value of theocrOptionsrecord component.Constructors in com.alibaba.cloud.ai.dashscope.spec with parameters of type DashScopeApiSpec.OCROptionModifierConstructorDescriptionChatCompletionRequestParameter(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.