- CacheControl() - 类 的构造器com.alibaba.dashscope.common.MessageContentText.CacheControl
-
- CacheCreation() - 类 的构造器com.alibaba.dashscope.aigc.generation.GenerationUsage.PromptTokensDetails.CacheCreation
-
- call() - 类 中的方法AssistantFunctionCall.AddFunctionTool
-
- call() - 类 中的方法AssistantFunctionCallStream.AddFunctionTool
-
- call() - 类 中的方法AssistantFunctionCallStreamOpenai.AddFunctionTool
-
- call() - 类 中的方法AssistantFunctionCallStreamQwen.AddFunctionTool
-
- call() - 类 中的方法ChatCompletionTest.GetCurrentWeather
-
- call() - 类 中的方法ChatCompletionTest.GetNDayWeather
-
- call(CodeGenerationParam) - 类 中的方法com.alibaba.dashscope.aigc.codegeneration.CodeGeneration
-
Call the server to get the whole result.
- call(CodeGenerationParam, ResultCallback<CodeGenerationResult>) - 类 中的方法com.alibaba.dashscope.aigc.codegeneration.CodeGeneration
-
Call the server to get the result in the callback function.
- call(ChatCompletionParam) - 类 中的方法com.alibaba.dashscope.aigc.completion.ChatCompletions
-
- call(ChatCompletionParam, ResultCallback<ChatCompletion>) - 类 中的方法com.alibaba.dashscope.aigc.completion.ChatCompletions
-
- call(ConversationParam) - 类 中的方法com.alibaba.dashscope.aigc.conversation.Conversation
-
已过时。
Call the server to get the whole result.
- call(ConversationParam, ResultCallback<ConversationResult>) - 类 中的方法com.alibaba.dashscope.aigc.conversation.Conversation
-
已过时。
Call the server to get the result in the callback function.
- call(HalfDuplexServiceParam) - 类 中的方法com.alibaba.dashscope.aigc.generation.Generation
-
Call the server to get the whole result, only http protocol
- call(HalfDuplexServiceParam, ResultCallback<GenerationResult>) - 类 中的方法com.alibaba.dashscope.aigc.generation.Generation
-
Call the server to get the result in the callback function.
- call(ImageSynthesisParam) - 类 中的方法com.alibaba.dashscope.aigc.imagesynthesis.ImageSynthesis
-
Call the server to get the result.
- call(SketchImageSynthesisParam) - 类 中的方法com.alibaba.dashscope.aigc.imagesynthesis.ImageSynthesis
-
Call the server to get the result.
- call(MultiModalConversationParam) - 类 中的方法com.alibaba.dashscope.aigc.multimodalconversation.MultiModalConversation
-
Call the server to get the whole result.
- call(MultiModalConversationParam, ResultCallback<MultiModalConversationResult>) - 类 中的方法com.alibaba.dashscope.aigc.multimodalconversation.MultiModalConversation
-
Call the server to get the result in the callback function.
- call(VideoSynthesisParam) - 类 中的方法com.alibaba.dashscope.aigc.videosynthesis.VideoSynthesis
-
Call the server to get the result.
- call(ParamT, ServiceOption) - 类 中的方法com.alibaba.dashscope.api.AsynchronousApi
-
Call the server to get the whole result.
- call(ParamT, ServiceOption) - 类 中的方法com.alibaba.dashscope.api.GeneralApi
-
Call the server to get the whole result.
- call(ParamT, ServiceOption, ResultCallback<DashScopeResult>) - 类 中的方法com.alibaba.dashscope.api.GeneralApi
-
Call the server to get the result in the callback function.
- call(ParamT) - 类 中的方法com.alibaba.dashscope.api.SynchronizeHalfDuplexApi
-
Call the server to get the whole result.
- call(ParamT, ResultCallback<DashScopeResult>) - 类 中的方法com.alibaba.dashscope.api.SynchronizeHalfDuplexApi
-
Call the server to get the result in the callback function.
- call(ApplicationParam) - 类 中的方法com.alibaba.dashscope.app.Application
-
app completion call for http request
- call(RecognitionParam, ResultCallback<RecognitionResult>) - 类 中的方法com.alibaba.dashscope.audio.asr.recognition.Recognition
-
- call(RecognitionParam, File) - 类 中的方法com.alibaba.dashscope.audio.asr.recognition.Recognition
-
- call(TranslationRecognizerParam, ResultCallback<TranslationRecognizerResult>) - 类 中的方法com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerChat
-
Start Speech Translation and Recognition chat via sendAudioFrame API.
- call(TranslationRecognizerParam, ResultCallback<TranslationRecognizerResult>) - 类 中的方法com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerRealtime
-
Start Speech Translation and Recognition real-time via sendAudioFrame API.
- call(TranslationRecognizerParam, File) - 类 中的方法com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerRealtime
-
Speech Translation and Recognition real-time from local file.
- call(SpeechSynthesisParam, ResultCallback<SpeechSynthesisResult>) - 类 中的方法com.alibaba.dashscope.audio.tts.SpeechSynthesizer
-
- call(SpeechSynthesisParam) - 类 中的方法com.alibaba.dashscope.audio.tts.SpeechSynthesizer
-
- call(String, long) - 类 中的方法com.alibaba.dashscope.audio.ttsv2.SpeechSynthesizer
-
Speech synthesis If a callback is set, the audio will be returned in real-time through the
on_event interface Otherwise, this function blocks until all audio is received and then returns
the complete audio data.
- call(String) - 类 中的方法com.alibaba.dashscope.audio.ttsv2.SpeechSynthesizer
-
Speech synthesis If a callback is set, the audio will be returned in real-time through the
on_event interface Otherwise, this function blocks until all audio is received and then returns
the complete audio data.
- call(BatchTextEmbeddingParam) - 类 中的方法com.alibaba.dashscope.embeddings.BatchTextEmbedding
-
Call the server and wait for the task finished.
- call(MultiModalEmbeddingParam, ResultCallback<MultiModalEmbeddingResult>) - 类 中的方法com.alibaba.dashscope.embeddings.MultiModalEmbedding
-
Call the server to get the result in the callback function.
- call(MultiModalEmbeddingParam) - 类 中的方法com.alibaba.dashscope.embeddings.MultiModalEmbedding
-
Call the server to get the whole result, only http protocol
- call(TextEmbeddingParam, ResultCallback<TextEmbeddingResult>) - 类 中的方法com.alibaba.dashscope.embeddings.TextEmbedding
-
Call the server to get the result in the callback function.
- call(TextEmbeddingParam) - 类 中的方法com.alibaba.dashscope.embeddings.TextEmbedding
-
Call the server to get the whole result, only http protocol
- call(HalfDuplexServiceParam) - 类 中的方法com.alibaba.dashscope.multimodal.tingwu.TingWu
-
Call the server to get the whole result, only http protocol
- call(TingWuRealtimeParam, TingWuRealtimeCallback) - 类 中的方法com.alibaba.dashscope.multimodal.tingwu.TingWuRealtime
-
Start Speech Translation and Recognition real-time via sendAudioFrame API.
- call(UnderstandingParam) - 类 中的方法com.alibaba.dashscope.nlp.understanding.Understanding
-
Call the server to get the whole result, only http protocol
- call(UnderstandingParam, ResultCallback<UnderstandingResult>) - 类 中的方法com.alibaba.dashscope.nlp.understanding.Understanding
-
Call the server to get the result in the callback function.
- call(TextReRankParam) - 类 中的方法com.alibaba.dashscope.rerank.TextReRank
-
Call the server to get the whole result.
- call(HalfDuplexServiceParam) - 类 中的方法com.alibaba.dashscope.tokenizers.Tokenization
-
Call the server to get the whole result, only http protocol
- call(HalfDuplexServiceParam, ResultCallback<TokenizationResult>) - 类 中的方法com.alibaba.dashscope.tokenizers.Tokenization
-
Call the server to get the result in the callback function.
- call(HalfDuplexServiceParam) - 类 中的方法com.alibaba.dashscope.utils.GeneralHalfDuplexApi
-
Call the server to get the whole result, only http protocol
- call(HalfDuplexServiceParam, ResultCallback<DashScopeResult>) - 类 中的方法com.alibaba.dashscope.utils.GeneralHalfDuplexApi
-
Call the server to get the result in the callback function.
- call() - 类 中的方法GenerationFunctionCallSample.AddFunctionTool
-
- call() - 类 中的方法GenerationToolChoice.AddFunctionTool
-
- call() - 类 中的静态方法MultiModelConversationQvq
-
- call() - 类 中的静态方法MultiModelConversationQwenTts
-
- callAsFlowable(String) - 类 中的方法com.alibaba.dashscope.audio.ttsv2.SpeechSynthesizer
-
Stream output speech synthesis using Flowable features (non-streaming input)
- CallFunction() - 类 的构造器com.alibaba.dashscope.tools.ToolCallFunction.CallFunction
-
- callFunctionAdd() - 类 中的静态方法GenerationFunctionCallSample
-
- callWithAssistantServing() - 类 中的静态方法ApplicationCalls
-
- callWithCallback() - 类 中的静态方法MultiModelConversationQvq
-
- callWithCallback() - 类 中的静态方法MultiModelConversationQwenTts
-
- callWithCallback() - 类 中的静态方法TextEmbeddingUsage
-
- callWithHistoryStream() - 类 中的静态方法ConversationManagerHistory
-
已过时。
- callWithJsonObject() - 类 中的静态方法GenerationCallWithResponseFormat
-
- callWithMemory() - 类 中的静态方法ApplicationCalls
-
Application call with long term memory sample
- callWithMessage() - 类 中的静态方法GenerationCallWithMessageMultiRound
-
- callWithMessage() - 类 中的静态方法GenerationCallWithMessages
-
- callWithMessagesStream() - 类 中的静态方法ConversationManagerMessages
-
- callWithMoreParameters() - 类 中的静态方法ApplicationCalls
-
- callWithSession() - 类 中的静态方法ApplicationCalls
-
Call with multiple rounds session sample
- callWithThinking() - 类 中的静态方法ApplicationCalls
-
- callWithWorkspace() - 类 中的静态方法ApplicationCalls
-
Call with workspace sample
- cancel(String, String) - 类 中的方法com.alibaba.dashscope.aigc.imagesynthesis.ImageSynthesis
-
- cancel(ImageSynthesisResult, String) - 类 中的方法com.alibaba.dashscope.aigc.imagesynthesis.ImageSynthesis
-
- cancel(String, String) - 类 中的方法com.alibaba.dashscope.aigc.videosynthesis.VideoSynthesis
-
Cancel the task.
- cancel(VideoSynthesisResult, String) - 类 中的方法com.alibaba.dashscope.aigc.videosynthesis.VideoSynthesis
-
Cancel the task.
- cancel(String, String, String) - 类 中的方法com.alibaba.dashscope.api.AsynchronousApi
-
- cancel(DashScopeResult, String, String) - 类 中的方法com.alibaba.dashscope.api.AsynchronousApi
-
- cancel() - 类 中的方法com.alibaba.dashscope.api.SynchronizeFullDuplexApi
-
- cancel(String, String) - 类 中的方法com.alibaba.dashscope.embeddings.BatchTextEmbedding
-
- cancel(BatchTextEmbeddingResult, String) - 类 中的方法com.alibaba.dashscope.embeddings.BatchTextEmbedding
-
- cancel() - 接口 中的方法com.alibaba.dashscope.protocol.FullDuplexClient
-
- cancel() - 类 中的方法com.alibaba.dashscope.protocol.okhttp.OkHttpWebSocketClient
-
- cancelResponse() - 类 中的方法com.alibaba.dashscope.audio.omni.OmniRealtimeConversation
-
cancel the current response
- cancelResponse() - 类 中的方法com.alibaba.dashscope.audio.qwen_tts_realtime.QwenTtsRealtime
-
cancel the current response
- cancelTask(BatchTextEmbeddingResult) - 类 中的静态方法BatchTextEmbeddingUsage
-
- CHANNEL_ID - 类 中的静态变量com.alibaba.dashscope.audio.asr.transcription.TranscriptionApiKeywords
-
- ChatCompletion - com.alibaba.dashscope.aigc.completion中的类
-
- ChatCompletion() - 类 的构造器com.alibaba.dashscope.aigc.completion.ChatCompletion
-
- ChatCompletion.Choice - com.alibaba.dashscope.aigc.completion中的类
-
- ChatCompletionChunk - com.alibaba.dashscope.aigc.completion中的类
-
- ChatCompletionChunk() - 类 的构造器com.alibaba.dashscope.aigc.completion.ChatCompletionChunk
-
- ChatCompletionChunk.Choice - com.alibaba.dashscope.aigc.completion中的类
-
- ChatCompletionChunk.Delta - com.alibaba.dashscope.aigc.completion中的类
-
- ChatCompletionLogProbabilities - com.alibaba.dashscope.aigc.completion中的类
-
- ChatCompletionLogProbabilities() - 类 的构造器com.alibaba.dashscope.aigc.completion.ChatCompletionLogProbabilities
-
- ChatCompletionLogProbabilities.LogProbability - com.alibaba.dashscope.aigc.completion中的类
-
- ChatCompletionLogProbabilities.LogProbabilityContent - com.alibaba.dashscope.aigc.completion中的类
-
- ChatCompletionParam - com.alibaba.dashscope.aigc.completion中的类
-
- ChatCompletionParam() - 类 的构造器com.alibaba.dashscope.aigc.completion.ChatCompletionParam
-
- ChatCompletions - com.alibaba.dashscope.aigc.completion中的类
-
Support openai compatible api, for test usage.
- ChatCompletions() - 类 的构造器com.alibaba.dashscope.aigc.completion.ChatCompletions
-
- ChatCompletions(String, ConnectionOptions) - 类 的构造器com.alibaba.dashscope.aigc.completion.ChatCompletions
-
- ChatCompletionStreamOptions - com.alibaba.dashscope.aigc.completion中的类
-
- ChatCompletionStreamOptions() - 类 的构造器com.alibaba.dashscope.aigc.completion.ChatCompletionStreamOptions
-
- ChatCompletionTest - <Unnamed>中的类
-
- ChatCompletionTest() - 类 的构造器ChatCompletionTest
-
- ChatCompletionTest.GetCurrentWeather - <Unnamed>中的类
-
- ChatCompletionTest.GetNDayWeather - <Unnamed>中的类
-
- ChatCompletionUsage - com.alibaba.dashscope.aigc.completion中的类
-
- ChatCompletionUsage() - 类 的构造器com.alibaba.dashscope.aigc.completion.ChatCompletionUsage
-
- ChatGLMParam - <Unnamed>中的类
-
- ChatGLMParam() - 类 的构造器ChatGLMParam
-
- ChatGLMUsage - <Unnamed>中的类
-
- ChatGLMUsage() - 类 的构造器ChatGLMUsage
-
- checkAndUpload() - 类 中的方法com.alibaba.dashscope.aigc.imagesynthesis.ImageSynthesisParam
-
- checkAndUpload() - 类 中的方法com.alibaba.dashscope.aigc.videosynthesis.VideoSynthesisParam
-
- checkAndUpload(String, MultiModalMessageItemBase, String) - 类 中的静态方法com.alibaba.dashscope.utils.PreprocessMessageInput
-
- checkAndUploadImage(String, Map<String, String>, String) - 类 中的静态方法com.alibaba.dashscope.utils.PreprocessInputImage
-
- checkAndUploadImage(String, String, String) - 类 中的静态方法com.alibaba.dashscope.utils.PreprocessInputImage
-
- checkAndUploadMultiModalMessage(String, Map.Entry<String, Object>, String) - 类 中的静态方法com.alibaba.dashscope.utils.PreprocessMessageInput
-
- checkAndUploadOneMultiModalMessage(String, String, String, String) - 类 中的静态方法com.alibaba.dashscope.utils.PreprocessMessageInput
-
- checkStatus() - 类 中的方法com.alibaba.dashscope.audio.omni.OmniRealtimeConversation
-
Omni APIs
- checkStatus() - 类 中的方法com.alibaba.dashscope.audio.qwen_tts_realtime.QwenTtsRealtime
-
- Choice() - 类 的构造器com.alibaba.dashscope.aigc.codegeneration.CodeGenerationOutput.Choice
-
- Choice() - 类 的构造器com.alibaba.dashscope.aigc.completion.ChatCompletion.Choice
-
- Choice() - 类 的构造器com.alibaba.dashscope.aigc.completion.ChatCompletionChunk.Choice
-
- Choice() - 类 的构造器com.alibaba.dashscope.aigc.generation.GenerationOutput.Choice
-
- Choice() - 类 的构造器com.alibaba.dashscope.aigc.multimodalconversation.MultiModalConversationOutput.Choice
-
- clearAppendedAudio() - 类 中的方法com.alibaba.dashscope.audio.omni.OmniRealtimeConversation
-
clear the audio sent to server before.
- clearAppendedText() - 类 中的方法com.alibaba.dashscope.audio.qwen_tts_realtime.QwenTtsRealtime
-
Clear the text sent to server before.
- clearParameters() - 类 中的方法com.alibaba.dashscope.multimodal.MultiModalRequestParam
-
- clearParameters() - 类 中的方法com.alibaba.dashscope.multimodal.tingwu.TingWuRealtimeParam
-
- ClientInfo() - 类 的构造器com.alibaba.dashscope.multimodal.MultiModalRequestParam.ClientInfo
-
- ClientOptions - com.alibaba.dashscope.protocol中的类
-
- ClientOptions() - 类 的构造器com.alibaba.dashscope.protocol.ClientOptions
-
- ClientProviders - com.alibaba.dashscope.protocol中的类
-
- ClientProviders() - 类 的构造器com.alibaba.dashscope.protocol.ClientProviders
-
- close(int, String) - 类 中的方法com.alibaba.dashscope.api.SynchronizeFullDuplexApi
-
- close(int, String) - 类 中的方法com.alibaba.dashscope.api.SynchronizeHalfDuplexApi
-
- close() - 类 中的方法com.alibaba.dashscope.audio.omni.OmniRealtimeConversation
-
close the connection to server
- close(int, String) - 类 中的方法com.alibaba.dashscope.audio.omni.OmniRealtimeConversation
-
close the connection to server
- close() - 类 中的方法com.alibaba.dashscope.audio.qwen_tts_realtime.QwenTtsRealtime
-
close the connection to server
- close(int, String) - 类 中的方法com.alibaba.dashscope.audio.qwen_tts_realtime.QwenTtsRealtime
-
close the connection to server
- close(int, String) - 接口 中的方法com.alibaba.dashscope.protocol.FullDuplexClient
-
- close(int, String) - 接口 中的方法com.alibaba.dashscope.protocol.HalfDuplexClient
-
- close(int, String) - 类 中的方法com.alibaba.dashscope.protocol.okhttp.OkHttpHttpClient
-
- close(int, String) - 类 中的方法com.alibaba.dashscope.protocol.okhttp.OkHttpWebSocketClient
-
- code - 类 中的变量com.alibaba.dashscope.protocol.WebSocketResponseHeader
-
- CODE - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- CODE2COMMENT - 类 中的静态变量com.alibaba.dashscope.aigc.codegeneration.CodeGeneration.Scenes
-
- CODE2EXPLAIN - 类 中的静态变量com.alibaba.dashscope.aigc.codegeneration.CodeGeneration.Scenes
-
- CODE_QA - 类 中的静态变量com.alibaba.dashscope.aigc.codegeneration.CodeGeneration.Scenes
-
- CodeGeneration - com.alibaba.dashscope.aigc.codegeneration中的类
-
- CodeGeneration() - 类 的构造器com.alibaba.dashscope.aigc.codegeneration.CodeGeneration
-
- CodeGeneration(String) - 类 的构造器com.alibaba.dashscope.aigc.codegeneration.CodeGeneration
-
- CodeGeneration(String, String) - 类 的构造器com.alibaba.dashscope.aigc.codegeneration.CodeGeneration
-
- CodeGeneration(String, String, ConnectionOptions) - 类 的构造器com.alibaba.dashscope.aigc.codegeneration.CodeGeneration
-
- CodeGeneration.Models - com.alibaba.dashscope.aigc.codegeneration中的类
-
- CodeGeneration.Scenes - com.alibaba.dashscope.aigc.codegeneration中的类
-
- CodeGenerationOutput - com.alibaba.dashscope.aigc.codegeneration中的类
-
- CodeGenerationOutput() - 类 的构造器com.alibaba.dashscope.aigc.codegeneration.CodeGenerationOutput
-
- CodeGenerationOutput.Choice - com.alibaba.dashscope.aigc.codegeneration中的类
-
- CodeGenerationParam - com.alibaba.dashscope.aigc.codegeneration中的类
-
- CodeGenerationParam() - 类 的构造器com.alibaba.dashscope.aigc.codegeneration.CodeGenerationParam
-
- CodeGenerationQuickStart - <Unnamed>中的类
-
- CodeGenerationQuickStart() - 类 的构造器CodeGenerationQuickStart
-
- CodeGenerationResult - com.alibaba.dashscope.aigc.codegeneration中的类
-
- CodeGenerationUsage - com.alibaba.dashscope.aigc.codegeneration中的类
-
- CodeGenerationUsage() - 类 的构造器com.alibaba.dashscope.aigc.codegeneration.CodeGenerationUsage
-
- COLORIZATION - 类 中的静态变量com.alibaba.dashscope.aigc.imagesynthesis.ImageSynthesis.ImageEditFunction
-
- com.alibaba.dashscope - 程序包 com.alibaba.dashscope
-
- com.alibaba.dashscope.aigc.codegeneration - 程序包 com.alibaba.dashscope.aigc.codegeneration
-
- com.alibaba.dashscope.aigc.codegeneration.models - 程序包 com.alibaba.dashscope.aigc.codegeneration.models
-
- com.alibaba.dashscope.aigc.completion - 程序包 com.alibaba.dashscope.aigc.completion
-
- com.alibaba.dashscope.aigc.conversation - 程序包 com.alibaba.dashscope.aigc.conversation
-
- com.alibaba.dashscope.aigc.generation - 程序包 com.alibaba.dashscope.aigc.generation
-
- com.alibaba.dashscope.aigc.generation.models - 程序包 com.alibaba.dashscope.aigc.generation.models
-
- com.alibaba.dashscope.aigc.imagesynthesis - 程序包 com.alibaba.dashscope.aigc.imagesynthesis
-
- com.alibaba.dashscope.aigc.multimodalconversation - 程序包 com.alibaba.dashscope.aigc.multimodalconversation
-
- com.alibaba.dashscope.aigc.videosynthesis - 程序包 com.alibaba.dashscope.aigc.videosynthesis
-
- com.alibaba.dashscope.api - 程序包 com.alibaba.dashscope.api
-
- com.alibaba.dashscope.app - 程序包 com.alibaba.dashscope.app
-
- com.alibaba.dashscope.assistants - 程序包 com.alibaba.dashscope.assistants
-
- com.alibaba.dashscope.audio.asr.phrase - 程序包 com.alibaba.dashscope.audio.asr.phrase
-
- com.alibaba.dashscope.audio.asr.recognition - 程序包 com.alibaba.dashscope.audio.asr.recognition
-
- com.alibaba.dashscope.audio.asr.recognition.timestamp - 程序包 com.alibaba.dashscope.audio.asr.recognition.timestamp
-
- com.alibaba.dashscope.audio.asr.transcription - 程序包 com.alibaba.dashscope.audio.asr.transcription
-
- com.alibaba.dashscope.audio.asr.translation - 程序包 com.alibaba.dashscope.audio.asr.translation
-
- com.alibaba.dashscope.audio.asr.translation.results - 程序包 com.alibaba.dashscope.audio.asr.translation.results
-
- com.alibaba.dashscope.audio.asr.vocabulary - 程序包 com.alibaba.dashscope.audio.asr.vocabulary
-
- com.alibaba.dashscope.audio.omni - 程序包 com.alibaba.dashscope.audio.omni
-
- com.alibaba.dashscope.audio.qwen_tts_realtime - 程序包 com.alibaba.dashscope.audio.qwen_tts_realtime
-
- com.alibaba.dashscope.audio.tts - 程序包 com.alibaba.dashscope.audio.tts
-
- com.alibaba.dashscope.audio.tts.timestamp - 程序包 com.alibaba.dashscope.audio.tts.timestamp
-
- com.alibaba.dashscope.audio.ttsv2 - 程序包 com.alibaba.dashscope.audio.ttsv2
-
- com.alibaba.dashscope.audio.ttsv2.enrollment - 程序包 com.alibaba.dashscope.audio.ttsv2.enrollment
-
- com.alibaba.dashscope.base - 程序包 com.alibaba.dashscope.base
-
- com.alibaba.dashscope.common - 程序包 com.alibaba.dashscope.common
-
- com.alibaba.dashscope.embeddings - 程序包 com.alibaba.dashscope.embeddings
-
- com.alibaba.dashscope.exception - 程序包 com.alibaba.dashscope.exception
-
- com.alibaba.dashscope.multimodal - 程序包 com.alibaba.dashscope.multimodal
-
- com.alibaba.dashscope.multimodal.tingwu - 程序包 com.alibaba.dashscope.multimodal.tingwu
-
- com.alibaba.dashscope.nlp.understanding - 程序包 com.alibaba.dashscope.nlp.understanding
-
- com.alibaba.dashscope.protocol - 程序包 com.alibaba.dashscope.protocol
-
- com.alibaba.dashscope.protocol.okhttp - 程序包 com.alibaba.dashscope.protocol.okhttp
-
- com.alibaba.dashscope.rerank - 程序包 com.alibaba.dashscope.rerank
-
- com.alibaba.dashscope.task - 程序包 com.alibaba.dashscope.task
-
- com.alibaba.dashscope.threads - 程序包 com.alibaba.dashscope.threads
-
- com.alibaba.dashscope.threads.messages - 程序包 com.alibaba.dashscope.threads.messages
-
- com.alibaba.dashscope.threads.runs - 程序包 com.alibaba.dashscope.threads.runs
-
- com.alibaba.dashscope.tokenizers - 程序包 com.alibaba.dashscope.tokenizers
-
- com.alibaba.dashscope.tools - 程序包 com.alibaba.dashscope.tools
-
- com.alibaba.dashscope.tools.codeinterpretertool - 程序包 com.alibaba.dashscope.tools.codeinterpretertool
-
- com.alibaba.dashscope.tools.search - 程序包 com.alibaba.dashscope.tools.search
-
- com.alibaba.dashscope.tools.T2Image - 程序包 com.alibaba.dashscope.tools.T2Image
-
- com.alibaba.dashscope.tools.wanx - 程序包 com.alibaba.dashscope.tools.wanx
-
- com.alibaba.dashscope.utils - 程序包 com.alibaba.dashscope.utils
-
- commit() - 类 中的方法com.alibaba.dashscope.audio.omni.OmniRealtimeConversation
-
Commit the audio and video sent before.
- commit() - 类 中的方法com.alibaba.dashscope.audio.qwen_tts_realtime.QwenTtsRealtime
-
Commit the text sent before, create response and start synthesis audio.
- COMMIT2MSG - 类 中的静态变量com.alibaba.dashscope.aigc.codegeneration.CodeGeneration.Scenes
-
- connect() - 类 中的方法com.alibaba.dashscope.audio.omni.OmniRealtimeConversation
-
Connect to server, create session and return default session configuration
- connect() - 类 中的方法com.alibaba.dashscope.audio.qwen_tts_realtime.QwenTtsRealtime
-
Connect to server, create session and return default session configuration
- CONNECT_TIMEOUT - 类 中的静态变量com.alibaba.dashscope.utils.Constants
-
- CONNECTION_REQUEST_TIMEOUT - 类 中的静态变量com.alibaba.dashscope.utils.Constants
-
- ConnectionConfigurations - com.alibaba.dashscope.protocol中的类
-
- ConnectionConfigurations() - 类 的构造器com.alibaba.dashscope.protocol.ConnectionConfigurations
-
- connectionConfigurations - 类 中的静态变量com.alibaba.dashscope.utils.Constants
-
- ConnectionOptions - com.alibaba.dashscope.protocol中的类
-
- ConnectionOptions() - 类 的构造器com.alibaba.dashscope.protocol.ConnectionOptions
-
- CONST_AUDIO_FORMAT_PCM - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_APP_ID - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_BIZ_PARAMS - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_BIZ_PARAMS_TOOL_PROMPTS - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_BIZ_PARAMS_USER_DEFINED_PARAMS - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_BIZ_PARAMS_USER_DEFINED_TOKENS - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_BIZ_PARAMS_USER_PROMPT_PARAMS - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_BIZ_PARAMS_USER_QUERY_PARAMS - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_BIZ_PARAMS_VIDEOS - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_CLIENT_INFO - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_CLIENT_INFO_ACTIVE_FOREGROUND_APP - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_CLIENT_INFO_DEVICE - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_CLIENT_INFO_DEVICE_UUID - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_CLIENT_INFO_LOCATION - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_CLIENT_INFO_LOCATION_CITY_NAME - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_CLIENT_INFO_LOCATION_LATITUDE - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_CLIENT_INFO_LOCATION_LONGITUDE - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_CLIENT_INFO_NETWORK - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_CLIENT_INFO_NETWORK_IP - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_CLIENT_INFO_STATUS - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_CLIENT_INFO_USER_ID - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_DIALOG_ATTRIBUTES - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_DIALOG_ATTRIBUTES_AGENT_ID - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_DIALOG_ATTRIBUTES_PROMPT - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_DIALOG_ATTRIBUTES_VOCABULARY_ID - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_DIALOG_ID - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_DIRECTIVE - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_DOWN_STREAM - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_DOWN_STREAM_AUDIO_FORMAT - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_DOWN_STREAM_DEBUG - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_DOWN_STREAM_INTERMEDIATE_TEXT - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_DOWN_STREAM_PITCH_RATE - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_DOWN_STREAM_SAMPLE_RATE - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_DOWN_STREAM_SPEECH_RATE - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_DOWN_STREAM_TYPE - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_DOWN_STREAM_VOICE - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_DOWN_STREAM_VOLUME - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_IMAGES - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_TEXT - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_TYPE - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_UP_STREAM - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_UP_STREAM_AUDIO_FORMAT - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_UP_STREAM_MODE - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_UP_STREAM_TYPE - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- CONST_NAME_WORKSPACE_ID - 类 中的静态变量com.alibaba.dashscope.multimodal.MultiModalDialogApiKeyWords
-
- Constants - com.alibaba.dashscope.utils中的类
-
- Constants() - 类 的构造器com.alibaba.dashscope.utils.Constants
-
- Content() - 类 的构造器com.alibaba.dashscope.aigc.generation.GenerationLogprobs.Content
-
- CONTENT - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- CONTENT_TYPE_CACHE_CONTROL - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- CONTENT_TYPE_IMAGE_URL - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- CONTENT_TYPE_TEXT - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- ContentBase - com.alibaba.dashscope.threads中的类
-
tool request base
- ContentBase() - 类 的构造器com.alibaba.dashscope.threads.ContentBase
-
- ContentImageFile - com.alibaba.dashscope.threads中的类
-
Thread
- ContentImageFile() - 类 的构造器com.alibaba.dashscope.threads.ContentImageFile
-
- ContentImageFile.ImageFile - com.alibaba.dashscope.threads中的类
-
- ContentText - com.alibaba.dashscope.threads中的类
-
Thread
- ContentText() - 类 的构造器com.alibaba.dashscope.threads.ContentText
-
- ContentText.Text - com.alibaba.dashscope.threads中的类
-
- Conversation - com.alibaba.dashscope.aigc.conversation中的类
-
- Conversation() - 类 的构造器com.alibaba.dashscope.aigc.conversation.Conversation
-
已过时。
- Conversation(String) - 类 的构造器com.alibaba.dashscope.aigc.conversation.Conversation
-
已过时。
- Conversation(String, String) - 类 的构造器com.alibaba.dashscope.aigc.conversation.Conversation
-
已过时。
- Conversation(String, String, ConnectionOptions) - 类 的构造器com.alibaba.dashscope.aigc.conversation.Conversation
-
已过时。
- Conversation.Models - com.alibaba.dashscope.aigc.conversation中的类
-
已过时。
- ConversationManagerHistory - <Unnamed>中的类
-
- ConversationManagerHistory() - 类 的构造器ConversationManagerHistory
-
- ConversationManagerMessages - <Unnamed>中的类
-
- ConversationManagerMessages() - 类 的构造器ConversationManagerMessages
-
- ConversationParam - com.alibaba.dashscope.aigc.conversation中的类
-
- ConversationParam() - 类 的构造器com.alibaba.dashscope.aigc.conversation.ConversationParam
-
- ConversationParam.ResultFormat - com.alibaba.dashscope.aigc.conversation中的类
-
- ConversationQuickStart - <Unnamed>中的类
-
- ConversationQuickStart() - 类 的构造器ConversationQuickStart
-
- ConversationResult - com.alibaba.dashscope.aigc.conversation中的类
-
- ConversationStreamCall - <Unnamed>中的类
-
- ConversationStreamCall() - 类 的构造器ConversationStreamCall
-
- create(AssistantParam) - 类 中的方法com.alibaba.dashscope.assistants.Assistants
-
- create(String, MessageParamBase) - 类 中的方法com.alibaba.dashscope.threads.messages.Messages
-
- create(String, RunParam) - 类 中的方法com.alibaba.dashscope.threads.runs.Runs
-
Create a thread run.
- create(ThreadParam) - 类 中的方法com.alibaba.dashscope.threads.Threads
-
- createAssistant() - 类 中的静态方法AssistantCallSearch
-
- createAssistant() - 类 中的静态方法AssistantCallSearchStream
-
- createAssistant() - 类 中的静态方法AssistantFunctionCall
-
- createAssistant() - 类 中的静态方法AssistantFunctionCallStream
-
- createAssistant() - 类 中的静态方法AssistantFunctionCallStreamOpenai
-
- createAssistant() - 类 中的静态方法AssistantFunctionCallStreamQwen
-
- createFile(String, AssistantFileParam) - 类 中的方法com.alibaba.dashscope.assistants.Assistants
-
- CreatePhrases(AsrPhraseParam) - 类 中的静态方法com.alibaba.dashscope.audio.asr.phrase.AsrPhraseManager
-
- createResponse(String, List<OmniRealtimeModality>) - 类 中的方法com.alibaba.dashscope.audio.omni.OmniRealtimeConversation
-
create response, use audio and video commited before to request llm.
- createStream(String, RunParam) - 类 中的方法com.alibaba.dashscope.threads.runs.Runs
-
Create stream run, return Flowable of StreamMessage.
- createStream(String, RunParam, AssistantEventHandler) - 类 中的方法com.alibaba.dashscope.threads.runs.Runs
-
Create stream run, with event handler.
- createStreamThreadAndRun(ThreadAndRunParam) - 类 中的方法com.alibaba.dashscope.threads.runs.Runs
-
Create stream output and run.
- createStreamThreadAndRun(ThreadAndRunParam, AssistantEventHandler) - 类 中的方法com.alibaba.dashscope.threads.runs.Runs
-
Create stream output and run.
- createTask() - 类 中的静态方法BatchTextEmbeddingUsage
-
- createThreadAndRun(ThreadAndRunParam) - 类 中的方法com.alibaba.dashscope.threads.runs.Runs
-
Create thread and run.
- createVocabulary(String, String, JsonArray) - 类 中的方法com.alibaba.dashscope.audio.asr.vocabulary.VocabularyService
-
创建新热词
- createVocabulary(String, String, JsonArray, VocabularyParam) - 类 中的方法com.alibaba.dashscope.audio.asr.vocabulary.VocabularyService
-
- createVoice(String, String, String) - 类 中的方法com.alibaba.dashscope.audio.ttsv2.enrollment.VoiceEnrollmentService
-
创建新克隆音色
- createVoice(String, String, String, VoiceEnrollmentParam) - 类 中的方法com.alibaba.dashscope.audio.ttsv2.enrollment.VoiceEnrollmentService
-
- CUSTOM - 类 中的静态变量com.alibaba.dashscope.aigc.codegeneration.CodeGeneration.Scenes
-
- CustomInput() - 类 的构造器com.alibaba.dashscope.multimodal.MultiModalRequestParam.CustomInput
-
- CUSTOMIZED_MODEL_ID - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- GeneralApi<ParamT extends HalfDuplexParamBase> - com.alibaba.dashscope.api中的类
-
Support DashScope async task CRUD.
- GeneralApi() - 类 的构造器com.alibaba.dashscope.api.GeneralApi
-
Create default http client.
- GeneralApi(ConnectionOptions) - 类 的构造器com.alibaba.dashscope.api.GeneralApi
-
Create custom http client
- GeneralGetParam - com.alibaba.dashscope.common中的类
-
- GeneralGetParam() - 类 的构造器com.alibaba.dashscope.common.GeneralGetParam
-
- GeneralHalfDuplexApi - com.alibaba.dashscope.utils中的类
-
- GeneralHalfDuplexApi() - 类 的构造器com.alibaba.dashscope.utils.GeneralHalfDuplexApi
-
- GeneralHalfDuplexApi(String) - 类 的构造器com.alibaba.dashscope.utils.GeneralHalfDuplexApi
-
- GeneralHalfDuplexApi(ApiServiceOption, ConnectionOptions) - 类 的构造器com.alibaba.dashscope.utils.GeneralHalfDuplexApi
-
- GeneralListParam - com.alibaba.dashscope.common中的类
-
- GeneralListParam() - 类 的构造器com.alibaba.dashscope.common.GeneralListParam
-
- GeneralServiceOption - com.alibaba.dashscope.protocol中的类
-
- GeneralServiceOption() - 类 的构造器com.alibaba.dashscope.protocol.GeneralServiceOption
-
- generateAESKey() - 类 中的静态方法com.alibaba.dashscope.utils.EncryptionUtils
-
Generate a AES secret key.
- generateEncryptionConfig(String) - 类 中的静态方法com.alibaba.dashscope.utils.EncryptionUtils
-
Generate a EncryptionConfig.
- Generation - com.alibaba.dashscope.aigc.generation中的类
-
- Generation() - 类 的构造器com.alibaba.dashscope.aigc.generation.Generation
-
- Generation(String) - 类 的构造器com.alibaba.dashscope.aigc.generation.Generation
-
- Generation(String, String) - 类 的构造器com.alibaba.dashscope.aigc.generation.Generation
-
- Generation(String, String, ConnectionOptions) - 类 的构造器com.alibaba.dashscope.aigc.generation.Generation
-
- Generation.Models - com.alibaba.dashscope.aigc.generation中的类
-
- GenerationCallEarlyStop - <Unnamed>中的类
-
- GenerationCallEarlyStop() - 类 的构造器GenerationCallEarlyStop
-
- GenerationCallTranslation - <Unnamed>中的类
-
- GenerationCallTranslation() - 类 的构造器GenerationCallTranslation
-
- GenerationCallWithCacheControl - <Unnamed>中的类
-
- GenerationCallWithCacheControl() - 类 的构造器GenerationCallWithCacheControl
-
- GenerationCallWithMessageMultiRound - <Unnamed>中的类
-
- GenerationCallWithMessageMultiRound() - 类 的构造器GenerationCallWithMessageMultiRound
-
- GenerationCallWithMessages - <Unnamed>中的类
-
- GenerationCallWithMessages() - 类 的构造器GenerationCallWithMessages
-
- GenerationCallWithResponseFormat - <Unnamed>中的类
-
- GenerationCallWithResponseFormat() - 类 的构造器GenerationCallWithResponseFormat
-
- GenerationCallWithThinking - <Unnamed>中的类
-
- GenerationCallWithThinking() - 类 的构造器GenerationCallWithThinking
-
- GenerationFunctionCallSample - <Unnamed>中的类
-
- GenerationFunctionCallSample() - 类 的构造器GenerationFunctionCallSample
-
- GenerationFunctionCallSample.AddFunctionTool - <Unnamed>中的类
-
- GenerationLogprobs - com.alibaba.dashscope.aigc.generation中的类
-
- GenerationLogprobs() - 类 的构造器com.alibaba.dashscope.aigc.generation.GenerationLogprobs
-
- GenerationLogprobs.Content - com.alibaba.dashscope.aigc.generation中的类
-
- GenerationLogprobs.TopLogprob - com.alibaba.dashscope.aigc.generation中的类
-
- GenerationOutput - com.alibaba.dashscope.aigc.generation中的类
-
- GenerationOutput() - 类 的构造器com.alibaba.dashscope.aigc.generation.GenerationOutput
-
- GenerationOutput.Choice - com.alibaba.dashscope.aigc.generation中的类
-
- GenerationOutputTokenDetails - com.alibaba.dashscope.aigc.generation中的类
-
- GenerationOutputTokenDetails() - 类 的构造器com.alibaba.dashscope.aigc.generation.GenerationOutputTokenDetails
-
- GenerationParam - com.alibaba.dashscope.aigc.generation中的类
-
- GenerationParam() - 类 的构造器com.alibaba.dashscope.aigc.generation.GenerationParam
-
- GenerationParam.ResultFormat - com.alibaba.dashscope.aigc.generation中的类
-
- GenerationParamBase - com.alibaba.dashscope.aigc.generation中的类
-
- GenerationParamBase() - 类 的构造器com.alibaba.dashscope.aigc.generation.GenerationParamBase
-
- GenerationQuickStart - <Unnamed>中的类
-
- GenerationQuickStart() - 类 的构造器GenerationQuickStart
-
- GenerationResult - com.alibaba.dashscope.aigc.generation中的类
-
- GenerationStreamCall - <Unnamed>中的类
-
- GenerationStreamCall() - 类 的构造器GenerationStreamCall
-
- GenerationToolChoice - <Unnamed>中的类
-
- GenerationToolChoice() - 类 的构造器GenerationToolChoice
-
- GenerationToolChoice.AddFunctionTool - <Unnamed>中的类
-
- GenerationUsage - com.alibaba.dashscope.aigc.generation中的类
-
- GenerationUsage() - 类 的构造器com.alibaba.dashscope.aigc.generation.GenerationUsage
-
- GenerationUsage.PromptTokensDetails - com.alibaba.dashscope.aigc.generation中的类
-
- GenerationUsage.PromptTokensDetails.CacheCreation - com.alibaba.dashscope.aigc.generation中的类
-
- get(HalfDuplexParamBase, ServiceOption) - 类 中的方法com.alibaba.dashscope.api.GeneralApi
-
Make a get request.
- get(String) - 类 中的方法com.alibaba.dashscope.common.TypeRegistry
-
- get() - 类 中的方法com.alibaba.dashscope.utils.EncryptionKeys
-
- get(String) - 类 中的方法com.alibaba.dashscope.utils.EncryptionKeys
-
- get_upload_certificate(String, String) - 类 中的静态方法com.alibaba.dashscope.utils.OSSUtils
-
- getAnnotationClass(String) - 类 中的静态方法com.alibaba.dashscope.threads.AnnotationBase
-
- getApiKey() - 类 中的方法com.alibaba.dashscope.base.FullDuplexParamBase
-
- getApiKey() - 类 中的方法com.alibaba.dashscope.protocol.FullDuplexRequest
-
- getApiKey() - 类 中的方法com.alibaba.dashscope.protocol.HalfDuplexRequest
-
- getApiKey(String) - 类 中的静态方法com.alibaba.dashscope.utils.ApiKey
-
- getAsrPhraseInfo() - 类 中的方法com.alibaba.dashscope.audio.asr.phrase.AsrPhraseStatusResult
-
- getAuth() - 接口 中的方法com.alibaba.dashscope.tools.ToolAuthenticationBase
-
- getAuth() - 接口 中的方法com.alibaba.dashscope.tools.ToolInterface
-
- getBaseHttpUrl() - 接口 中的方法com.alibaba.dashscope.protocol.ServiceOption
-
- getBaseWebSocketUrl() - 类 中的方法com.alibaba.dashscope.protocol.FullDuplexRequest
-
- getBaseWebSocketUrl() - 类 中的方法com.alibaba.dashscope.protocol.HalfDuplexRequest
-
- getBaseWebSocketUrl() - 接口 中的方法com.alibaba.dashscope.protocol.ServiceOption
-
- getBinaryData() - 类 中的方法ChatGLMParam
-
Get the websocket binary data, only for websocket binary input data.
- getBinaryData() - 类 中的方法com.alibaba.dashscope.aigc.codegeneration.CodeGenerationParam
-
- getBinaryData() - 类 中的方法com.alibaba.dashscope.aigc.generation.GenerationParamBase
-
Get the websocket binary data, only for websocket binary input data.
- getBinaryData() - 类 中的方法com.alibaba.dashscope.aigc.imagesynthesis.ImageSynthesisParam
-
- getBinaryData() - 类 中的方法com.alibaba.dashscope.aigc.imagesynthesis.SketchImageSynthesisParam
-
- getBinaryData() - 类 中的方法com.alibaba.dashscope.aigc.multimodalconversation.MultiModalConversationParam
-
- getBinaryData() - 类 中的方法com.alibaba.dashscope.aigc.videosynthesis.VideoSynthesisParam
-
The binary data of the request.
- getBinaryData() - 类 中的方法com.alibaba.dashscope.app.ApplicationParam
-
- getBinaryData() - 类 中的方法com.alibaba.dashscope.audio.asr.phrase.AsrPhraseParam
-
- getBinaryData() - 类 中的方法com.alibaba.dashscope.audio.asr.transcription.TranscriptionParam
-
- getBinaryData() - 类 中的方法com.alibaba.dashscope.audio.asr.vocabulary.VocabularyParam
-
- getBinaryData() - 类 中的方法com.alibaba.dashscope.audio.tts.SpeechSynthesisParam
-
- getBinaryData() - 类 中的方法com.alibaba.dashscope.audio.ttsv2.enrollment.VoiceEnrollmentParam
-
- getBinaryData() - 类 中的方法com.alibaba.dashscope.base.AsyncTaskListParam
-
已过时。
- getBinaryData() - 类 中的方法com.alibaba.dashscope.base.AsyncTaskParam
-
已过时。
- getBinaryData() - 类 中的方法com.alibaba.dashscope.base.FlattenHalfDuplexParamBase
-
- getBinaryData() - 类 中的方法com.alibaba.dashscope.base.HalfDuplexParamBase
-
Get the binary data, only websocket, if no binary data, return null.
- getBinaryData() - 类 中的方法com.alibaba.dashscope.common.GeneralGetParam
-
- getBinaryData() - 类 中的方法com.alibaba.dashscope.embeddings.BatchTextEmbeddingParam
-
- getBinaryData() - 类 中的方法com.alibaba.dashscope.embeddings.MultiModalEmbeddingParam
-
- getBinaryData() - 类 中的方法com.alibaba.dashscope.embeddings.TextEmbeddingParam
-
- getBinaryData() - 类 中的方法com.alibaba.dashscope.multimodal.tingwu.TingWuParam
-
Get the websocket binary data, only for websocket binary input data.
- getBinaryData() - 类 中的方法com.alibaba.dashscope.nlp.understanding.UnderstandingParam
-
- getBinaryData() - 类 中的方法com.alibaba.dashscope.rerank.TextReRankParam
-
- getBinaryData() - 类 中的方法com.alibaba.dashscope.task.AsyncTaskListParam
-
- getBinaryData() - 类 中的方法com.alibaba.dashscope.task.AsyncTaskParam
-
- getBitRate() - 枚举 中的方法com.alibaba.dashscope.audio.omni.OmniRealtimeAudioFormat
-
- getBitRate() - 枚举 中的方法com.alibaba.dashscope.audio.qwen_tts_realtime.QwenTtsRealtimeAudioFormat
-
- getBitRate() - 枚举 中的方法com.alibaba.dashscope.audio.ttsv2.SpeechSynthesisAudioFormat
-
- getChannels() - 枚举 中的方法com.alibaba.dashscope.audio.omni.OmniRealtimeAudioFormat
-
- getChannels() - 枚举 中的方法com.alibaba.dashscope.audio.qwen_tts_realtime.QwenTtsRealtimeAudioFormat
-
- getChannels() - 枚举 中的方法com.alibaba.dashscope.audio.ttsv2.SpeechSynthesisAudioFormat
-
- getConfig() - 类 中的方法com.alibaba.dashscope.audio.omni.OmniRealtimeConfig
-
- getConfig() - 类 中的方法com.alibaba.dashscope.audio.qwen_tts_realtime.QwenTtsRealtimeConfig
-
- getConnectionIdleTimeout() - 类 中的方法com.alibaba.dashscope.protocol.ConnectionConfigurations
-
- getConnectionPoolSize() - 类 中的方法com.alibaba.dashscope.protocol.ConnectionConfigurations
-
- getConnectTimeout() - 类 中的方法com.alibaba.dashscope.protocol.ConnectionConfigurations
-
- getConnectTimeout() - 类 中的方法com.alibaba.dashscope.protocol.ConnectionOptions
-
- getContent() - 类 中的方法com.alibaba.dashscope.aigc.multimodalconversation.MultiModalMessageItemAudio
-
- getContent() - 接口 中的方法com.alibaba.dashscope.aigc.multimodalconversation.MultiModalMessageItemBase
-
- getContent() - 类 中的方法com.alibaba.dashscope.aigc.multimodalconversation.MultiModalMessageItemImage
-
- getContent() - 类 中的方法com.alibaba.dashscope.aigc.multimodalconversation.MultiModalMessageItemText
-
- getContent() - 类 中的方法com.alibaba.dashscope.embeddings.MultiModalEmbeddingItemAudio
-
- getContent() - 类 中的方法com.alibaba.dashscope.embeddings.MultiModalEmbeddingItemImage
-
- getContent() - 类 中的方法com.alibaba.dashscope.embeddings.MultiModalEmbeddingItemText
-
- getContent() - 类 中的方法com.alibaba.dashscope.embeddings.MultiModalEmbeddingItemVideo
-
- getContent() - 类 中的方法com.alibaba.dashscope.embeddings.MultiModalEmbeddingParam
-
- getContentClass(String) - 类 中的静态方法com.alibaba.dashscope.threads.ContentBase
-
- getContinueMessage() - 类 中的方法com.alibaba.dashscope.protocol.FullDuplexRequest
-
- getContinueMessage(String, String) - 类 中的方法com.alibaba.dashscope.protocol.FullDuplexRequest
-
- getContinueMessage(Object, String) - 类 中的方法com.alibaba.dashscope.protocol.FullDuplexRequest
-
- GetCurrentWeather(String, String) - 类 的构造器ChatCompletionTest.GetCurrentWeather
-
- getCustomHeaders() - 类 中的方法com.alibaba.dashscope.audio.asr.transcription.TranscriptionQueryParam
-
- getDialogState() - 类 中的方法com.alibaba.dashscope.multimodal.MultiModalDialog
-
Gets current dialogue state.
- getEncryptionConfig() - 类 中的方法com.alibaba.dashscope.protocol.HalfDuplexRequest
-
- getEncryptKey() - 类 中的静态方法TestEncryption
-
Get encrypt key from server.
- getFinishedTaskMessage(String) - 类 中的方法com.alibaba.dashscope.protocol.FullDuplexRequest
-
- getFirstAudioDelay() - 类 中的方法com.alibaba.dashscope.audio.omni.OmniRealtimeConversation
-
- getFirstAudioDelay() - 类 中的方法com.alibaba.dashscope.audio.qwen_tts_realtime.QwenTtsRealtime
-
- getFirstPackageDelay() - 类 中的方法com.alibaba.dashscope.audio.asr.recognition.Recognition
-
First Package Delay is the time between start sending audio and receive first words package
- getFirstPackageDelay() - 类 中的方法com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerChat
-
First Package Delay is the time between start sending audio and receive first words package
- getFirstPackageDelay() - 类 中的方法com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerRealtime
-
First Package Delay is the time between start sending audio and receive first words package
- getFirstPackageDelay() - 类 中的方法com.alibaba.dashscope.audio.tts.SpeechSynthesizer
-
First Package Delay is the time between start sending text and receive first audio package
- getFirstPackageDelay() - 类 中的方法com.alibaba.dashscope.audio.ttsv2.SpeechSynthesizer
-
First Package Delay is the time between start sending text and receive first audio package
- getFirstPackageDelay() - 类 中的方法com.alibaba.dashscope.multimodal.tingwu.TingWuRealtime
-
First Package Delay is the time between start sending audio and receive first words package
- getFirstTextDelay() - 类 中的方法com.alibaba.dashscope.audio.omni.OmniRealtimeConversation
-
- getFormat() - 枚举 中的方法com.alibaba.dashscope.audio.omni.OmniRealtimeAudioFormat
-
- getFormat() - 枚举 中的方法com.alibaba.dashscope.audio.qwen_tts_realtime.QwenTtsRealtimeAudioFormat
-
- getFormat() - 枚举 中的方法com.alibaba.dashscope.audio.ttsv2.SpeechSynthesisAudioFormat
-
- getFullDuplexClient() - 类 中的静态方法com.alibaba.dashscope.protocol.ClientProviders
-
- getFullDuplexClient(ConnectionOptions, boolean) - 类 中的静态方法com.alibaba.dashscope.protocol.ClientProviders
-
Create a dashscope full duplex client. only websocket is supported.
- getFunction() - 类 中的方法com.alibaba.dashscope.protocol.AsyncTaskOption
-
- getFunction() - 接口 中的方法com.alibaba.dashscope.protocol.ServiceOption
-
- getHalfDuplexClient(String) - 类 中的静态方法com.alibaba.dashscope.protocol.ClientProviders
-
- getHalfDuplexClient(ConnectionOptions, String) - 类 中的静态方法com.alibaba.dashscope.protocol.ClientProviders
-
Create a dashscope half duplex client. only okhttp http and websocket is supported.
- getHeaders() - 类 中的方法com.alibaba.dashscope.app.ApplicationParam
-
- getHeaders() - 类 中的方法com.alibaba.dashscope.audio.omni.OmniRealtimeParam
-
- getHeaders() - 类 中的方法com.alibaba.dashscope.audio.qwen_tts_realtime.QwenTtsRealtimeParam
-
- getHeaders() - 类 中的方法com.alibaba.dashscope.base.AsyncTaskListParam
-
已过时。
- getHeaders() - 类 中的方法com.alibaba.dashscope.base.AsyncTaskParam
-
已过时。
- getHeaders() - 类 中的方法com.alibaba.dashscope.base.FlattenHalfDuplexParamBase
-
- getHeaders() - 类 中的方法com.alibaba.dashscope.base.FullDuplexParamBase
-
The custom http header.
- getHeaders() - 类 中的方法com.alibaba.dashscope.base.FullDuplexServiceParam
-
- getHeaders() - 类 中的方法com.alibaba.dashscope.base.HalfDuplexParamBase
-
The custom http header.
- getHeaders() - 类 中的方法com.alibaba.dashscope.base.HalfDuplexServiceParam
-
- getHeaders() - 类 中的方法com.alibaba.dashscope.common.GeneralGetParam
-
- getHeaders() - 类 中的方法com.alibaba.dashscope.multimodal.tingwu.TingWuRealtimeParam
-
- getHeaders() - 类 中的方法com.alibaba.dashscope.protocol.FullDuplexRequest
-
- getHeaders() - 类 中的方法com.alibaba.dashscope.protocol.HalfDuplexRequest
-
- getHeaders() - 类 中的方法com.alibaba.dashscope.task.AsyncTaskListParam
-
- getHeaders() - 类 中的方法com.alibaba.dashscope.task.AsyncTaskParam
-
- getHttpBody() - 类 中的方法ChatGLMParam
-
- getHttpBody() - 类 中的方法com.alibaba.dashscope.aigc.codegeneration.CodeGenerationParam
-
- getHttpBody() - 类 中的方法com.alibaba.dashscope.aigc.completion.ChatCompletionParam
-
- getHttpBody() - 类 中的方法com.alibaba.dashscope.aigc.generation.GenerationParamBase
-
- getHttpBody() - 类 中的方法com.alibaba.dashscope.aigc.imagesynthesis.ImageSynthesisParam
-
- getHttpBody() - 类 中的方法com.alibaba.dashscope.aigc.imagesynthesis.SketchImageSynthesisParam
-
- getHttpBody() - 类 中的方法com.alibaba.dashscope.aigc.multimodalconversation.MultiModalConversationParam
-
- getHttpBody() - 类 中的方法com.alibaba.dashscope.aigc.videosynthesis.VideoSynthesisParam
-
The http body of the request.
- getHttpBody() - 类 中的方法com.alibaba.dashscope.app.ApplicationParam
-
- getHttpBody() - 类 中的方法com.alibaba.dashscope.assistants.AssistantFileParam
-
- getHttpBody() - 类 中的方法com.alibaba.dashscope.assistants.AssistantParam
-
- getHttpBody() - 类 中的方法com.alibaba.dashscope.audio.asr.phrase.AsrPhraseParam
-
- getHttpBody() - 类 中的方法com.alibaba.dashscope.audio.asr.transcription.TranscriptionParam
-
- getHttpBody() - 类 中的方法com.alibaba.dashscope.audio.asr.vocabulary.VocabularyParam
-
- getHttpBody() - 类 中的方法com.alibaba.dashscope.audio.tts.SpeechSynthesisParam
-
- getHttpBody() - 类 中的方法com.alibaba.dashscope.audio.ttsv2.enrollment.VoiceEnrollmentParam
-
- getHttpBody() - 类 中的方法com.alibaba.dashscope.base.AsyncTaskListParam
-
已过时。
- getHttpBody() - 类 中的方法com.alibaba.dashscope.base.AsyncTaskParam
-
已过时。
- getHttpBody() - 类 中的方法com.alibaba.dashscope.base.HalfDuplexParamBase
-
Get the batch request data.
- getHttpBody() - 类 中的方法com.alibaba.dashscope.common.GeneralGetParam
-
- getHttpBody() - 类 中的方法com.alibaba.dashscope.common.UpdateMetadataParam
-
- getHttpBody() - 类 中的方法com.alibaba.dashscope.embeddings.BatchTextEmbeddingParam
-
- getHttpBody() - 类 中的方法com.alibaba.dashscope.embeddings.MultiModalEmbeddingParam
-
- getHttpBody() - 类 中的方法com.alibaba.dashscope.embeddings.TextEmbeddingParam
-
- getHttpBody() - 类 中的方法com.alibaba.dashscope.multimodal.tingwu.TingWuParam
-
- getHttpBody() - 类 中的方法com.alibaba.dashscope.nlp.understanding.UnderstandingParam
-
- getHttpBody() - 类 中的方法com.alibaba.dashscope.rerank.TextReRankParam
-
- getHttpBody() - 类 中的方法com.alibaba.dashscope.task.AsyncTaskListParam
-
- getHttpBody() - 类 中的方法com.alibaba.dashscope.task.AsyncTaskParam
-
- getHttpBody() - 类 中的方法com.alibaba.dashscope.threads.messages.TextMessageParam
-
- getHttpBody() - 类 中的方法com.alibaba.dashscope.threads.runs.RunParam
-
- getHttpBody() - 类 中的方法com.alibaba.dashscope.threads.runs.SubmitToolOutputsParam
-
- getHttpBody() - 类 中的方法com.alibaba.dashscope.threads.runs.ThreadAndRunParam
-
- getHttpBody() - 类 中的方法com.alibaba.dashscope.threads.ThreadParam
-
- getHttpMethod() - 类 中的方法com.alibaba.dashscope.protocol.AsyncTaskOption
-
- getHttpMethod() - 类 中的方法com.alibaba.dashscope.protocol.HalfDuplexRequest
-
- getHttpMethod() - 接口 中的方法com.alibaba.dashscope.protocol.ServiceOption
-
- getHttpRequest() - 类 中的方法com.alibaba.dashscope.protocol.HalfDuplexRequest
-
- getHttpUrl() - 类 中的方法com.alibaba.dashscope.protocol.HalfDuplexRequest
-
- getId() - 类 中的方法com.alibaba.dashscope.tools.ToolCallBase
-
- getIndex() - 类 中的方法com.alibaba.dashscope.tools.ToolCallBase
-
- getInput() - 类 中的方法ChatGLMParam
-
- getInput() - 类 中的方法com.alibaba.dashscope.aigc.codegeneration.CodeGenerationParam
-
- getInput() - 类 中的方法com.alibaba.dashscope.aigc.conversation.ConversationParam
-
- getInput() - 类 中的方法com.alibaba.dashscope.aigc.generation.GenerationParam
-
- getInput() - 类 中的方法com.alibaba.dashscope.aigc.generation.GenerationParamBase
-
- getInput() - 类 中的方法com.alibaba.dashscope.aigc.imagesynthesis.ImageSynthesisParam
-
- getInput() - 类 中的方法com.alibaba.dashscope.aigc.imagesynthesis.SketchImageSynthesisParam
-
- getInput() - 类 中的方法com.alibaba.dashscope.aigc.multimodalconversation.MultiModalConversationParam
-
- getInput() - 类 中的方法com.alibaba.dashscope.aigc.videosynthesis.VideoSynthesisParam
-
The inputs of the model.
- getInput() - 类 中的方法com.alibaba.dashscope.app.ApplicationParam
-
- getInput() - 类 中的方法com.alibaba.dashscope.app.RagApplicationParam
-
已过时。
- getInput() - 类 中的方法com.alibaba.dashscope.audio.asr.phrase.AsrPhraseParam
-
- getInput() - 类 中的方法com.alibaba.dashscope.audio.asr.transcription.TranscriptionParam
-
- getInput() - 类 中的方法com.alibaba.dashscope.audio.asr.vocabulary.VocabularyParam
-
- getInput() - 类 中的方法com.alibaba.dashscope.audio.tts.SpeechSynthesisParam
-
- getInput() - 类 中的方法com.alibaba.dashscope.audio.ttsv2.enrollment.VoiceEnrollmentParam
-
- getInput() - 类 中的方法com.alibaba.dashscope.base.AsyncTaskListParam
-
已过时。
- getInput() - 类 中的方法com.alibaba.dashscope.base.AsyncTaskParam
-
已过时。
- getInput() - 类 中的方法com.alibaba.dashscope.base.FlattenHalfDuplexParamBase
-
- getInput() - 类 中的方法com.alibaba.dashscope.base.HalfDuplexParamBase
-
Get the request input data.
- getInput() - 类 中的方法com.alibaba.dashscope.common.GeneralGetParam
-
- getInput() - 类 中的方法com.alibaba.dashscope.embeddings.BatchTextEmbeddingParam
-
- getInput() - 类 中的方法com.alibaba.dashscope.embeddings.MultiModalEmbeddingParam
-
- getInput() - 类 中的方法com.alibaba.dashscope.embeddings.TextEmbeddingParam
-
- getInput() - 类 中的方法com.alibaba.dashscope.multimodal.tingwu.TingWuParam
-
- getInput() - 类 中的方法com.alibaba.dashscope.nlp.understanding.UnderstandingParam
-
- getInput() - 类 中的方法com.alibaba.dashscope.rerank.TextReRankParam
-
- getInput() - 类 中的方法com.alibaba.dashscope.task.AsyncTaskListParam
-
- getInput() - 类 中的方法com.alibaba.dashscope.task.AsyncTaskParam
-
- getInputs() - 类 中的方法com.alibaba.dashscope.aigc.generation.models.BailianParam
-
- getInputs() - 类 中的方法com.alibaba.dashscope.base.FullDuplexParamBase
-
Custom payload.inputs
- getInputs() - 类 中的方法com.alibaba.dashscope.multimodal.MultiModalRequestParam
-
- getInputs() - 类 中的方法com.alibaba.dashscope.multimodal.tingwu.TingWuRealtimeParam
-
- getIsAsyncTask() - 接口 中的方法com.alibaba.dashscope.protocol.ServiceOption
-
- getIsFlatten() - 类 中的方法com.alibaba.dashscope.protocol.FullDuplexRequest
-
- getIsFlatten() - 类 中的方法com.alibaba.dashscope.protocol.GeneralServiceOption
-
- getIsFlatten() - 类 中的方法com.alibaba.dashscope.protocol.HalfDuplexRequest
-
- getIsFlatten() - 接口 中的方法com.alibaba.dashscope.protocol.ServiceOption
-
Is flatten request and response
- getIsSSE() - 接口 中的方法com.alibaba.dashscope.protocol.ServiceOption
-
- getLanguageList() - 类 中的方法com.alibaba.dashscope.audio.asr.translation.results.TranslationResult
-
- getLastPackageDelay() - 类 中的方法com.alibaba.dashscope.audio.asr.recognition.Recognition
-
Last Package Delay is the time between stop sending audio and receive last words package
- getLastPackageDelay() - 类 中的方法com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerChat
-
Last Package Delay is the time between stop sending audio and receive last words package
- getLastPackageDelay() - 类 中的方法com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerRealtime
-
Last Package Delay is the time between stop sending audio and receive last words package
- getLastPackageDelay() - 类 中的方法com.alibaba.dashscope.multimodal.tingwu.TingWuRealtime
-
Last Package Delay is the time between stop sending audio and receive last words package
- getLastRequestId() - 类 中的方法com.alibaba.dashscope.audio.asr.recognition.Recognition
-
- getLastRequestId() - 类 中的方法com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerChat
-
- getLastRequestId() - 类 中的方法com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerRealtime
-
- getLastRequestId() - 类 中的方法com.alibaba.dashscope.audio.asr.vocabulary.VocabularyService
-
获取最后一次请求的requestId
- getLastRequestId() - 类 中的方法com.alibaba.dashscope.audio.tts.SpeechSynthesizer
-
- getLastRequestId() - 类 中的方法com.alibaba.dashscope.audio.ttsv2.enrollment.VoiceEnrollmentService
-
获取最后一次请求的requestId
- getLastRequestId() - 类 中的方法com.alibaba.dashscope.audio.ttsv2.SpeechSynthesizer
-
- getLastRequestId() - 类 中的方法com.alibaba.dashscope.multimodal.tingwu.TingWuRealtime
-
- getMaximumAsyncRequests() - 类 中的方法com.alibaba.dashscope.protocol.ConnectionConfigurations
-
- getMaximumAsyncRequestsPerHost() - 类 中的方法com.alibaba.dashscope.protocol.ConnectionConfigurations
-
- getMessage() - 异常错误 中的方法com.alibaba.dashscope.exception.ApiException
-
- getMicrophoneStreaming() - 类 中的方法AudioRecognitionUsage
-
- getModal() - 类 中的方法com.alibaba.dashscope.aigc.multimodalconversation.MultiModalMessageItemAudio
-
- getModal() - 接口 中的方法com.alibaba.dashscope.aigc.multimodalconversation.MultiModalMessageItemBase
-
- getModal() - 类 中的方法com.alibaba.dashscope.aigc.multimodalconversation.MultiModalMessageItemImage
-
- getModal() - 类 中的方法com.alibaba.dashscope.aigc.multimodalconversation.MultiModalMessageItemText
-
- getModal() - 类 中的方法com.alibaba.dashscope.embeddings.MultiModalEmbeddingItemAudio
-
- getModal() - 类 中的方法com.alibaba.dashscope.embeddings.MultiModalEmbeddingItemImage
-
- getModal() - 类 中的方法com.alibaba.dashscope.embeddings.MultiModalEmbeddingItemText
-
- getModal() - 类 中的方法com.alibaba.dashscope.embeddings.MultiModalEmbeddingItemVideo
-
- getModel() - 类 中的方法com.alibaba.dashscope.app.ApplicationParam
-
- getModel() - 类 中的方法com.alibaba.dashscope.base.AsyncTaskListParam
-
已过时。
- getModel() - 类 中的方法com.alibaba.dashscope.base.AsyncTaskParam
-
已过时。
- getModel() - 类 中的方法com.alibaba.dashscope.base.FlattenHalfDuplexParamBase
-
- getModel() - 类 中的方法com.alibaba.dashscope.base.FullDuplexParamBase
-
- getModel() - 类 中的方法com.alibaba.dashscope.base.HalfDuplexParamBase
-
- getModel() - 类 中的方法com.alibaba.dashscope.base.HalfDuplexServiceParam
-
- getModel() - 类 中的方法com.alibaba.dashscope.common.GeneralGetParam
-
- getModel() - 类 中的方法com.alibaba.dashscope.task.AsyncTaskListParam
-
- getModel() - 类 中的方法com.alibaba.dashscope.task.AsyncTaskParam
-
- getName() - 枚举 中的方法com.alibaba.dashscope.audio.omni.OmniRealtimeModality
-
- GetNDayWeather(String, Integer, String) - 类 的构造器ChatCompletionTest.GetNDayWeather
-
- getNetworkLoggingLevel() - 类 中的方法com.alibaba.dashscope.protocol.ClientOptions
-
- getNewOkHttpClient(ConnectionOptions) - 类 中的静态方法com.alibaba.dashscope.protocol.okhttp.OkHttpClientFactory
-
- getOkHttpClient() - 类 中的静态方法com.alibaba.dashscope.protocol.okhttp.OkHttpClientFactory
-
- getOutputMode() - 类 中的方法com.alibaba.dashscope.protocol.AsyncTaskOption
-
- getOutputMode() - 类 中的方法com.alibaba.dashscope.protocol.FullDuplexRequest
-
- getOutputMode() - 类 中的方法com.alibaba.dashscope.protocol.HalfDuplexRequest
-
- getOutputMode() - 接口 中的方法com.alibaba.dashscope.protocol.ServiceOption
-
- getParameters() - 类 中的方法com.alibaba.dashscope.aigc.conversation.ConversationParam
-
- getParameters() - 类 中的方法com.alibaba.dashscope.aigc.generation.GenerationParam
-
- getParameters() - 类 中的方法com.alibaba.dashscope.aigc.generation.models.BailianParam
-
- getParameters() - 类 中的方法com.alibaba.dashscope.aigc.imagesynthesis.ImageSynthesisParam
-
- getParameters() - 类 中的方法com.alibaba.dashscope.aigc.imagesynthesis.SketchImageSynthesisParam
-
- getParameters() - 类 中的方法com.alibaba.dashscope.aigc.multimodalconversation.MultiModalConversationParam
-
- getParameters() - 类 中的方法com.alibaba.dashscope.aigc.videosynthesis.VideoSynthesisParam
-
The parameters of the model.
- getParameters() - 类 中的方法com.alibaba.dashscope.app.ApplicationParam
-
- getParameters() - 类 中的方法com.alibaba.dashscope.audio.asr.recognition.RecognitionParam
-
- getParameters() - 类 中的方法com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerParam
-
- getParameters() - 类 中的方法com.alibaba.dashscope.audio.tts.SpeechSynthesisParam
-
- getParameters() - 类 中的方法com.alibaba.dashscope.audio.ttsv2.SpeechSynthesisParam
-
- getParameters() - 类 中的方法com.alibaba.dashscope.base.AsyncTaskListParam
-
已过时。
- getParameters() - 类 中的方法com.alibaba.dashscope.base.AsyncTaskParam
-
已过时。
- getParameters() - 类 中的方法com.alibaba.dashscope.base.FlattenHalfDuplexParamBase
-
- getParameters() - 类 中的方法com.alibaba.dashscope.base.FullDuplexParamBase
-
The service parameters.
- getParameters() - 类 中的方法com.alibaba.dashscope.base.HalfDuplexParamBase
-
The service parameters.
- getParameters() - 类 中的方法com.alibaba.dashscope.base.HalfDuplexServiceParam
-
- getParameters() - 类 中的方法com.alibaba.dashscope.common.GeneralGetParam
-
- getParameters() - 类 中的方法com.alibaba.dashscope.common.GeneralListParam
-
- getParameters() - 类 中的方法com.alibaba.dashscope.embeddings.BatchTextEmbeddingParam
-
- getParameters() - 类 中的方法com.alibaba.dashscope.embeddings.TextEmbeddingParam
-
- getParameters() - 类 中的方法com.alibaba.dashscope.multimodal.MultiModalRequestParam
-
- getParameters() - 类 中的方法com.alibaba.dashscope.multimodal.tingwu.TingWuRealtimeParam
-
- getParameters() - 类 中的方法com.alibaba.dashscope.rerank.TextReRankParam
-
- getParameters() - 类 中的方法com.alibaba.dashscope.task.AsyncTaskListParam
-
- getParameters() - 类 中的方法com.alibaba.dashscope.task.AsyncTaskParam
-
- getProtocol() - 类 中的方法com.alibaba.dashscope.protocol.AsyncTaskOption
-
- getProtocol() - 接口 中的方法com.alibaba.dashscope.protocol.ServiceOption
-
- getProxy() - 类 中的方法com.alibaba.dashscope.protocol.ConnectionConfigurations
-
- getProxy() - 类 中的方法com.alibaba.dashscope.protocol.ConnectionOptions
-
- getProxyHost() - 类 中的方法com.alibaba.dashscope.protocol.ConnectionConfigurations
-
- getProxyHost() - 类 中的方法com.alibaba.dashscope.protocol.ConnectionOptions
-
- getProxyPort() - 类 中的方法com.alibaba.dashscope.protocol.ConnectionConfigurations
-
- getProxyPort() - 类 中的方法com.alibaba.dashscope.protocol.ConnectionOptions
-
- getReadTimeout() - 类 中的方法com.alibaba.dashscope.protocol.ConnectionConfigurations
-
- getReadTimeout() - 类 中的方法com.alibaba.dashscope.protocol.ConnectionOptions
-
- getRegisteredTools() - 类 中的静态方法com.alibaba.dashscope.tools.ToolCallBase
-
- getResources() - 类 中的方法com.alibaba.dashscope.app.ApplicationParam
-
- getResources() - 类 中的方法com.alibaba.dashscope.audio.asr.recognition.RecognitionParam
-
- getResources() - 类 中的方法com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerParam
-
- getResources() - 类 中的方法com.alibaba.dashscope.audio.ttsv2.SpeechSynthesisParam
-
- getResources() - 类 中的方法com.alibaba.dashscope.base.AsyncTaskListParam
-
已过时。
- getResources() - 类 中的方法com.alibaba.dashscope.base.AsyncTaskParam
-
已过时。
- getResources() - 类 中的方法com.alibaba.dashscope.base.FlattenHalfDuplexParamBase
-
- getResources() - 类 中的方法com.alibaba.dashscope.base.FullDuplexParamBase
-
Get the resources
- getResources() - 类 中的方法com.alibaba.dashscope.base.FullDuplexServiceParam
-
Get the resources
- getResources() - 类 中的方法com.alibaba.dashscope.base.HalfDuplexParamBase
-
Get the request resources
- getResources() - 类 中的方法com.alibaba.dashscope.base.HalfDuplexServiceParam
-
- getResources() - 类 中的方法com.alibaba.dashscope.common.GeneralGetParam
-
- getResources() - 类 中的方法com.alibaba.dashscope.task.AsyncTaskListParam
-
- getResources() - 类 中的方法com.alibaba.dashscope.task.AsyncTaskParam
-
- getResponseId() - 类 中的方法com.alibaba.dashscope.audio.omni.OmniRealtimeConversation
-
- getResponseId() - 类 中的方法com.alibaba.dashscope.audio.qwen_tts_realtime.QwenTtsRealtime
-
- getRunStepDelta() - 类 中的方法com.alibaba.dashscope.threads.runs.DefaultAssistantEventHandler
-
- getSampleRate() - 枚举 中的方法com.alibaba.dashscope.audio.omni.OmniRealtimeAudioFormat
-
- getSampleRate() - 枚举 中的方法com.alibaba.dashscope.audio.qwen_tts_realtime.QwenTtsRealtimeAudioFormat
-
- getSampleRate() - 枚举 中的方法com.alibaba.dashscope.audio.ttsv2.SpeechSynthesisAudioFormat
-
- getSdkLoggingLevel() - 类 中的方法com.alibaba.dashscope.protocol.ClientOptions
-
- getSessionId() - 类 中的方法com.alibaba.dashscope.audio.omni.OmniRealtimeConversation
-
- getSessionId() - 类 中的方法com.alibaba.dashscope.audio.qwen_tts_realtime.QwenTtsRealtime
-
- getStartTaskMessage() - 类 中的方法com.alibaba.dashscope.protocol.FullDuplexRequest
-
- getStartTaskMessage(Object) - 类 中的方法com.alibaba.dashscope.protocol.FullDuplexRequest
-
- getStartTaskMessage() - 类 中的方法com.alibaba.dashscope.protocol.HalfDuplexRequest
-
- getStepDetailClass(String) - 类 中的静态方法com.alibaba.dashscope.threads.runs.StepDetailBase
-
- getStreamingData() - 类 中的方法com.alibaba.dashscope.audio.asr.recognition.RecognitionParam
-
- getStreamingData() - 类 中的方法com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerParam
-
- getStreamingData() - 类 中的方法com.alibaba.dashscope.audio.ttsv2.SpeechSynthesisParam
-
- getStreamingData() - 类 中的方法com.alibaba.dashscope.base.FullDuplexParamBase
-
Get the stream input data, only for websocket stream in and duplex mode.
- getStreamingData() - 类 中的方法com.alibaba.dashscope.multimodal.MultiModalRequestParam
-
- getStreamingData() - 类 中的方法com.alibaba.dashscope.multimodal.tingwu.TingWuRealtimeParam
-
- getStreamingData() - 类 中的方法com.alibaba.dashscope.protocol.FullDuplexRequest
-
Only for websocket.
- getStreamingDataFromFile(String) - 类 中的方法AudioRecognitionUsage
-
- getStreamingMode() - 类 中的方法com.alibaba.dashscope.protocol.AsyncTaskOption
-
- getStreamingMode() - 类 中的方法com.alibaba.dashscope.protocol.FullDuplexRequest
-
- getStreamingMode() - 类 中的方法com.alibaba.dashscope.protocol.HalfDuplexRequest
-
- getStreamingMode() - 接口 中的方法com.alibaba.dashscope.protocol.ServiceOption
-
- getStreamMessage() - 类 中的方法com.alibaba.dashscope.threads.runs.DefaultAssistantEventHandler
-
- getTargetDataLineForRecord() - 类 中的方法AudioRecognitionUsage
-
- getTask() - 类 中的方法com.alibaba.dashscope.protocol.AsyncTaskOption
-
- getTask() - 接口 中的方法com.alibaba.dashscope.protocol.ServiceOption
-
- getTaskGroup() - 类 中的方法com.alibaba.dashscope.protocol.AsyncTaskOption
-
- getTaskGroup() - 接口 中的方法com.alibaba.dashscope.protocol.ServiceOption
-
- getTaskId(DashScopeResult) - 类 中的方法com.alibaba.dashscope.api.AsynchronousApi
-
- getToolCallClass(String) - 类 中的静态方法com.alibaba.dashscope.tools.ToolCallBase
-
- getToolCalls() - 类 中的方法com.alibaba.dashscope.threads.runs.RequiredAction.InnerRequiredAction
-
- getToolClass(String) - 类 中的静态方法com.alibaba.dashscope.tools.ToolBase
-
- getTranslation(String) - 类 中的方法com.alibaba.dashscope.audio.asr.translation.results.TranslationResult
-
- getType() - 类 中的方法com.alibaba.dashscope.common.MessageContentBase
-
- getType() - 类 中的方法com.alibaba.dashscope.threads.ContentBase
-
- getType() - 类 中的方法com.alibaba.dashscope.tools.ToolBase
-
- getType() - 类 中的方法com.alibaba.dashscope.tools.ToolCallBase
-
- getType() - 类 中的方法com.alibaba.dashscope.tools.ToolFunction
-
- getType() - 接口 中的方法com.alibaba.dashscope.tools.ToolInterface
-
- getUrl() - 类 中的方法com.alibaba.dashscope.audio.omni.OmniRealtimeParam
-
- getUrl() - 类 中的方法com.alibaba.dashscope.audio.qwen_tts_realtime.QwenTtsRealtimeParam
-
- getValue() - 枚举 中的方法com.alibaba.dashscope.app.FlowStreamMode
-
- getValue() - 枚举 中的方法com.alibaba.dashscope.audio.asr.phrase.AsrPhraseOperationType
-
- getValue() - 枚举 中的方法com.alibaba.dashscope.audio.asr.recognition.RecognitionState
-
- getValue() - 枚举 中的方法com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerState
-
- getValue() - 枚举 中的方法com.alibaba.dashscope.audio.asr.vocabulary.VocabularyOperationType
-
- getValue() - 枚举 中的方法com.alibaba.dashscope.audio.tts.SpeechSynthesisAudioFormat
-
- getValue() - 枚举 中的方法com.alibaba.dashscope.audio.tts.SpeechSynthesisTextType
-
- getValue() - 枚举 中的方法com.alibaba.dashscope.audio.ttsv2.enrollment.VoiceEnrollmentOperationType
-
- getValue() - 枚举 中的方法com.alibaba.dashscope.audio.ttsv2.SpeechSynthesisState
-
- getValue() - 枚举 中的方法com.alibaba.dashscope.common.ErrorType
-
- getValue() - 枚举 中的方法com.alibaba.dashscope.common.Function
-
- getValue() - 枚举 中的方法com.alibaba.dashscope.common.OutputMode
-
- getValue() - 枚举 中的方法com.alibaba.dashscope.common.Role
-
- getValue() - 枚举 中的方法com.alibaba.dashscope.common.Task
-
- getValue() - 枚举 中的方法com.alibaba.dashscope.common.TaskGroup
-
- getValue() - 枚举 中的方法com.alibaba.dashscope.common.TaskStatus
-
- getValue() - 枚举 中的方法com.alibaba.dashscope.embeddings.BatchTextEmbeddingParam.TextType
-
- getValue() - 枚举 中的方法com.alibaba.dashscope.embeddings.TextEmbeddingParam.OutputType
-
- getValue() - 枚举 中的方法com.alibaba.dashscope.embeddings.TextEmbeddingParam.TextType
-
- getValue() - 枚举 中的方法com.alibaba.dashscope.protocol.Protocol
-
- getValue() - 枚举 中的方法com.alibaba.dashscope.protocol.StreamingMode
-
- getValue() - 枚举 中的方法com.alibaba.dashscope.protocol.WebSocketEventType
-
- getWebsocketBinaryData() - 类 中的方法com.alibaba.dashscope.protocol.HalfDuplexRequest
-
- getWebSocketPayload() - 类 中的方法com.alibaba.dashscope.protocol.FullDuplexRequest
-
- getWebSocketPayload(Object) - 类 中的方法com.alibaba.dashscope.protocol.FullDuplexRequest
-
- getWebSocketPayload() - 类 中的方法com.alibaba.dashscope.protocol.HalfDuplexRequest
-
- getWebSocketPayload(Object) - 类 中的方法com.alibaba.dashscope.protocol.HalfDuplexRequest
-
- getWorkspace() - 类 中的方法com.alibaba.dashscope.base.FullDuplexParamBase
-
- getWorkspace() - 类 中的方法com.alibaba.dashscope.protocol.FullDuplexRequest
-
- getWorkspace() - 类 中的方法com.alibaba.dashscope.protocol.HalfDuplexRequest
-
- getWriteTimeout() - 类 中的方法com.alibaba.dashscope.protocol.ConnectionConfigurations
-
- getWriteTimeout() - 类 中的方法com.alibaba.dashscope.protocol.ConnectionOptions
-
- gson - 类 中的静态变量com.alibaba.dashscope.utils.JsonUtils
-
- GsonExclude - com.alibaba.dashscope.utils中的注释类型
-
- GsonNumberAdapter - com.alibaba.dashscope.utils中的类
-
- GsonNumberAdapter() - 类 的构造器com.alibaba.dashscope.utils.GsonNumberAdapter
-
- GTE_RERANK_V2 - 类 中的静态变量com.alibaba.dashscope.rerank.TextReRank.Models
-
- OCR_OPTIONS - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- OcrOptions - com.alibaba.dashscope.aigc.multimodalconversation中的类
-
- OcrOptions() - 类 的构造器com.alibaba.dashscope.aigc.multimodalconversation.OcrOptions
-
- OcrOptions.Task - com.alibaba.dashscope.aigc.multimodalconversation中的枚举
-
- OcrOptions.TaskConfig - com.alibaba.dashscope.aigc.multimodalconversation中的类
-
- of(String) - 枚举 中的静态方法com.alibaba.dashscope.common.OutputMode
-
- of(String) - 枚举 中的静态方法com.alibaba.dashscope.protocol.Protocol
-
- of(String) - 枚举 中的静态方法com.alibaba.dashscope.protocol.StreamingMode
-
- OkHttpClientFactory - com.alibaba.dashscope.protocol.okhttp中的类
-
- OkHttpHttpClient - com.alibaba.dashscope.protocol.okhttp中的类
-
- OkHttpHttpClient(OkHttpClient) - 类 的构造器com.alibaba.dashscope.protocol.okhttp.OkHttpHttpClient
-
- OkHttpWebSocketClient - com.alibaba.dashscope.protocol.okhttp中的类
-
- OkHttpWebSocketClient(OkHttpClient, boolean) - 类 的构造器com.alibaba.dashscope.protocol.okhttp.OkHttpWebSocketClient
-
- OmniRealtimeAudioFormat - com.alibaba.dashscope.audio.omni中的枚举
-
- OmniRealtimeCallback - com.alibaba.dashscope.audio.omni中的类
-
- OmniRealtimeCallback() - 类 的构造器com.alibaba.dashscope.audio.omni.OmniRealtimeCallback
-
- OmniRealtimeConfig - com.alibaba.dashscope.audio.omni中的类
-
- OmniRealtimeConfig() - 类 的构造器com.alibaba.dashscope.audio.omni.OmniRealtimeConfig
-
- OmniRealtimeConstants - com.alibaba.dashscope.audio.omni中的类
-
- OmniRealtimeConstants() - 类 的构造器com.alibaba.dashscope.audio.omni.OmniRealtimeConstants
-
- OmniRealtimeConversation - com.alibaba.dashscope.audio.omni中的类
-
- OmniRealtimeConversation(OmniRealtimeParam, OmniRealtimeCallback) - 类 的构造器com.alibaba.dashscope.audio.omni.OmniRealtimeConversation
-
Constructor
- OmniRealtimeModality - com.alibaba.dashscope.audio.omni中的枚举
-
- OmniRealtimeParam - com.alibaba.dashscope.audio.omni中的类
-
- OmniRealtimeParam() - 类 的构造器com.alibaba.dashscope.audio.omni.OmniRealtimeParam
-
- onAiResult(String, JsonObject) - 类 中的方法com.alibaba.dashscope.multimodal.tingwu.TingWuRealtimeCallback
-
Called when responding content is available in a specific dialog.
- onClose(int, String) - 类 中的方法com.alibaba.dashscope.audio.omni.OmniRealtimeCallback
-
Will be called when the connection is closed.
- onClose(int, String) - 类 中的方法com.alibaba.dashscope.audio.qwen_tts_realtime.QwenTtsRealtimeCallback
-
Will be called when the connection is closed.
- onClosed(WebSocket, int, String) - 类 中的方法com.alibaba.dashscope.audio.omni.OmniRealtimeConversation
-
- onClosed(WebSocket, int, String) - 类 中的方法com.alibaba.dashscope.audio.qwen_tts_realtime.QwenTtsRealtime
-
- onClosed() - 类 中的方法com.alibaba.dashscope.multimodal.MultiModalDialogCallback
-
Called when the conversation closes.
- onClosed() - 类 中的方法com.alibaba.dashscope.multimodal.tingwu.TingWuRealtimeCallback
-
Called when the conversation closes.
- onClosed(WebSocket, int, String) - 类 中的方法com.alibaba.dashscope.protocol.okhttp.OkHttpWebSocketClient
-
- onClosing(WebSocket, int, String) - 类 中的方法com.alibaba.dashscope.audio.omni.OmniRealtimeConversation
-
- onClosing(WebSocket, int, String) - 类 中的方法com.alibaba.dashscope.audio.qwen_tts_realtime.QwenTtsRealtime
-
- onClosing(WebSocket, int, String) - 类 中的方法com.alibaba.dashscope.protocol.okhttp.OkHttpWebSocketClient
-
- onComplete() - 类 中的方法com.alibaba.dashscope.common.ResultCallback
-
Will be called when all messages are received.
- onConnected() - 类 中的方法com.alibaba.dashscope.multimodal.MultiModalDialogCallback
-
Called when the conversation is connected.
- onDone() - 接口 中的方法com.alibaba.dashscope.threads.runs.AssistantEventHandler
-
- onDone() - 类 中的方法com.alibaba.dashscope.threads.runs.DefaultAssistantEventHandler
-
- onError(Exception) - 类 中的方法com.alibaba.dashscope.common.ResultCallback
-
Will be called when an Exception occurs.
- onError(String, String, String) - 类 中的方法com.alibaba.dashscope.multimodal.MultiModalDialogCallback
-
Called when an error occurs during a conversation.
- onError(String, String) - 类 中的方法com.alibaba.dashscope.multimodal.tingwu.TingWuRealtimeCallback
-
Called when an error occurs during a conversation.
- onError(String) - 接口 中的方法com.alibaba.dashscope.threads.runs.AssistantEventHandler
-
- onError(String) - 类 中的方法com.alibaba.dashscope.threads.runs.DefaultAssistantEventHandler
-
- onEvent(JsonObject) - 类 中的方法com.alibaba.dashscope.audio.omni.OmniRealtimeCallback
-
Will be called as soon as the server replies.
- onEvent(JsonObject) - 类 中的方法com.alibaba.dashscope.audio.qwen_tts_realtime.QwenTtsRealtimeCallback
-
Will be called as soon as the server replies.
- onEvent(T) - 类 中的方法com.alibaba.dashscope.common.ResultCallback
-
Will be called as soon as the server replies.
- onFailure(WebSocket, Throwable, Response) - 类 中的方法com.alibaba.dashscope.audio.omni.OmniRealtimeConversation
-
- onFailure(WebSocket, Throwable, Response) - 类 中的方法com.alibaba.dashscope.audio.qwen_tts_realtime.QwenTtsRealtime
-
- onFailure(WebSocket, Throwable, Response) - 类 中的方法com.alibaba.dashscope.protocol.okhttp.OkHttpWebSocketClient
-
- onMessage(WebSocket, String) - 类 中的方法com.alibaba.dashscope.audio.omni.OmniRealtimeConversation
-
- onMessage(WebSocket, String) - 类 中的方法com.alibaba.dashscope.audio.qwen_tts_realtime.QwenTtsRealtime
-
- onMessage(WebSocket, String) - 类 中的方法com.alibaba.dashscope.protocol.okhttp.OkHttpWebSocketClient
-
- onMessage(WebSocket, ByteString) - 类 中的方法com.alibaba.dashscope.protocol.okhttp.OkHttpWebSocketClient
-
- onOpen() - 类 中的方法com.alibaba.dashscope.audio.omni.OmniRealtimeCallback
-
Will be called as soon as the connection is established, only for http stream request.
- onOpen(WebSocket, Response) - 类 中的方法com.alibaba.dashscope.audio.omni.OmniRealtimeConversation
-
WebSocket callbacks
- onOpen(WebSocket, Response) - 类 中的方法com.alibaba.dashscope.audio.qwen_tts_realtime.QwenTtsRealtime
-
WebSocket callbacks
- onOpen() - 类 中的方法com.alibaba.dashscope.audio.qwen_tts_realtime.QwenTtsRealtimeCallback
-
Will be called as soon as the connection is established, only for http stream request.
- onOpen(Status) - 类 中的方法com.alibaba.dashscope.common.ResultCallback
-
Will be called as soon as the connection is established, only for http stream request.
- onOpen(WebSocket, Response) - 类 中的方法com.alibaba.dashscope.protocol.okhttp.OkHttpWebSocketClient
-
- onRecognizeResult(String, JsonObject) - 类 中的方法com.alibaba.dashscope.multimodal.tingwu.TingWuRealtimeCallback
-
Called when speech content is available in a specific dialog.
- onRequestAccepted(String) - 类 中的方法com.alibaba.dashscope.multimodal.MultiModalDialogCallback
-
Called when a request is accepted in a specific dialog.
- onRespondingContent(String, JsonObject) - 类 中的方法com.alibaba.dashscope.multimodal.MultiModalDialogCallback
-
Called when responding content is available in a specific dialog.
- onRespondingEnded(String, JsonObject) - 类 中的方法com.alibaba.dashscope.multimodal.MultiModalDialogCallback
-
Called when responding ends in a specific dialog.
- onRespondingStarted(String) - 类 中的方法com.alibaba.dashscope.multimodal.MultiModalDialogCallback
-
Called when responding starts in a specific dialog.
- onSpeechAudioData(ByteBuffer) - 类 中的方法com.alibaba.dashscope.multimodal.MultiModalDialogCallback
-
Called when speech audio data is available.
- onSpeechContent(String, JsonObject) - 类 中的方法com.alibaba.dashscope.multimodal.MultiModalDialogCallback
-
Called when speech content is available in a specific dialog.
- onSpeechEnded(String) - 类 中的方法com.alibaba.dashscope.multimodal.MultiModalDialogCallback
-
Called when speech ends in a specific dialog.
- onSpeechListen(String, String) - 类 中的方法com.alibaba.dashscope.multimodal.tingwu.TingWuRealtimeCallback
-
Called when a request is accepted in a specific dialog.
- onSpeechStarted(String) - 类 中的方法com.alibaba.dashscope.multimodal.MultiModalDialogCallback
-
Called when speech starts in a specific dialog.
- onStarted(String) - 类 中的方法com.alibaba.dashscope.multimodal.MultiModalDialogCallback
-
Called when a conversation starts with a specific dialog ID.
- onStarted(String) - 类 中的方法com.alibaba.dashscope.multimodal.tingwu.TingWuRealtimeCallback
-
Called when a conversation starts with a specific dialog ID.
- onStateChanged(State.DialogState) - 类 中的方法com.alibaba.dashscope.multimodal.MultiModalDialogCallback
-
Called when the conversation state changes.
- onStopped(String) - 类 中的方法com.alibaba.dashscope.multimodal.MultiModalDialogCallback
-
Called when a conversation stops with a specific dialog ID.
- onStopped(String) - 类 中的方法com.alibaba.dashscope.multimodal.tingwu.TingWuRealtimeCallback
-
Called when a conversation stops with a specific dialog ID.
- onThreadCreated(AssistantThread) - 接口 中的方法com.alibaba.dashscope.threads.runs.AssistantEventHandler
-
- onThreadCreated(AssistantThread) - 类 中的方法com.alibaba.dashscope.threads.runs.DefaultAssistantEventHandler
-
- onThreadMessageCompleted(ThreadMessage) - 接口 中的方法com.alibaba.dashscope.threads.runs.AssistantEventHandler
-
- onThreadMessageCompleted(ThreadMessage) - 类 中的方法com.alibaba.dashscope.threads.runs.DefaultAssistantEventHandler
-
- onThreadMessageCreated(ThreadMessage) - 接口 中的方法com.alibaba.dashscope.threads.runs.AssistantEventHandler
-
- onThreadMessageCreated(ThreadMessage) - 类 中的方法com.alibaba.dashscope.threads.runs.DefaultAssistantEventHandler
-
- onThreadMessageDelta(ThreadMessage) - 接口 中的方法com.alibaba.dashscope.threads.runs.AssistantEventHandler
-
- onThreadMessageDelta(ThreadMessage) - 类 中的方法com.alibaba.dashscope.threads.runs.DefaultAssistantEventHandler
-
- onThreadMessageIncomplete(ThreadMessage) - 接口 中的方法com.alibaba.dashscope.threads.runs.AssistantEventHandler
-
- onThreadMessageIncomplete(ThreadMessage) - 类 中的方法com.alibaba.dashscope.threads.runs.DefaultAssistantEventHandler
-
- onThreadMessageInProgress(ThreadMessage) - 接口 中的方法com.alibaba.dashscope.threads.runs.AssistantEventHandler
-
- onThreadMessageInProgress(ThreadMessage) - 类 中的方法com.alibaba.dashscope.threads.runs.DefaultAssistantEventHandler
-
- onThreadRunCancelled(Run) - 接口 中的方法com.alibaba.dashscope.threads.runs.AssistantEventHandler
-
- onThreadRunCancelled(Run) - 类 中的方法com.alibaba.dashscope.threads.runs.DefaultAssistantEventHandler
-
- onThreadRunCancelling(Run) - 接口 中的方法com.alibaba.dashscope.threads.runs.AssistantEventHandler
-
- onThreadRunCancelling(Run) - 类 中的方法com.alibaba.dashscope.threads.runs.DefaultAssistantEventHandler
-
- onThreadRunCompleted(Run) - 接口 中的方法com.alibaba.dashscope.threads.runs.AssistantEventHandler
-
- onThreadRunCompleted(Run) - 类 中的方法com.alibaba.dashscope.threads.runs.DefaultAssistantEventHandler
-
- onThreadRunCreated(Run) - 接口 中的方法com.alibaba.dashscope.threads.runs.AssistantEventHandler
-
- onThreadRunCreated(Run) - 类 中的方法com.alibaba.dashscope.threads.runs.DefaultAssistantEventHandler
-
- onThreadRunExpired(Run) - 接口 中的方法com.alibaba.dashscope.threads.runs.AssistantEventHandler
-
- onThreadRunExpired(Run) - 类 中的方法com.alibaba.dashscope.threads.runs.DefaultAssistantEventHandler
-
- onThreadRunFailed(Run) - 接口 中的方法com.alibaba.dashscope.threads.runs.AssistantEventHandler
-
- onThreadRunFailed(Run) - 类 中的方法com.alibaba.dashscope.threads.runs.DefaultAssistantEventHandler
-
- onThreadRunInProgress(Run) - 接口 中的方法com.alibaba.dashscope.threads.runs.AssistantEventHandler
-
- onThreadRunInProgress(Run) - 类 中的方法com.alibaba.dashscope.threads.runs.DefaultAssistantEventHandler
-
- onThreadRunQueued(Run) - 接口 中的方法com.alibaba.dashscope.threads.runs.AssistantEventHandler
-
- onThreadRunQueued(Run) - 类 中的方法com.alibaba.dashscope.threads.runs.DefaultAssistantEventHandler
-
- onThreadRunRequiresAction(Run) - 接口 中的方法com.alibaba.dashscope.threads.runs.AssistantEventHandler
-
- onThreadRunRequiresAction(Run) - 类 中的方法com.alibaba.dashscope.threads.runs.DefaultAssistantEventHandler
-
- OnThreadRunStepCancelled(RunStep) - 接口 中的方法com.alibaba.dashscope.threads.runs.AssistantEventHandler
-
- OnThreadRunStepCancelled(RunStep) - 类 中的方法com.alibaba.dashscope.threads.runs.DefaultAssistantEventHandler
-
- OnThreadRunStepCompleted(RunStep) - 接口 中的方法com.alibaba.dashscope.threads.runs.AssistantEventHandler
-
- OnThreadRunStepCompleted(RunStep) - 类 中的方法com.alibaba.dashscope.threads.runs.DefaultAssistantEventHandler
-
- OnThreadRunStepCreated(RunStep) - 接口 中的方法com.alibaba.dashscope.threads.runs.AssistantEventHandler
-
- OnThreadRunStepCreated(RunStep) - 类 中的方法com.alibaba.dashscope.threads.runs.DefaultAssistantEventHandler
-
- OnThreadRunStepDelta(RunStep) - 接口 中的方法com.alibaba.dashscope.threads.runs.AssistantEventHandler
-
- OnThreadRunStepDelta(RunStep) - 类 中的方法com.alibaba.dashscope.threads.runs.DefaultAssistantEventHandler
-
- OnThreadRunStepExpired(RunStep) - 接口 中的方法com.alibaba.dashscope.threads.runs.AssistantEventHandler
-
- OnThreadRunStepExpired(RunStep) - 类 中的方法com.alibaba.dashscope.threads.runs.DefaultAssistantEventHandler
-
- OnThreadRunStepFailed(RunStep) - 接口 中的方法com.alibaba.dashscope.threads.runs.AssistantEventHandler
-
- OnThreadRunStepFailed(RunStep) - 类 中的方法com.alibaba.dashscope.threads.runs.DefaultAssistantEventHandler
-
- OnThreadRunStepInProgress(RunStep) - 接口 中的方法com.alibaba.dashscope.threads.runs.AssistantEventHandler
-
- OnThreadRunStepInProgress(RunStep) - 类 中的方法com.alibaba.dashscope.threads.runs.DefaultAssistantEventHandler
-
- onUnknown(String) - 接口 中的方法com.alibaba.dashscope.threads.runs.AssistantEventHandler
-
- onUnknown(String) - 类 中的方法com.alibaba.dashscope.threads.runs.DefaultAssistantEventHandler
-
- OPENNLU_V1 - 类 中的静态变量com.alibaba.dashscope.nlp.understanding.Understanding.Models
-
- OSSUtils - com.alibaba.dashscope.utils中的类
-
- OSSUtils() - 类 的构造器com.alibaba.dashscope.utils.OSSUtils
-
- OSSUtils.ImageFileTypeDetector - com.alibaba.dashscope.utils中的类
-
- OtherRoleContentMessageParam - com.alibaba.dashscope.aigc.codegeneration.models中的类
-
- OtherRoleContentMessageParam(String, String) - 类 的构造器com.alibaba.dashscope.aigc.codegeneration.models.OtherRoleContentMessageParam
-
- OtherRoleMetaMessageParam - com.alibaba.dashscope.aigc.codegeneration.models中的类
-
- OtherRoleMetaMessageParam(String, JsonObject) - 类 的构造器com.alibaba.dashscope.aigc.codegeneration.models.OtherRoleMetaMessageParam
-
- output - 类 中的变量com.alibaba.dashscope.protocol.WebSocketResponsePayload
-
- OUTPUT - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- OUTPUT_AUDIO_FORMAT - 类 中的静态变量com.alibaba.dashscope.audio.omni.OmniRealtimeConstants
-
- OUTPUT_TOKENS - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- OutputMode - com.alibaba.dashscope.common中的枚举
-
- SAMPLE_RATE - 类 中的静态变量com.alibaba.dashscope.audio.asr.recognition.RecognitionApiKeywords
-
- SAMPLE_RATE - 类 中的静态变量com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerApiKeywords
-
- SAMPLE_RATE - 类 中的静态变量com.alibaba.dashscope.audio.qwen_tts_realtime.QwenTtsRealtimeConstants
-
- SAMPLE_RATE - 类 中的静态变量com.alibaba.dashscope.audio.tts.SpeechSynthesisApiKeywords
-
- SCALE - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- SCENE - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- Scenes() - 类 的构造器com.alibaba.dashscope.aigc.codegeneration.CodeGeneration.Scenes
-
- SearchInfo - com.alibaba.dashscope.aigc.generation中的类
-
- SearchInfo() - 类 的构造器com.alibaba.dashscope.aigc.generation.SearchInfo
-
- SearchInfo.SearchResult - com.alibaba.dashscope.aigc.generation中的类
-
- SearchOptions - com.alibaba.dashscope.aigc.generation中的类
-
- SearchOptions() - 类 的构造器com.alibaba.dashscope.aigc.generation.SearchOptions
-
- SearchResult() - 类 的构造器com.alibaba.dashscope.aigc.generation.SearchInfo.SearchResult
-
- SEED - 接口 中的静态变量com.alibaba.dashscope.app.AppKeywords
-
- SEED - 类 中的静态变量com.alibaba.dashscope.audio.tts.SpeechSynthesisApiKeywords
-
- SEED - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- SEMANTIC_PUNCTUATION_ENABLED - 类 中的静态变量com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerApiKeywords
-
- send(HalfDuplexRequest) - 接口 中的方法com.alibaba.dashscope.protocol.HalfDuplexClient
-
Blocking send http request and get the response body.
- send(HalfDuplexRequest, ResultCallback<DashScopeResult>) - 接口 中的方法com.alibaba.dashscope.protocol.HalfDuplexClient
-
- send(HalfDuplexRequest) - 类 中的方法com.alibaba.dashscope.protocol.okhttp.OkHttpHttpClient
-
- send(HalfDuplexRequest, ResultCallback<DashScopeResult>) - 类 中的方法com.alibaba.dashscope.protocol.okhttp.OkHttpHttpClient
-
- send(HalfDuplexRequest) - 类 中的方法com.alibaba.dashscope.protocol.okhttp.OkHttpWebSocketClient
-
- send(HalfDuplexRequest, ResultCallback<DashScopeResult>) - 类 中的方法com.alibaba.dashscope.protocol.okhttp.OkHttpWebSocketClient
-
- sendAudioData(ByteBuffer) - 类 中的方法com.alibaba.dashscope.multimodal.MultiModalDialog
-
Sends audio frame.
- sendAudioFrame(ByteBuffer) - 类 中的方法com.alibaba.dashscope.audio.asr.recognition.Recognition
-
- sendAudioFrame(ByteBuffer) - 类 中的方法com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerChat
-
Send one frame audio
- sendAudioFrame(ByteBuffer) - 类 中的方法com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerRealtime
-
Send one frame audio
- sendAudioFrame(ByteBuffer) - 类 中的方法com.alibaba.dashscope.multimodal.tingwu.TingWuRealtime
-
Send one frame audio
- sendHeartBeat() - 类 中的方法com.alibaba.dashscope.multimodal.MultiModalDialog
-
send heart beat request ,will respond heart beat
- sendRaw(String) - 类 中的方法com.alibaba.dashscope.audio.omni.OmniRealtimeConversation
-
send raw data to server
- sendRaw(String) - 类 中的方法com.alibaba.dashscope.audio.qwen_tts_realtime.QwenTtsRealtime
-
send raw data to server
- SENTENCE - 类 中的静态变量com.alibaba.dashscope.audio.asr.recognition.RecognitionApiKeywords
-
- Sentence - com.alibaba.dashscope.audio.asr.recognition.timestamp中的类
-
- Sentence() - 类 的构造器com.alibaba.dashscope.audio.asr.recognition.timestamp.Sentence
-
- SENTENCE - 类 中的静态变量com.alibaba.dashscope.audio.tts.SpeechSynthesisApiKeywords
-
- Sentence - com.alibaba.dashscope.audio.tts.timestamp中的类
-
- Sentence() - 类 的构造器com.alibaba.dashscope.audio.tts.timestamp.Sentence
-
- SENTENCE - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- ServiceOption - com.alibaba.dashscope.protocol中的接口
-
Internal used for config the service.
- SESSION_ID - 接口 中的静态变量com.alibaba.dashscope.app.AppKeywords
-
input key
- setContent(String) - 类 中的方法com.alibaba.dashscope.aigc.multimodalconversation.MultiModalMessageItemAudio
-
- setContent(String) - 接口 中的方法com.alibaba.dashscope.aigc.multimodalconversation.MultiModalMessageItemBase
-
- setContent(String) - 类 中的方法com.alibaba.dashscope.aigc.multimodalconversation.MultiModalMessageItemImage
-
- setContent(String) - 类 中的方法com.alibaba.dashscope.aigc.multimodalconversation.MultiModalMessageItemText
-
- setContent(String) - 类 中的方法com.alibaba.dashscope.embeddings.MultiModalEmbeddingItemAudio
-
- setContent(String) - 类 中的方法com.alibaba.dashscope.embeddings.MultiModalEmbeddingItemImage
-
- setContent(String) - 类 中的方法com.alibaba.dashscope.embeddings.MultiModalEmbeddingItemText
-
- setContent(String) - 类 中的方法com.alibaba.dashscope.embeddings.MultiModalEmbeddingItemVideo
-
- setDirective(String) - 类 中的方法com.alibaba.dashscope.multimodal.tingwu.TingWuRealtimeParam
-
- setModel(String) - 类 中的方法com.alibaba.dashscope.base.FullDuplexParamBase
-
- shouldSkipClass(Class<?>) - 类 中的方法com.alibaba.dashscope.utils.AnnotationExclusionStrategy
-
- shouldSkipField(FieldAttributes) - 类 中的方法com.alibaba.dashscope.utils.AnnotationExclusionStrategy
-
- signal() - 类 中的方法com.alibaba.dashscope.threads.runs.DefaultAssistantEventHandler
-
- SILENCE_DURATION_MS - 类 中的静态变量com.alibaba.dashscope.audio.omni.OmniRealtimeConstants
-
- SIMILARITY - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- SIMPLE - 类 中的静态变量com.alibaba.dashscope.app.RagApplicationParam.DocReferenceType
-
已过时。
- simpleMultiModalConversationCall() - 类 中的静态方法MultiModalConversationUsage
-
- Size() - 类 的构造器com.alibaba.dashscope.aigc.videosynthesis.VideoSynthesis.Size
-
- SIZE - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- SKETCH_IMAGE_URL - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- SKETCH_WEIGHT - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- SketchImageSynthesisParam - com.alibaba.dashscope.aigc.imagesynthesis中的类
-
- SketchImageSynthesisParam() - 类 的构造器com.alibaba.dashscope.aigc.imagesynthesis.SketchImageSynthesisParam
-
- SPEAKER_COUNT - 类 中的静态变量com.alibaba.dashscope.audio.asr.transcription.TranscriptionApiKeywords
-
- SPECIAL_WORD_FILTER - 类 中的静态变量com.alibaba.dashscope.audio.asr.transcription.TranscriptionApiKeywords
-
- SPEECH_RATE - 类 中的静态变量com.alibaba.dashscope.audio.tts.SpeechSynthesisApiKeywords
-
- SpeechSynthesisApiKeywords - com.alibaba.dashscope.audio.tts中的类
-
- SpeechSynthesisApiKeywords() - 类 的构造器com.alibaba.dashscope.audio.tts.SpeechSynthesisApiKeywords
-
- SpeechSynthesisAudioFormat - com.alibaba.dashscope.audio.tts中的枚举
-
- SpeechSynthesisAudioFormat - com.alibaba.dashscope.audio.ttsv2中的枚举
-
- SpeechSynthesisParam - com.alibaba.dashscope.audio.tts中的类
-
- SpeechSynthesisParam() - 类 的构造器com.alibaba.dashscope.audio.tts.SpeechSynthesisParam
-
- SpeechSynthesisParam - com.alibaba.dashscope.audio.ttsv2中的类
-
- SpeechSynthesisParam() - 类 的构造器com.alibaba.dashscope.audio.ttsv2.SpeechSynthesisParam
-
- SpeechSynthesisResult - com.alibaba.dashscope.audio.tts中的类
-
- SpeechSynthesisResult() - 类 的构造器com.alibaba.dashscope.audio.tts.SpeechSynthesisResult
-
- SpeechSynthesisState - com.alibaba.dashscope.audio.ttsv2中的枚举
-
- SpeechSynthesisTextType - com.alibaba.dashscope.audio.tts中的枚举
-
- SpeechSynthesisUsage - com.alibaba.dashscope.audio.tts中的类
-
- SpeechSynthesisUsage() - 类 的构造器com.alibaba.dashscope.audio.tts.SpeechSynthesisUsage
-
- SpeechSynthesizer - com.alibaba.dashscope.audio.tts中的类
-
- SpeechSynthesizer() - 类 的构造器com.alibaba.dashscope.audio.tts.SpeechSynthesizer
-
- SpeechSynthesizer - com.alibaba.dashscope.audio.ttsv2中的类
-
- SpeechSynthesizer(SpeechSynthesisParam, ResultCallback<SpeechSynthesisResult>, String, ConnectionOptions) - 类 的构造器com.alibaba.dashscope.audio.ttsv2.SpeechSynthesizer
-
CosyVoice Speech Synthesis SDK
- SpeechSynthesizer(String, ConnectionOptions) - 类 的构造器com.alibaba.dashscope.audio.ttsv2.SpeechSynthesizer
-
CosyVoice Speech Synthesis SDK
- SpeechSynthesizer() - 类 的构造器com.alibaba.dashscope.audio.ttsv2.SpeechSynthesizer
-
CosyVoice Speech Synthesis SDK
- SpeechSynthesizer(SpeechSynthesisParam, ResultCallback<SpeechSynthesisResult>, String) - 类 的构造器com.alibaba.dashscope.audio.ttsv2.SpeechSynthesizer
-
CosyVoice Speech Synthesis SDK
- SpeechSynthesizer(SpeechSynthesisParam, ResultCallback<SpeechSynthesisResult>) - 类 的构造器com.alibaba.dashscope.audio.ttsv2.SpeechSynthesizer
-
CosyVoice Speech Synthesis SDK
- splitByString(String, String) - 类 中的静态方法com.alibaba.dashscope.utils.StringUtils
-
- splitByStrings(String, Collection<String>) - 类 中的静态方法com.alibaba.dashscope.utils.StringUtils
-
- start() - 类 中的方法com.alibaba.dashscope.multimodal.MultiModalDialog
-
Starts the dialog session.
- startSpeech() - 类 中的方法com.alibaba.dashscope.multimodal.MultiModalDialog
-
Starts upload speech.
- STASH - 类 中的静态变量com.alibaba.dashscope.audio.asr.recognition.RecognitionApiKeywords
-
- Stash - com.alibaba.dashscope.audio.asr.recognition.timestamp中的类
-
- Stash() - 类 的构造器com.alibaba.dashscope.audio.asr.recognition.timestamp.Stash
-
- Stash - com.alibaba.dashscope.audio.asr.translation.results中的类
-
- Stash() - 类 的构造器com.alibaba.dashscope.audio.asr.translation.results.Stash
-
- STASH - 类 中的静态变量com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerApiKeywords
-
- State - com.alibaba.dashscope.multimodal中的类
-
author songsong.shao
date 2025/4/27
- State() - 类 的构造器com.alibaba.dashscope.multimodal.State
-
初始化状态机时设置初始状态为IDLE。
- State.DialogState - com.alibaba.dashscope.multimodal中的枚举
-
- Status - com.alibaba.dashscope.common中的类
-
- Status() - 类 的构造器com.alibaba.dashscope.common.Status
-
- StepDetailBase - com.alibaba.dashscope.threads.runs中的类
-
- StepDetailBase() - 类 的构造器com.alibaba.dashscope.threads.runs.StepDetailBase
-
- StepDetailDeserializer - com.alibaba.dashscope.threads.runs中的类
-
- StepDetailDeserializer() - 类 的构造器com.alibaba.dashscope.threads.runs.StepDetailDeserializer
-
- StepMessageCreation - com.alibaba.dashscope.threads.runs中的类
-
- StepMessageCreation() - 类 的构造器com.alibaba.dashscope.threads.runs.StepMessageCreation
-
- StepMessageCreation.MessageCreation - com.alibaba.dashscope.threads.runs中的类
-
- STEPS - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- StepToolCalls - com.alibaba.dashscope.threads.runs中的类
-
- StepToolCalls() - 类 的构造器com.alibaba.dashscope.threads.runs.StepToolCalls
-
- stop() - 类 中的方法com.alibaba.dashscope.audio.asr.recognition.Recognition
-
- stop() - 类 中的方法com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerChat
-
Stop Speech Translation and Recognition real-time via call and sendAudioFrame API.
- stop() - 类 中的方法com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerRealtime
-
Stop Speech Translation and Recognition real-time via call and sendAudioFrame API.
- stop() - 类 中的方法com.alibaba.dashscope.multimodal.MultiModalDialog
-
Stops the MultiModalDialog.
- stop() - 类 中的方法com.alibaba.dashscope.multimodal.tingwu.TingWuRealtime
-
Stop Speech Translation and Recognition real-time via call and sendAudioFrame API.
- STOP - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- stopSpeech() - 类 中的方法com.alibaba.dashscope.multimodal.MultiModalDialog
-
Stops upload speech.
- stopWithStrings() - 类 中的静态方法GenerationCallEarlyStop
-
- stopWithTokens() - 类 中的静态方法GenerationCallEarlyStop
-
- strategy - 类 中的变量com.alibaba.dashscope.tools.ToolChoice
-
- stream - 类 中的变量com.alibaba.dashscope.threads.runs.RunParam
-
- streamCall() - 类 中的静态方法ApplicationCalls
-
Call with stream response(Http SSE) sample
- streamCall(CodeGenerationParam) - 类 中的方法com.alibaba.dashscope.aigc.codegeneration.CodeGeneration
-
Call the server to get the result by stream.
- streamCall(CodeGenerationParam, ResultCallback<CodeGenerationResult>) - 类 中的方法com.alibaba.dashscope.aigc.codegeneration.CodeGeneration
-
Call the server to get the result by stream.
- streamCall(ChatCompletionParam) - 类 中的方法com.alibaba.dashscope.aigc.completion.ChatCompletions
-
- streamCall(ChatCompletionParam, ResultCallback<ChatCompletionChunk>) - 类 中的方法com.alibaba.dashscope.aigc.completion.ChatCompletions
-
- streamCall(ConversationParam) - 类 中的方法com.alibaba.dashscope.aigc.conversation.Conversation
-
已过时。
Call the server to get the result by stream.
- streamCall(ConversationParam, ResultCallback<ConversationResult>) - 类 中的方法com.alibaba.dashscope.aigc.conversation.Conversation
-
已过时。
Call the server to get the result by stream.
- streamCall(HalfDuplexServiceParam) - 类 中的方法com.alibaba.dashscope.aigc.generation.Generation
-
Call the server to get the result by stream. http and websocket.
- streamCall(HalfDuplexServiceParam, ResultCallback<GenerationResult>) - 类 中的方法com.alibaba.dashscope.aigc.generation.Generation
-
- streamCall(MultiModalConversationParam) - 类 中的方法com.alibaba.dashscope.aigc.multimodalconversation.MultiModalConversation
-
Call the server to get the result by stream.
- streamCall(MultiModalConversationParam, ResultCallback<MultiModalConversationResult>) - 类 中的方法com.alibaba.dashscope.aigc.multimodalconversation.MultiModalConversation
-
Call the server to get the result by stream.
- streamCall(ParamT, ServiceOption) - 类 中的方法com.alibaba.dashscope.api.GeneralApi
-
Call the server to get the result by stream.
- streamCall(ParamT, ServiceOption, ResultCallback<DashScopeResult>) - 类 中的方法com.alibaba.dashscope.api.GeneralApi
-
Call the server to get the result by stream.
- streamCall(ParamT) - 类 中的方法com.alibaba.dashscope.api.SynchronizeHalfDuplexApi
-
Call the server to get the result by stream.
- streamCall(ParamT, ResultCallback<DashScopeResult>) - 类 中的方法com.alibaba.dashscope.api.SynchronizeHalfDuplexApi
-
Call the server to get the result by stream.
- streamCall(ApplicationParam) - 类 中的方法com.alibaba.dashscope.app.Application
-
app completion call for http request by sse stream
- streamCall(RecognitionParam, Flowable<ByteBuffer>) - 类 中的方法com.alibaba.dashscope.audio.asr.recognition.Recognition
-
- streamCall(TranslationRecognizerParam, Flowable<ByteBuffer>) - 类 中的方法com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerRealtime
-
Speech Translation and Recognition real-time using Flowable features
- streamCall(SpeechSynthesisParam) - 类 中的方法com.alibaba.dashscope.audio.tts.SpeechSynthesizer
-
- streamCall(HalfDuplexServiceParam) - 类 中的方法com.alibaba.dashscope.utils.GeneralHalfDuplexApi
-
Call the server to get the result by stream. http and websocket.
- streamCall(HalfDuplexServiceParam, ResultCallback<DashScopeResult>) - 类 中的方法com.alibaba.dashscope.utils.GeneralHalfDuplexApi
-
- streamCall() - 类 中的静态方法GenerationCallWithCacheControl
-
- streamCall() - 类 中的静态方法GenerationStreamCall
-
- streamCall() - 类 中的静态方法MultiModelConversationQvq
-
- streamCall() - 类 中的静态方法MultiModelConversationQwenTts
-
- streamCall() - 类 中的静态方法QwenASRUsage
-
- streamCallDomains() - 类 中的静态方法GenerationCallTranslation
-
- streamCallTerms() - 类 中的静态方法GenerationCallTranslation
-
- streamCallTmList() - 类 中的静态方法GenerationCallTranslation
-
- streamCallWithCallback() - 类 中的静态方法GenerationStreamCall
-
- streamCallWithMessage() - 类 中的静态方法GenerationCallWithMessages
-
- streamCallWithPartial() - 类 中的静态方法GenerationCallWithThinking
-
- streamCallWithSearchOptions() - 类 中的静态方法GenerationStreamCall
-
- streamCallWithThinking() - 类 中的静态方法GenerationCallWithThinking
-
- streamCallWithToolChoice() - 类 中的静态方法GenerationCallWithThinking
-
- streamIn(ParamT) - 类 中的方法com.alibaba.dashscope.api.SynchronizeFullDuplexApi
-
Call the server to get the whole result.
- streamIn(ParamT, ResultCallback<DashScopeResult>) - 类 中的方法com.alibaba.dashscope.api.SynchronizeFullDuplexApi
-
Call the server to get the result in the callback function.
- streamIn(FullDuplexRequest) - 接口 中的方法com.alibaba.dashscope.protocol.FullDuplexClient
-
- streamIn(FullDuplexRequest, ResultCallback<DashScopeResult>) - 接口 中的方法com.alibaba.dashscope.protocol.FullDuplexClient
-
- streamIn(FullDuplexRequest) - 类 中的方法com.alibaba.dashscope.protocol.okhttp.OkHttpWebSocketClient
-
- streamIn(FullDuplexRequest, ResultCallback<DashScopeResult>) - 类 中的方法com.alibaba.dashscope.protocol.okhttp.OkHttpWebSocketClient
-
- STREAMING - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- streamingCall(String) - 类 中的方法com.alibaba.dashscope.audio.ttsv2.SpeechSynthesizer
-
Streaming input mode: You can call the stream_call function multiple times to send text.
- streamingCallAsFlowable(Flowable<String>) - 类 中的方法com.alibaba.dashscope.audio.ttsv2.SpeechSynthesizer
-
Stream input and output speech synthesis using Flowable features
- streamingCancel() - 类 中的方法com.alibaba.dashscope.audio.ttsv2.SpeechSynthesizer
-
Immediately terminate the streaming input speech synthesis task and discard any remaining audio
that is not yet delivered.
- streamingComplete(long) - 类 中的方法com.alibaba.dashscope.audio.ttsv2.SpeechSynthesizer
-
Synchronously stop the streaming input speech synthesis task.
- streamingComplete() - 类 中的方法com.alibaba.dashscope.audio.ttsv2.SpeechSynthesizer
-
Synchronously stop the streaming input speech synthesis task.
- StreamingMode - com.alibaba.dashscope.protocol中的枚举
-
- streamOut(HalfDuplexRequest) - 接口 中的方法com.alibaba.dashscope.protocol.HalfDuplexClient
-
- streamOut(HalfDuplexRequest, ResultCallback<DashScopeResult>) - 接口 中的方法com.alibaba.dashscope.protocol.HalfDuplexClient
-
- streamOut(HalfDuplexRequest) - 类 中的方法com.alibaba.dashscope.protocol.okhttp.OkHttpHttpClient
-
- streamOut(HalfDuplexRequest, ResultCallback<DashScopeResult>) - 类 中的方法com.alibaba.dashscope.protocol.okhttp.OkHttpHttpClient
-
- streamOut(HalfDuplexRequest) - 类 中的方法com.alibaba.dashscope.protocol.okhttp.OkHttpWebSocketClient
-
- streamOut(HalfDuplexRequest, ResultCallback<DashScopeResult>) - 类 中的方法com.alibaba.dashscope.protocol.okhttp.OkHttpWebSocketClient
-
- streamRun(String) - 类 中的静态方法AssistantFunctionCallStream
-
- streamRun(String) - 类 中的静态方法AssistantFunctionCallStreamOpenai
-
- streamRun(String) - 类 中的静态方法AssistantFunctionCallStreamQwen
-
- StringUtils - com.alibaba.dashscope.utils中的类
-
- StringUtils() - 类 的构造器com.alibaba.dashscope.utils.StringUtils
-
- STYLE - 类 中的静态变量com.alibaba.dashscope.audio.tts.SpeechSynthesisApiKeywords
-
- STYLE - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- STYLIZATION_ALL - 类 中的静态变量com.alibaba.dashscope.aigc.imagesynthesis.ImageSynthesis.ImageEditFunction
-
- STYLIZATION_LOCAL - 类 中的静态变量com.alibaba.dashscope.aigc.imagesynthesis.ImageSynthesis.ImageEditFunction
-
- submitStreamToolOutputs(String, String, SubmitToolOutputsParam) - 类 中的方法com.alibaba.dashscope.threads.runs.Runs
-
Submit tool outputs, and return stream result.
- submitStreamToolOutputs(String, String, SubmitToolOutputsParam, AssistantEventHandler) - 类 中的方法com.alibaba.dashscope.threads.runs.Runs
-
Submit tool outputs, and return stream result.
- submitToolOutputs(String, String, SubmitToolOutputsParam) - 类 中的方法com.alibaba.dashscope.threads.runs.Runs
-
Submit tool outputs.
- SubmitToolOutputsParam - com.alibaba.dashscope.threads.runs中的类
-
- SubmitToolOutputsParam() - 类 的构造器com.alibaba.dashscope.threads.runs.SubmitToolOutputsParam
-
- SUBTASK_STATUS - 类 中的静态变量com.alibaba.dashscope.audio.asr.transcription.TranscriptionApiKeywords
-
- SUPER_RESOLUTION - 类 中的静态变量com.alibaba.dashscope.aigc.imagesynthesis.ImageSynthesis.ImageEditFunction
-
- synCall() - 类 中的静态方法ImageSynthesisUsage
-
- syncCall(ImageSynthesisParam) - 类 中的方法com.alibaba.dashscope.aigc.imagesynthesis.ImageSynthesis
-
Note: This method currently now only supports wan2.2-t2i-flash and wan2.2-t2i-plus.
- SynchronizeFullDuplexApi<ParamT extends FullDuplexServiceParam> - com.alibaba.dashscope.api中的类
-
DashScope synchronize full duplex request processing, only websocket support.
- SynchronizeFullDuplexApi(ApiServiceOption) - 类 的构造器com.alibaba.dashscope.api.SynchronizeFullDuplexApi
-
Create default http client.
- SynchronizeFullDuplexApi(ConnectionOptions, ApiServiceOption) - 类 的构造器com.alibaba.dashscope.api.SynchronizeFullDuplexApi
-
Create custom http client
- SynchronizeHalfDuplexApi<ParamT extends HalfDuplexParamBase> - com.alibaba.dashscope.api中的类
-
Dashscope synchronize half duplex request processing, both http and websocket support.
- SynchronizeHalfDuplexApi(ServiceOption) - 类 的构造器com.alibaba.dashscope.api.SynchronizeHalfDuplexApi
-
Create default client, http or websocket.
- SynchronizeHalfDuplexApi(ConnectionOptions, ServiceOption) - 类 的构造器com.alibaba.dashscope.api.SynchronizeHalfDuplexApi
-
Create custom client
- TAIL_FRAME - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- Task - com.alibaba.dashscope.common中的枚举
-
- TASK - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- TASK_GROUP - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- TASK_ID - 类 中的静态变量com.alibaba.dashscope.audio.asr.transcription.TranscriptionApiKeywords
-
- TASK_METRICS - 类 中的静态变量com.alibaba.dashscope.audio.asr.transcription.TranscriptionApiKeywords
-
- TASK_RESULTS - 类 中的静态变量com.alibaba.dashscope.audio.asr.transcription.TranscriptionApiKeywords
-
- TASK_STATUS - 类 中的静态变量com.alibaba.dashscope.audio.asr.transcription.TranscriptionApiKeywords
-
- TASK_STATUS - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- TaskConfig() - 类 的构造器com.alibaba.dashscope.aigc.multimodalconversation.OcrOptions.TaskConfig
-
- TaskGroup - com.alibaba.dashscope.common中的枚举
-
- taskId - 类 中的变量com.alibaba.dashscope.protocol.WebSocketResponseHeader
-
- TASKID - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- TaskStatus - com.alibaba.dashscope.common中的枚举
-
- TEMPERATURE - 接口 中的静态变量com.alibaba.dashscope.app.AppKeywords
-
- temperature - 类 中的变量com.alibaba.dashscope.threads.runs.RunParam
-
- TEMPERATURE - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- TEMPLATE - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- Term() - 类 的构造器com.alibaba.dashscope.aigc.generation.TranslationOptions.Term
-
- testCode2commentSample() - 类 中的静态方法CodeGenerationQuickStart
-
- testCode2explainSample() - 类 中的静态方法CodeGenerationQuickStart
-
- testCodeqaSample() - 类 中的静态方法CodeGenerationQuickStart
-
- testCommit2msgSample() - 类 中的静态方法CodeGenerationQuickStart
-
- testCustomSample() - 类 中的静态方法CodeGenerationQuickStart
-
- testCustomSampleWithCallBack() - 类 中的静态方法CodeGenerationQuickStart
-
- testCustomSampleWithStream() - 类 中的静态方法CodeGenerationQuickStart
-
- testCustomSampleWithStreamCallBack() - 类 中的静态方法CodeGenerationQuickStart
-
- testCustomSampleWithWebSocket() - 类 中的静态方法CodeGenerationQuickStart
-
- testEncode() - 类 中的静态方法QwenLocalTokenizerUsage
-
- testEncodeOrdinary() - 类 中的静态方法QwenLocalTokenizerUsage
-
- TestEncryption - <Unnamed>中的类
-
- TestEncryption() - 类 的构造器TestEncryption
-
- testGeneralRequest() - 类 中的静态方法ChatCompletionTest
-
- testGeneralRequestFunction() - 类 中的静态方法ChatCompletionTest
-
- testGeneralRequestFunctionParallel() - 类 中的静态方法ChatCompletionTest
-
- testGeneralRequestStream() - 类 中的静态方法ChatCompletionTest
-
- testMultiModalRequest() - 类 中的静态方法ChatCompletionTest
-
- testNl2codeSample() - 类 中的静态方法CodeGenerationQuickStart
-
- testNl2sqlSample() - 类 中的静态方法CodeGenerationQuickStart
-
- testStreamCall() - 类 中的静态方法ConversationStreamCall
-
- testUnittestSample() - 类 中的静态方法CodeGenerationQuickStart
-
- TEXT - 类 中的静态变量com.alibaba.dashscope.aigc.conversation.ConversationParam.ResultFormat
-
- TEXT - 类 中的静态变量com.alibaba.dashscope.aigc.generation.GenerationParam.ResultFormat
-
- TEXT - 类 中的静态变量com.alibaba.dashscope.common.ResponseFormat
-
- text - 类 中的变量com.alibaba.dashscope.embeddings.MultiModalEmbeddingItemText
-
- Text() - 类 的构造器com.alibaba.dashscope.threads.ContentText.Text
-
- TEXT - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- Text2Image - com.alibaba.dashscope.tools.T2Image中的类
-
- Text2Image() - 类 的构造器com.alibaba.dashscope.tools.T2Image.Text2Image
-
- TEXT_EMBEDDING_ASYNC_V1 - 类 中的静态变量com.alibaba.dashscope.embeddings.BatchTextEmbedding.Models
-
- TEXT_EMBEDDING_ASYNC_V2 - 类 中的静态变量com.alibaba.dashscope.embeddings.BatchTextEmbedding.Models
-
- TEXT_EMBEDDING_V1 - 类 中的静态变量com.alibaba.dashscope.embeddings.TextEmbedding.Models
-
- TEXT_EMBEDDING_V1 - 类 中的静态变量com.alibaba.dashscope.tokenizers.Tokenization.Models
-
- TEXT_EMBEDDING_V2 - 类 中的静态变量com.alibaba.dashscope.embeddings.TextEmbedding.Models
-
- TEXT_EMBEDDING_V2 - 类 中的静态变量com.alibaba.dashscope.tokenizers.Tokenization.Models
-
- TEXT_EMBEDDING_V3 - 类 中的静态变量com.alibaba.dashscope.embeddings.TextEmbedding.Models
-
- TEXT_EMBEDDING_V4 - 类 中的静态变量com.alibaba.dashscope.embeddings.TextEmbedding.Models
-
- TEXT_TYPE - 类 中的静态变量com.alibaba.dashscope.audio.tts.SpeechSynthesisApiKeywords
-
- TextEmbedding - com.alibaba.dashscope.embeddings中的类
-
- TextEmbedding() - 类 的构造器com.alibaba.dashscope.embeddings.TextEmbedding
-
- TextEmbedding(String) - 类 的构造器com.alibaba.dashscope.embeddings.TextEmbedding
-
- TextEmbedding.Models - com.alibaba.dashscope.embeddings中的类
-
- TextEmbeddingOutput - com.alibaba.dashscope.embeddings中的类
-
- TextEmbeddingOutput() - 类 的构造器com.alibaba.dashscope.embeddings.TextEmbeddingOutput
-
- TextEmbeddingParam - com.alibaba.dashscope.embeddings中的类
-
- TextEmbeddingParam() - 类 的构造器com.alibaba.dashscope.embeddings.TextEmbeddingParam
-
- TextEmbeddingParam.OutputType - com.alibaba.dashscope.embeddings中的枚举
-
- TextEmbeddingParam.TextType - com.alibaba.dashscope.embeddings中的枚举
-
- TextEmbeddingResult - com.alibaba.dashscope.embeddings中的类
-
- TextEmbeddingResultItem - com.alibaba.dashscope.embeddings中的类
-
- TextEmbeddingResultItem() - 类 的构造器com.alibaba.dashscope.embeddings.TextEmbeddingResultItem
-
- TextEmbeddingSparseEmbedding - com.alibaba.dashscope.embeddings中的类
-
- TextEmbeddingSparseEmbedding() - 类 的构造器com.alibaba.dashscope.embeddings.TextEmbeddingSparseEmbedding
-
- TextEmbeddingUsage - com.alibaba.dashscope.embeddings中的类
-
- TextEmbeddingUsage() - 类 的构造器com.alibaba.dashscope.embeddings.TextEmbeddingUsage
-
- TextEmbeddingUsage - <Unnamed>中的类
-
- TextEmbeddingUsage() - 类 的构造器TextEmbeddingUsage
-
- textInAudioStreamOut() - 类 中的静态方法MultiModalConversationUsage
-
- textInTextStreamOut() - 类 中的静态方法MultiModalConversationUsage
-
- TextMessageParam - com.alibaba.dashscope.threads.messages中的类
-
- TextMessageParam() - 类 的构造器com.alibaba.dashscope.threads.messages.TextMessageParam
-
- TextReRank - com.alibaba.dashscope.rerank中的类
-
- TextReRank() - 类 的构造器com.alibaba.dashscope.rerank.TextReRank
-
- TextReRank(String) - 类 的构造器com.alibaba.dashscope.rerank.TextReRank
-
- TextReRank(String, String) - 类 的构造器com.alibaba.dashscope.rerank.TextReRank
-
- TextReRank(String, String, ConnectionOptions) - 类 的构造器com.alibaba.dashscope.rerank.TextReRank
-
- TextReRank.Models - com.alibaba.dashscope.rerank中的类
-
- TextReRankOutput - com.alibaba.dashscope.rerank中的类
-
- TextReRankOutput() - 类 的构造器com.alibaba.dashscope.rerank.TextReRankOutput
-
- TextReRankOutput.Document - com.alibaba.dashscope.rerank中的类
-
- TextReRankOutput.Result - com.alibaba.dashscope.rerank中的类
-
- TextReRankParam - com.alibaba.dashscope.rerank中的类
-
- TextReRankParam() - 类 的构造器com.alibaba.dashscope.rerank.TextReRankParam
-
- TextReRankResult - com.alibaba.dashscope.rerank中的类
-
- TextReRankTest - <Unnamed>中的类
-
- TextReRankTest() - 类 的构造器TextReRankTest
-
- TextReRankUsage - com.alibaba.dashscope.rerank中的类
-
- TextReRankUsage() - 类 的构造器com.alibaba.dashscope.rerank.TextReRankUsage
-
- TEXTS - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- Thought() - 类 的构造器com.alibaba.dashscope.app.ApplicationOutput.Thought
-
- ThreadAndRunParam - com.alibaba.dashscope.threads.runs中的类
-
- ThreadAndRunParam() - 类 的构造器com.alibaba.dashscope.threads.runs.ThreadAndRunParam
-
- ThreadMessage - com.alibaba.dashscope.threads.messages中的类
-
Message
- ThreadMessage() - 类 的构造器com.alibaba.dashscope.threads.messages.ThreadMessage
-
- ThreadMessage.Status - com.alibaba.dashscope.threads.messages中的枚举
-
Status
- ThreadMessageDelta - com.alibaba.dashscope.threads.messages中的类
-
MessageDeltaEvent
- ThreadMessageDelta() - 类 的构造器com.alibaba.dashscope.threads.messages.ThreadMessageDelta
-
- ThreadMessageDelta.Delta - com.alibaba.dashscope.threads.messages中的类
-
- ThreadParam - com.alibaba.dashscope.threads中的类
-
- ThreadParam() - 类 的构造器com.alibaba.dashscope.threads.ThreadParam
-
- Threads - com.alibaba.dashscope.threads中的类
-
- Threads() - 类 的构造器com.alibaba.dashscope.threads.Threads
-
- Threads(String, ConnectionOptions) - 类 的构造器com.alibaba.dashscope.threads.Threads
-
- TIMESTAMP_ALIGNMENT_ENABLED - 类 中的静态变量com.alibaba.dashscope.audio.asr.transcription.TranscriptionApiKeywords
-
- TIMESTAMP_TEXT - 类 中的静态变量com.alibaba.dashscope.audio.tts.SpeechSynthesisApiKeywords
-
- TingWu - com.alibaba.dashscope.multimodal.tingwu中的类
-
The tingwu client.
- TingWu() - 类 的构造器com.alibaba.dashscope.multimodal.tingwu.TingWu
-
- TingWu(String) - 类 的构造器com.alibaba.dashscope.multimodal.tingwu.TingWu
-
- TingWu(String, String) - 类 的构造器com.alibaba.dashscope.multimodal.tingwu.TingWu
-
- TingWu(String, String, ConnectionOptions) - 类 的构造器com.alibaba.dashscope.multimodal.tingwu.TingWu
-
- TingWuParam - com.alibaba.dashscope.multimodal.tingwu中的类
-
- TingWuParam() - 类 的构造器com.alibaba.dashscope.multimodal.tingwu.TingWuParam
-
- TingWuRealtime - com.alibaba.dashscope.multimodal.tingwu中的类
-
- TingWuRealtime() - 类 的构造器com.alibaba.dashscope.multimodal.tingwu.TingWuRealtime
-
Gummy Translation and Recognition real-time SDK.
- TingWuRealtime(String) - 类 的构造器com.alibaba.dashscope.multimodal.tingwu.TingWuRealtime
-
Gummy Translation and Recognition real-time SDK.
- TingWuRealtime(String, ConnectionOptions) - 类 的构造器com.alibaba.dashscope.multimodal.tingwu.TingWuRealtime
-
TingWu Service Realtime API
- TingWuRealtimeCallback - com.alibaba.dashscope.multimodal.tingwu中的类
-
Abstract class representing callbacks for multi-modal conversation events.
- TingWuRealtimeCallback() - 类 的构造器com.alibaba.dashscope.multimodal.tingwu.TingWuRealtimeCallback
-
- tingWuRealtimeCallback - 类 中的静态变量TingWuRealtimeUsage
-
- TingWuRealtimeParam - com.alibaba.dashscope.multimodal.tingwu中的类
-
- TingWuRealtimeParam() - 类 的构造器com.alibaba.dashscope.multimodal.tingwu.TingWuRealtimeParam
-
- TingWuRealtimeResult - com.alibaba.dashscope.multimodal.tingwu中的类
-
- TingWuRealtimeResult() - 类 的构造器com.alibaba.dashscope.multimodal.tingwu.TingWuRealtimeResult
-
- TingWuRealtimeUsage - <Unnamed>中的类
-
- TingWuRealtimeUsage() - 类 的构造器TingWuRealtimeUsage
-
- TingWuUsage - <Unnamed>中的类
-
- TingWuUsage() - 类 的构造器TingWuUsage
-
- Tm() - 类 的构造器com.alibaba.dashscope.aigc.generation.TranslationOptions.Tm
-
- toJson(Object) - 类 中的静态方法com.alibaba.dashscope.utils.JsonUtils
-
- toJsonArray(Object) - 类 中的静态方法com.alibaba.dashscope.utils.JsonUtils
-
- toJsonElement(Object) - 类 中的静态方法com.alibaba.dashscope.utils.JsonUtils
-
- toJsonObject(Object) - 类 中的静态方法com.alibaba.dashscope.utils.JsonUtils
-
- Tokenization - com.alibaba.dashscope.tokenizers中的类
-
- Tokenization() - 类 的构造器com.alibaba.dashscope.tokenizers.Tokenization
-
- Tokenization(String) - 类 的构造器com.alibaba.dashscope.tokenizers.Tokenization
-
- Tokenization.Models - com.alibaba.dashscope.tokenizers中的类
-
- TokenizationOutput - com.alibaba.dashscope.tokenizers中的类
-
- TokenizationOutput() - 类 的构造器com.alibaba.dashscope.tokenizers.TokenizationOutput
-
- TokenizationResult - com.alibaba.dashscope.tokenizers中的类
-
- TokenizationUsage - com.alibaba.dashscope.tokenizers中的类
-
- TokenizationUsage() - 类 的构造器com.alibaba.dashscope.tokenizers.TokenizationUsage
-
- Tokenizer - com.alibaba.dashscope.tokenizers中的接口
-
- TokenizerFactory - com.alibaba.dashscope.tokenizers中的类
-
- TokenizerFactory() - 类 的构造器com.alibaba.dashscope.tokenizers.TokenizerFactory
-
- TONE - 类 中的静态变量com.alibaba.dashscope.audio.tts.SpeechSynthesisApiKeywords
-
- TONGYI_LINGMA_V1 - 类 中的静态变量com.alibaba.dashscope.aigc.codegeneration.CodeGeneration.Models
-
- tool - 类 中的变量com.alibaba.dashscope.tools.ToolChoice
-
Specify the tool to use, Set strategy or tool, with tool taking priority
- TOOL_CALL_ID - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- TOOL_CALLS - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- ToolAuthDashScopePlugin - com.alibaba.dashscope.tools中的类
-
DashScope auth: "auth": { "type": "dashscope_plugin", "user_token": "the api-key value" }
- ToolAuthDashScopePlugin() - 类 的构造器com.alibaba.dashscope.tools.ToolAuthDashScopePlugin
-
- ToolAuthenticationBase - com.alibaba.dashscope.tools中的接口
-
- ToolAuthUserToken - com.alibaba.dashscope.tools中的类
-
DashScope auth: "auth": { "type": "dashscope_plugin", "user_token": "the api-key value" }
- ToolAuthUserToken() - 类 的构造器com.alibaba.dashscope.tools.ToolAuthUserToken
-
- ToolBase - com.alibaba.dashscope.tools中的类
-
tool request base
- ToolBase() - 类 的构造器com.alibaba.dashscope.tools.ToolBase
-
- ToolCallBase - com.alibaba.dashscope.tools中的类
-
base class of the tool call response.
- ToolCallBase() - 类 的构造器com.alibaba.dashscope.tools.ToolCallBase
-
- ToolCallCodeInterpreter - com.alibaba.dashscope.tools.codeinterpretertool中的类
-
- ToolCallCodeInterpreter() - 类 的构造器com.alibaba.dashscope.tools.codeinterpretertool.ToolCallCodeInterpreter
-
- ToolCallFunction - com.alibaba.dashscope.tools中的类
-
- ToolCallFunction() - 类 的构造器com.alibaba.dashscope.tools.ToolCallFunction
-
- ToolCallFunction.CallFunction - com.alibaba.dashscope.tools中的类
-
- ToolCallGsonDeserializer - com.alibaba.dashscope.tools中的类
-
- ToolCallGsonDeserializer() - 类 的构造器com.alibaba.dashscope.tools.ToolCallGsonDeserializer
-
- ToolCallQuarkSearch - com.alibaba.dashscope.tools.search中的类
-
used in step eg: { "assistant_id": "asst_2f700e30-2062-42df-8010-3c34ce5a9417", "cancelled_at":
-1, "completed_at": -1, "created_at": 1712909007434, "expires_at": null, "failed_at": -1, "id":
"step_eea4635c-07d4-4708-bd12-0804921a3b93", "last_error": { "code": "", "message": "" },
"metadata": {}, "object": "thread.run.step", "run_id":
"run_06c28eae-9afd-4e33-ba34-c2e8f783861e", "started_at": null, "status": "completed",
"step_details": { "tool_calls": [ { "id": "", "quark_search": { "input": "{\"query\":
\"北京今天天气\"}", "output": "{\"success\": true, \"errorCode\": null, \"errorMsg\": null, \"data\":
[json_string of result]}"; }, "type": "quark_search" } ], "type": "tool_calls" }, "thread_id":
"thread_70a41285-1894-4f8d-97ac-9dc257cd3d3d", "type": "tool_calls", "usage": {} }
- ToolCallQuarkSearch() - 类 的构造器com.alibaba.dashscope.tools.search.ToolCallQuarkSearch
-
- toolChoice - 类 中的变量com.alibaba.dashscope.aigc.completion.ChatCompletionParam
-
- toolChoice - 类 中的变量com.alibaba.dashscope.aigc.generation.GenerationParam
-
Specify tool choice
- toolChoice - 类 中的变量com.alibaba.dashscope.aigc.multimodalconversation.MultiModalConversationParam
-
Specify tool choice
- toolChoice - 类 中的变量com.alibaba.dashscope.threads.runs.RunParam
-
- ToolChoice - com.alibaba.dashscope.tools中的类
-
- ToolChoice() - 类 的构造器com.alibaba.dashscope.tools.ToolChoice
-
- ToolCodeInterpreter - com.alibaba.dashscope.tools.codeinterpretertool中的类
-
CodeInterpreterTool
- ToolCodeInterpreter() - 类 的构造器com.alibaba.dashscope.tools.codeinterpretertool.ToolCodeInterpreter
-
- ToolFunction - com.alibaba.dashscope.tools中的类
-
- ToolFunction() - 类 的构造器com.alibaba.dashscope.tools.ToolFunction
-
- ToolGsonDeserializer - com.alibaba.dashscope.tools中的类
-
- ToolGsonDeserializer() - 类 的构造器com.alibaba.dashscope.tools.ToolGsonDeserializer
-
- ToolInterface - com.alibaba.dashscope.tools中的接口
-
- ToolOutput - com.alibaba.dashscope.threads.runs中的类
-
- ToolOutput() - 类 的构造器com.alibaba.dashscope.threads.runs.ToolOutput
-
- ToolQuarkSearch - com.alibaba.dashscope.tools.search中的类
-
CodeInterpreterTool
- ToolQuarkSearch() - 类 的构造器com.alibaba.dashscope.tools.search.ToolQuarkSearch
-
- tools - 类 中的变量com.alibaba.dashscope.threads.runs.RunParam
-
- ToolWanX - com.alibaba.dashscope.tools.wanx中的类
-
- ToolWanX() - 类 的构造器com.alibaba.dashscope.tools.wanx.ToolWanX
-
已过时。
- TOP_K - 接口 中的静态变量com.alibaba.dashscope.app.AppKeywords
-
- TOP_K - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- TOP_P - 接口 中的静态变量com.alibaba.dashscope.app.AppKeywords
-
parameters key
- TOP_P - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- topK - 类 中的变量com.alibaba.dashscope.threads.runs.RunParam
-
- TopLogprob() - 类 的构造器com.alibaba.dashscope.aigc.generation.GenerationLogprobs.TopLogprob
-
- topP - 类 中的变量com.alibaba.dashscope.threads.runs.RunParam
-
- toString() - 类 中的方法com.alibaba.dashscope.audio.asr.vocabulary.Vocabulary
-
- toString() - 枚举 中的方法com.alibaba.dashscope.audio.omni.OmniRealtimeAudioFormat
-
- toString() - 枚举 中的方法com.alibaba.dashscope.audio.omni.OmniRealtimeModality
-
- toString() - 枚举 中的方法com.alibaba.dashscope.audio.qwen_tts_realtime.QwenTtsRealtimeAudioFormat
-
- toString() - 类 中的方法com.alibaba.dashscope.audio.ttsv2.enrollment.Voice
-
- toString() - 枚举 中的方法com.alibaba.dashscope.audio.ttsv2.SpeechSynthesisAudioFormat
-
- toString() - 异常错误 中的方法com.alibaba.dashscope.exception.ApiException
-
- toString() - 枚举 中的方法com.alibaba.dashscope.threads.AssistantStreamEvents
-
- toString() - 枚举 中的方法com.alibaba.dashscope.threads.messages.ThreadMessage.Status
-
- toString() - 枚举 中的方法com.alibaba.dashscope.threads.runs.Run.Status
-
- toString() - 枚举 中的方法com.alibaba.dashscope.threads.runs.RunStep.Status
-
- toString() - 枚举 中的方法com.alibaba.dashscope.threads.runs.RunStep.Type
-
- Transcription - com.alibaba.dashscope.audio.asr.transcription中的类
-
- Transcription() - 类 的构造器com.alibaba.dashscope.audio.asr.transcription.Transcription
-
- TRANSCRIPTION - 类 中的静态变量com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerApiKeywords
-
- TRANSCRIPTION_ENABLED - 类 中的静态变量com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerApiKeywords
-
- TRANSCRIPTION_URL - 类 中的静态变量com.alibaba.dashscope.audio.asr.transcription.TranscriptionApiKeywords
-
- TranscriptionApiKeywords - com.alibaba.dashscope.audio.asr.transcription中的类
-
- TranscriptionApiKeywords() - 类 的构造器com.alibaba.dashscope.audio.asr.transcription.TranscriptionApiKeywords
-
- TranscriptionMetrics - com.alibaba.dashscope.audio.asr.transcription中的类
-
- TranscriptionMetrics() - 类 的构造器com.alibaba.dashscope.audio.asr.transcription.TranscriptionMetrics
-
- TranscriptionParam - com.alibaba.dashscope.audio.asr.transcription中的类
-
- TranscriptionParam() - 类 的构造器com.alibaba.dashscope.audio.asr.transcription.TranscriptionParam
-
- TranscriptionQueryParam - com.alibaba.dashscope.audio.asr.transcription中的类
-
- TranscriptionQueryParam() - 类 的构造器com.alibaba.dashscope.audio.asr.transcription.TranscriptionQueryParam
-
- TranscriptionResult - com.alibaba.dashscope.audio.asr.transcription中的类
-
- TranscriptionResult() - 类 的构造器com.alibaba.dashscope.audio.asr.transcription.TranscriptionResult
-
- TranscriptionResult - com.alibaba.dashscope.audio.asr.translation.results中的类
-
- TranscriptionResult() - 类 的构造器com.alibaba.dashscope.audio.asr.translation.results.TranscriptionResult
-
- TranscriptionTaskResult - com.alibaba.dashscope.audio.asr.transcription中的类
-
- TranscriptionTaskResult() - 类 的构造器com.alibaba.dashscope.audio.asr.transcription.TranscriptionTaskResult
-
- TRANSLATE_SOURCE_LANGUAGE - 类 中的静态变量com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerApiKeywords
-
- TRANSLATE_TARGET_LANGUAGES - 类 中的静态变量com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerApiKeywords
-
- Translation - com.alibaba.dashscope.audio.asr.translation.results中的类
-
- Translation() - 类 的构造器com.alibaba.dashscope.audio.asr.translation.results.Translation
-
- TRANSLATION_ENABLED - 类 中的静态变量com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerApiKeywords
-
- TranslationOptions - com.alibaba.dashscope.aigc.generation中的类
-
- TranslationOptions() - 类 的构造器com.alibaba.dashscope.aigc.generation.TranslationOptions
-
- TranslationOptions.Term - com.alibaba.dashscope.aigc.generation中的类
-
- TranslationOptions.Tm - com.alibaba.dashscope.aigc.generation中的类
-
- TranslationRecognizerApiKeywords - com.alibaba.dashscope.audio.asr.translation中的类
-
- TranslationRecognizerApiKeywords() - 类 的构造器com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerApiKeywords
-
- TranslationRecognizerChat - com.alibaba.dashscope.audio.asr.translation中的类
-
- TranslationRecognizerChat() - 类 的构造器com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerChat
-
Gummy Translation and Recognition Chat SDK.
- TranslationRecognizerChat(String) - 类 的构造器com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerChat
-
Gummy Translation and Recognition chat SDK.
- TranslationRecognizerChat(String, ConnectionOptions) - 类 的构造器com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerChat
-
Gummy Translation and Recognition chat SDK.
- TranslationRecognizerParam - com.alibaba.dashscope.audio.asr.translation中的类
-
- TranslationRecognizerParam() - 类 的构造器com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerParam
-
- TranslationRecognizerRealtime - com.alibaba.dashscope.audio.asr.translation中的类
-
- TranslationRecognizerRealtime() - 类 的构造器com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerRealtime
-
Gummy Translation and Recognition real-time SDK.
- TranslationRecognizerRealtime(String) - 类 的构造器com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerRealtime
-
Gummy Translation and Recognition real-time SDK.
- TranslationRecognizerRealtime(String, ConnectionOptions) - 类 的构造器com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerRealtime
-
Gummy Translation and Recognition real-time SDK.
- TranslationRecognizerResult - com.alibaba.dashscope.audio.asr.translation.results中的类
-
- TranslationRecognizerResult() - 类 的构造器com.alibaba.dashscope.audio.asr.translation.results.TranslationRecognizerResult
-
- TranslationRecognizerResultPack - com.alibaba.dashscope.audio.asr.translation.results中的类
-
- TranslationRecognizerResultPack() - 类 的构造器com.alibaba.dashscope.audio.asr.translation.results.TranslationRecognizerResultPack
-
- TranslationRecognizerState - com.alibaba.dashscope.audio.asr.translation中的枚举
-
- TranslationRecognizerUsage - com.alibaba.dashscope.audio.asr.translation中的类
-
- TranslationRecognizerUsage() - 类 的构造器com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerUsage
-
- TranslationResult - com.alibaba.dashscope.audio.asr.translation.results中的类
-
- TranslationResult() - 类 的构造器com.alibaba.dashscope.audio.asr.translation.results.TranslationResult
-
- TRANSLATIONS - 类 中的静态变量com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerApiKeywords
-
- truncationStrategy - 类 中的变量com.alibaba.dashscope.threads.runs.RunParam
-
- TruncationStrategy() - 类 的构造器com.alibaba.dashscope.threads.runs.RunParam.TruncationStrategy
-
- TURN_DETECTION - 类 中的静态变量com.alibaba.dashscope.audio.omni.OmniRealtimeConstants
-
- TURN_DETECTION_THRESHOLD - 类 中的静态变量com.alibaba.dashscope.audio.omni.OmniRealtimeConstants
-
- TURN_DETECTION_TYPE - 类 中的静态变量com.alibaba.dashscope.audio.omni.OmniRealtimeConstants
-
- TypeRegistry<T> - com.alibaba.dashscope.common中的类
-
- TypeRegistry() - 类 的构造器com.alibaba.dashscope.common.TypeRegistry
-
- validate() - 类 中的方法ChatGLMParam
-
- validate() - 类 中的方法com.alibaba.dashscope.aigc.codegeneration.CodeGenerationParam
-
- validate() - 类 中的方法com.alibaba.dashscope.aigc.completion.ChatCompletionParam
-
- validate() - 类 中的方法com.alibaba.dashscope.aigc.conversation.ConversationParam
-
- validate() - 类 中的方法com.alibaba.dashscope.aigc.generation.GenerationParam
-
- validate() - 类 中的方法com.alibaba.dashscope.aigc.generation.GenerationParamBase
-
- validate() - 类 中的方法com.alibaba.dashscope.aigc.imagesynthesis.ImageSynthesisParam
-
- validate() - 类 中的方法com.alibaba.dashscope.aigc.imagesynthesis.SketchImageSynthesisParam
-
- validate() - 类 中的方法com.alibaba.dashscope.aigc.multimodalconversation.MultiModalConversationParam
-
- validate() - 类 中的方法com.alibaba.dashscope.aigc.videosynthesis.VideoSynthesisParam
-
Validate all parameters.
- validate() - 类 中的方法com.alibaba.dashscope.app.ApplicationParam
-
- validate() - 类 中的方法com.alibaba.dashscope.audio.asr.phrase.AsrPhraseParam
-
- validate() - 类 中的方法com.alibaba.dashscope.audio.asr.transcription.TranscriptionParam
-
- validate() - 类 中的方法com.alibaba.dashscope.audio.asr.vocabulary.VocabularyParam
-
- validate() - 类 中的方法com.alibaba.dashscope.audio.tts.SpeechSynthesisParam
-
- validate() - 类 中的方法com.alibaba.dashscope.audio.ttsv2.enrollment.VoiceEnrollmentParam
-
- validate() - 类 中的方法com.alibaba.dashscope.base.AsyncTaskListParam
-
已过时。
- validate() - 类 中的方法com.alibaba.dashscope.base.AsyncTaskParam
-
已过时。
- validate() - 类 中的方法com.alibaba.dashscope.base.FlattenHalfDuplexParamBase
-
- validate() - 类 中的方法com.alibaba.dashscope.base.HalfDuplexParamBase
-
Validate the input and parameters.
- validate() - 类 中的方法com.alibaba.dashscope.common.GeneralGetParam
-
- validate() - 类 中的方法com.alibaba.dashscope.embeddings.BatchTextEmbeddingParam
-
- validate() - 类 中的方法com.alibaba.dashscope.embeddings.MultiModalEmbeddingParam
-
- validate() - 类 中的方法com.alibaba.dashscope.embeddings.TextEmbeddingParam
-
- validate() - 类 中的方法com.alibaba.dashscope.multimodal.tingwu.TingWuParam
-
- validate() - 类 中的方法com.alibaba.dashscope.nlp.understanding.UnderstandingParam
-
- validate() - 类 中的方法com.alibaba.dashscope.rerank.TextReRankParam
-
- validate() - 类 中的方法com.alibaba.dashscope.task.AsyncTaskListParam
-
- validate() - 类 中的方法com.alibaba.dashscope.task.AsyncTaskParam
-
- validate() - 类 中的方法com.alibaba.dashscope.threads.messages.TextMessageParam
-
- validate() - 类 中的方法com.alibaba.dashscope.threads.runs.RunParam
-
- validate() - 类 中的方法com.alibaba.dashscope.threads.runs.SubmitToolOutputsParam
-
- validate() - 类 中的方法com.alibaba.dashscope.threads.runs.ThreadAndRunParam
-
- value() - 枚举 中的方法com.alibaba.dashscope.threads.AssistantStreamEvents
-
- value() - 枚举 中的方法com.alibaba.dashscope.threads.messages.ThreadMessage.Status
-
- value() - 枚举 中的方法com.alibaba.dashscope.threads.runs.Run.Status
-
- value() - 枚举 中的方法com.alibaba.dashscope.threads.runs.RunStep.Status
-
- value() - 枚举 中的方法com.alibaba.dashscope.threads.runs.RunStep.Type
-
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.aigc.multimodalconversation.AudioParameters.Voice
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.aigc.multimodalconversation.OcrOptions.Task
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.app.FlowStreamMode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.audio.asr.phrase.AsrPhraseOperationType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.audio.asr.recognition.RecognitionState
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerState
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.audio.asr.vocabulary.VocabularyOperationType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.audio.omni.OmniRealtimeAudioFormat
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.audio.omni.OmniRealtimeModality
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.audio.qwen_tts_realtime.QwenTtsRealtimeAudioFormat
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.audio.tts.SpeechSynthesisAudioFormat
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.audio.tts.SpeechSynthesisTextType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.audio.ttsv2.enrollment.VoiceEnrollmentOperationType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.audio.ttsv2.SpeechSynthesisAudioFormat
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.audio.ttsv2.SpeechSynthesisState
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.common.ErrorType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.common.Function
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.common.OutputMode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.common.Role
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.common.Task
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.common.TaskGroup
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.common.TaskStatus
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.embeddings.BatchTextEmbeddingParam.TextType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.embeddings.TextEmbeddingParam.OutputType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.embeddings.TextEmbeddingParam.TextType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.multimodal.State.DialogState
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.protocol.HttpMethod
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.protocol.Protocol
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.protocol.StreamingMode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.protocol.WebSocketEventType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.threads.AssistantStreamEvents
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.threads.messages.ThreadMessage.Status
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.threads.runs.Run.Status
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.threads.runs.RunStep.Status
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.alibaba.dashscope.threads.runs.RunStep.Type
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法com.alibaba.dashscope.aigc.multimodalconversation.AudioParameters.Voice
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dashscope.aigc.multimodalconversation.OcrOptions.Task
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dashscope.app.FlowStreamMode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dashscope.audio.asr.phrase.AsrPhraseOperationType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dashscope.audio.asr.recognition.RecognitionState
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerState
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dashscope.audio.asr.vocabulary.VocabularyOperationType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dashscope.audio.omni.OmniRealtimeAudioFormat
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dashscope.audio.omni.OmniRealtimeModality
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dashscope.audio.qwen_tts_realtime.QwenTtsRealtimeAudioFormat
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dashscope.audio.tts.SpeechSynthesisAudioFormat
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dashscope.audio.tts.SpeechSynthesisTextType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dashscope.audio.ttsv2.enrollment.VoiceEnrollmentOperationType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dashscope.audio.ttsv2.SpeechSynthesisAudioFormat
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dashscope.audio.ttsv2.SpeechSynthesisState
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dashscope.common.ErrorType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dashscope.common.Function
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dashscope.common.OutputMode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dashscope.common.Role
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dashscope.common.Task
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dashscope.common.TaskGroup
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dashscope.common.TaskStatus
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dashscope.embeddings.BatchTextEmbeddingParam.TextType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dashscope.embeddings.TextEmbeddingParam.OutputType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dashscope.embeddings.TextEmbeddingParam.TextType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dashscope.multimodal.State.DialogState
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dashscope.protocol.HttpMethod
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dashscope.protocol.Protocol
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dashscope.protocol.StreamingMode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dashscope.protocol.WebSocketEventType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dashscope.threads.AssistantStreamEvents
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dashscope.threads.messages.ThreadMessage.Status
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dashscope.threads.runs.Run.Status
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dashscope.threads.runs.RunStep.Status
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法com.alibaba.dashscope.threads.runs.RunStep.Type
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- Version - com.alibaba.dashscope中的类
-
- Version() - 类 的构造器com.alibaba.dashscope.Version
-
- version - 类 中的静态变量com.alibaba.dashscope.Version
-
- video - 类 中的变量com.alibaba.dashscope.embeddings.MultiModalEmbeddingItemVideo
-
- videoImageListSample() - 类 中的静态方法MultiModalConversationOmni
-
- videoImageListSample() - 类 中的静态方法MultiModalConversationQwenVL
-
- videoImageListSample() - 类 中的静态方法MultiModalConversationQwenVLOcr
-
- videoInTextAudioStreamOut() - 类 中的静态方法MultiModalConversationUsage
-
- VideoSynthesis - com.alibaba.dashscope.aigc.videosynthesis中的类
-
- VideoSynthesis() - 类 的构造器com.alibaba.dashscope.aigc.videosynthesis.VideoSynthesis
-
default VideoSynthesis constructor
- VideoSynthesis(String) - 类 的构造器com.alibaba.dashscope.aigc.videosynthesis.VideoSynthesis
-
Create with custom baseUrl
- VideoSynthesis(String, String) - 类 的构造器com.alibaba.dashscope.aigc.videosynthesis.VideoSynthesis
-
Create with custom baseUrl
- VideoSynthesis.Duration - com.alibaba.dashscope.aigc.videosynthesis中的类
-
Video synthesis duration
- VideoSynthesis.Models - com.alibaba.dashscope.aigc.videosynthesis中的类
-
- VideoSynthesis.Resolution - com.alibaba.dashscope.aigc.videosynthesis中的类
-
- VideoSynthesis.Size - com.alibaba.dashscope.aigc.videosynthesis中的类
-
Video synthesis size
- VideoSynthesisListResult - com.alibaba.dashscope.aigc.videosynthesis中的类
-
- VideoSynthesisListResult() - 类 的构造器com.alibaba.dashscope.aigc.videosynthesis.VideoSynthesisListResult
-
- VideoSynthesisOutput - com.alibaba.dashscope.aigc.videosynthesis中的类
-
- VideoSynthesisOutput() - 类 的构造器com.alibaba.dashscope.aigc.videosynthesis.VideoSynthesisOutput
-
- VideoSynthesisParam - com.alibaba.dashscope.aigc.videosynthesis中的类
-
- VideoSynthesisParam() - 类 的构造器com.alibaba.dashscope.aigc.videosynthesis.VideoSynthesisParam
-
- VideoSynthesisResult - com.alibaba.dashscope.aigc.videosynthesis中的类
-
- VideoSynthesisUsage - com.alibaba.dashscope.aigc.videosynthesis中的类
-
- VideoSynthesisUsage() - 类 的构造器com.alibaba.dashscope.aigc.videosynthesis.VideoSynthesisUsage
-
- VideoSynthesisUsage - <Unnamed>中的类
-
- VideoSynthesisUsage() - 类 的构造器VideoSynthesisUsage
-
- vlEnableImageHwOutput - 类 中的变量com.alibaba.dashscope.aigc.multimodalconversation.MultiModalConversationParam
-
enable vl_enable_image_hw_output
- vlHighResolutionImages - 类 中的变量com.alibaba.dashscope.aigc.multimodalconversation.MultiModalConversationParam
-
enable vl_high_resolution_images
- Vocabulary - com.alibaba.dashscope.audio.asr.vocabulary中的类
-
- Vocabulary() - 类 的构造器com.alibaba.dashscope.audio.asr.vocabulary.Vocabulary
-
- VOCABULARY_ID - 类 中的静态变量com.alibaba.dashscope.audio.asr.recognition.RecognitionApiKeywords
-
- VOCABULARY_ID - 类 中的静态变量com.alibaba.dashscope.audio.asr.transcription.TranscriptionApiKeywords
-
- VOCABULARY_ID - 类 中的静态变量com.alibaba.dashscope.audio.asr.translation.TranslationRecognizerApiKeywords
-
- vocabularyFromCreateResult(DashScopeResult) - 类 中的静态方法com.alibaba.dashscope.audio.asr.vocabulary.Vocabulary
-
- vocabularyFromQueryResult(DashScopeResult) - 类 中的静态方法com.alibaba.dashscope.audio.asr.vocabulary.Vocabulary
-
- vocabularyListFromListResult(DashScopeResult) - 类 中的静态方法com.alibaba.dashscope.audio.asr.vocabulary.Vocabulary
-
- VocabularyOperationType - com.alibaba.dashscope.audio.asr.vocabulary中的枚举
-
- VocabularyParam - com.alibaba.dashscope.audio.asr.vocabulary中的类
-
- VocabularyParam(<any>) - 类 的构造器com.alibaba.dashscope.audio.asr.vocabulary.VocabularyParam
-
- VocabularyService - com.alibaba.dashscope.audio.asr.vocabulary中的类
-
- VocabularyService(String) - 类 的构造器com.alibaba.dashscope.audio.asr.vocabulary.VocabularyService
-
- VocabularyService(String, String) - 类 的构造器com.alibaba.dashscope.audio.asr.vocabulary.VocabularyService
-
- VOICE - 类 中的静态变量com.alibaba.dashscope.audio.omni.OmniRealtimeConstants
-
- VOICE - 类 中的静态变量com.alibaba.dashscope.audio.qwen_tts_realtime.QwenTtsRealtimeConstants
-
- VOICE - 类 中的静态变量com.alibaba.dashscope.audio.tts.SpeechSynthesisApiKeywords
-
- Voice - com.alibaba.dashscope.audio.ttsv2.enrollment中的类
-
- Voice() - 类 的构造器com.alibaba.dashscope.audio.ttsv2.enrollment.Voice
-
- VOICE - 类 中的静态变量com.alibaba.dashscope.utils.ApiKeywords
-
- VoiceEnrollmentOperationType - com.alibaba.dashscope.audio.ttsv2.enrollment中的枚举
-
- VoiceEnrollmentParam - com.alibaba.dashscope.audio.ttsv2.enrollment中的类
-
- VoiceEnrollmentParam(<any>) - 类 的构造器com.alibaba.dashscope.audio.ttsv2.enrollment.VoiceEnrollmentParam
-
- VoiceEnrollmentService - com.alibaba.dashscope.audio.ttsv2.enrollment中的类
-
- VoiceEnrollmentService(String) - 类 的构造器com.alibaba.dashscope.audio.ttsv2.enrollment.VoiceEnrollmentService
-
- VoiceEnrollmentService(String, String) - 类 的构造器com.alibaba.dashscope.audio.ttsv2.enrollment.VoiceEnrollmentService
-
- voiceFromCreateResult(DashScopeResult) - 类 中的静态方法com.alibaba.dashscope.audio.ttsv2.enrollment.Voice
-
- voiceFromQueryResult(DashScopeResult) - 类 中的静态方法com.alibaba.dashscope.audio.ttsv2.enrollment.Voice
-
- voiceListFromListResult(DashScopeResult) - 类 中的静态方法com.alibaba.dashscope.audio.ttsv2.enrollment.Voice
-
- VOLUME - 类 中的静态变量com.alibaba.dashscope.audio.tts.SpeechSynthesisApiKeywords
-