| 限定符和类型 | 方法和说明 |
|---|---|
static CodeGenerationResult |
CodeGenerationResult.fromDashScopeResult(DashScopeResult dashScopeResult) |
| 限定符和类型 | 方法和说明 |
|---|---|
static ChatCompletion |
ChatCompletion.fromDashScopeResult(DashScopeResult result) |
static ChatCompletionChunk |
ChatCompletionChunk.fromDashScopeResult(DashScopeResult dashscopeResult) |
| 限定符和类型 | 方法和说明 |
|---|---|
static ConversationResult |
ConversationResult.fromDashScopeResult(DashScopeResult dashScopeResult) |
| 限定符和类型 | 方法和说明 |
|---|---|
static GenerationResult |
GenerationResult.fromDashScopeResult(DashScopeResult dashScopeResult) |
| 限定符和类型 | 方法和说明 |
|---|---|
static ImageSynthesisListResult |
ImageSynthesisListResult.fromDashScopeResult(DashScopeResult dashScopeResult) |
static ImageSynthesisResult |
ImageSynthesisResult.fromDashScopeResult(DashScopeResult dashScopeResult) |
| 限定符和类型 | 方法和说明 |
|---|---|
static MultiModalConversationResult |
MultiModalConversationResult.fromDashScopeResult(DashScopeResult dashScopeResult) |
| 限定符和类型 | 方法和说明 |
|---|---|
static VideoSynthesisListResult |
VideoSynthesisListResult.fromDashScopeResult(DashScopeResult dashScopeResult) |
static VideoSynthesisResult |
VideoSynthesisResult.fromDashScopeResult(DashScopeResult dashScopeResult) |
| 限定符和类型 | 方法和说明 |
|---|---|
DashScopeResult |
AsynchronousApi.asyncCall(ParamT param,
ServiceOption serviceOption)
Call async interface and return async task info.
|
DashScopeResult |
SynchronizeHalfDuplexApi.call(ParamT param)
Call the server to get the whole result.
|
DashScopeResult |
AsynchronousApi.call(ParamT param,
ServiceOption serviceOption)
Call the server to get the whole result.
|
DashScopeResult |
GeneralApi.call(ParamT param,
ServiceOption serviceOptions)
Call the server to get the whole result.
|
DashScopeResult |
AsynchronousApi.cancel(DashScopeResult taskInfo,
String apiKey,
String baseUrl) |
DashScopeResult |
AsynchronousApi.cancel(String taskId,
String apiKey,
String baseUrl) |
DashScopeResult |
GeneralApi.delete(HalfDuplexParamBase param,
ServiceOption serviceOption)
Make a Delete request.
|
DashScopeResult |
AsynchronousApi.fetch(DashScopeResult taskInfo,
String apiKey,
String baseUrl) |
DashScopeResult |
AsynchronousApi.fetch(String taskId,
String apiKey,
String baseUrl)
Get the async task information, if the is completed will return the result, otherwise return
task status.
|
DashScopeResult |
AsynchronousApi.fetch(String taskId,
String apiKey,
String baseUrl,
Map<String,String> customHeaders)
Get the async task information, if the is completed will return the result, otherwise return
task status.
|
DashScopeResult |
GeneralApi.get(HalfDuplexParamBase param,
ServiceOption serviceOption)
Make a get request.
|
DashScopeResult |
AsynchronousApi.list(AsyncTaskListParam param,
String baseUrl) |
DashScopeResult |
AsynchronousApi.list(String startTime,
String endTime,
String modelName,
String apiKeyId,
String region,
String status,
Integer pageNo,
Integer pageSize,
String baseUrl) |
DashScopeResult |
SynchronizeFullDuplexApi.streamIn(ParamT param)
Call the server to get the whole result.
|
DashScopeResult |
AsynchronousApi.wait(DashScopeResult taskInfo,
String apiKey,
String baseUrl) |
DashScopeResult |
AsynchronousApi.wait(String taskId,
String apiKey,
String baseUrl)
Wait for async task completed and return task result.
|
DashScopeResult |
AsynchronousApi.wait(String taskId,
String apiKey,
String baseUrl,
Map<String,String> customHeaders)
Wait for async task completed and return task result.
|
| 限定符和类型 | 方法和说明 |
|---|---|
io.reactivex.Flowable<DashScopeResult> |
SynchronizeFullDuplexApi.duplexCall(ParamT param)
Call the server to get the result by stream.
|
io.reactivex.Flowable<DashScopeResult> |
SynchronizeHalfDuplexApi.streamCall(ParamT param)
Call the server to get the result by stream.
|
io.reactivex.Flowable<DashScopeResult> |
GeneralApi.streamCall(ParamT param,
ServiceOption serviceOptions)
Call the server to get the result by stream.
|
| 限定符和类型 | 方法和说明 |
|---|---|
DashScopeResult |
AsynchronousApi.cancel(DashScopeResult taskInfo,
String apiKey,
String baseUrl) |
DashScopeResult |
AsynchronousApi.fetch(DashScopeResult taskInfo,
String apiKey,
String baseUrl) |
String |
AsynchronousApi.getTaskId(DashScopeResult task) |
DashScopeResult |
AsynchronousApi.wait(DashScopeResult taskInfo,
String apiKey,
String baseUrl) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SynchronizeHalfDuplexApi.call(ParamT param,
ResultCallback<DashScopeResult> callback)
Call the server to get the result in the callback function.
|
void |
GeneralApi.call(ParamT param,
ServiceOption serviceOptions,
ResultCallback<DashScopeResult> callback)
Call the server to get the result in the callback function.
|
void |
SynchronizeFullDuplexApi.duplexCall(ParamT param,
ResultCallback<DashScopeResult> callback)
Call the server to get the result by stream.
|
void |
SynchronizeHalfDuplexApi.streamCall(ParamT param,
ResultCallback<DashScopeResult> callback)
Call the server to get the result by stream.
|
void |
GeneralApi.streamCall(ParamT param,
ServiceOption serviceOptions,
ResultCallback<DashScopeResult> callback)
Call the server to get the result by stream.
|
void |
SynchronizeFullDuplexApi.streamIn(ParamT param,
ResultCallback<DashScopeResult> callback)
Call the server to get the result in the callback function.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ApplicationResult |
ApplicationResult.fromDashScopeResult(DashScopeResult dashScopeResult) |
| 限定符和类型 | 方法和说明 |
|---|---|
static AsrPhraseStatusResult |
AsrPhraseStatusResult.fromDashScopeResult(DashScopeResult dashScopeResult) |
| 限定符和类型 | 方法和说明 |
|---|---|
static RecognitionResult |
RecognitionResult.fromDashScopeResult(DashScopeResult dashScopeResult) |
| 限定符和类型 | 方法和说明 |
|---|---|
static TranscriptionResult |
TranscriptionResult.fromDashScopeResult(DashScopeResult dashScopeResult) |
| 限定符和类型 | 方法和说明 |
|---|---|
static TranslationRecognizerResult |
TranslationRecognizerResult.fromDashScopeResult(DashScopeResult dashScopeResult) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Vocabulary |
Vocabulary.vocabularyFromCreateResult(DashScopeResult dashScopeResult) |
static Vocabulary |
Vocabulary.vocabularyFromQueryResult(DashScopeResult dashScopeResult) |
static Vocabulary[] |
Vocabulary.vocabularyListFromListResult(DashScopeResult dashScopeResult) |
| 限定符和类型 | 方法和说明 |
|---|---|
static SpeechSynthesisResult |
SpeechSynthesisResult.fromDashScopeResult(DashScopeResult dashScopeResult) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Voice |
Voice.voiceFromCreateResult(DashScopeResult dashScopeResult) |
static Voice |
Voice.voiceFromQueryResult(DashScopeResult dashScopeResult) |
static Voice[] |
Voice.voiceListFromListResult(DashScopeResult dashScopeResult) |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T extends FlattenResultBase> |
FlattenResultBase.fromDashScopeResult(DashScopeResult dashScopeResult,
Type type) |
static AssistantStreamMessage |
FlattenResultBase.fromDashScopeResult(DashScopeResult dashScopeResult,
Type type,
boolean stream) |
| 限定符和类型 | 方法和说明 |
|---|---|
static BatchTextEmbeddingResult |
BatchTextEmbeddingResult.fromDashScopeResult(DashScopeResult dashScopeResult) |
static TextEmbeddingResult |
TextEmbeddingResult.fromDashScopeResult(DashScopeResult dashScopeResult) |
static MultiModalEmbeddingResult |
MultiModalEmbeddingResult.fromDashScopeResult(DashScopeResult dashScopeResult) |
| 限定符和类型 | 方法和说明 |
|---|---|
DashScopeResult |
TingWu.call(HalfDuplexServiceParam param)
Call the server to get the whole result, only http protocol
|
| 限定符和类型 | 方法和说明 |
|---|---|
static TingWuRealtimeResult |
TingWuRealtimeResult.fromDashScopeResult(DashScopeResult dashScopeResult) |
| 限定符和类型 | 方法和说明 |
|---|---|
static UnderstandingResult |
UnderstandingResult.fromDashScopeResult(DashScopeResult dashScopeResult) |
| 限定符和类型 | 方法和说明 |
|---|---|
DashScopeResult |
HalfDuplexClient.send(HalfDuplexRequest req)
Blocking send http request and get the response body.
|
DashScopeResult |
FullDuplexClient.streamIn(FullDuplexRequest req) |
| 限定符和类型 | 方法和说明 |
|---|---|
io.reactivex.Flowable<DashScopeResult> |
FullDuplexClient.duplex(FullDuplexRequest req) |
io.reactivex.Flowable<DashScopeResult> |
HalfDuplexClient.streamOut(HalfDuplexRequest req) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
FullDuplexClient.duplex(FullDuplexRequest req,
ResultCallback<DashScopeResult> callback) |
void |
HalfDuplexClient.send(HalfDuplexRequest req,
ResultCallback<DashScopeResult> callback) |
void |
FullDuplexClient.streamIn(FullDuplexRequest req,
ResultCallback<DashScopeResult> callback) |
void |
HalfDuplexClient.streamOut(HalfDuplexRequest req,
ResultCallback<DashScopeResult> callback) |
| 限定符和类型 | 方法和说明 |
|---|---|
DashScopeResult |
OkHttpWebSocketClient.send(HalfDuplexRequest req) |
DashScopeResult |
OkHttpHttpClient.send(HalfDuplexRequest req) |
DashScopeResult |
OkHttpWebSocketClient.streamIn(FullDuplexRequest req) |
| 限定符和类型 | 方法和说明 |
|---|---|
io.reactivex.Flowable<DashScopeResult> |
OkHttpWebSocketClient.duplex(FullDuplexRequest req) |
io.reactivex.Flowable<DashScopeResult> |
OkHttpWebSocketClient.streamOut(HalfDuplexRequest req) |
io.reactivex.Flowable<DashScopeResult> |
OkHttpHttpClient.streamOut(HalfDuplexRequest req) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
OkHttpWebSocketClient.duplex(FullDuplexRequest req,
ResultCallback<DashScopeResult> callback) |
void |
OkHttpWebSocketClient.send(HalfDuplexRequest req,
ResultCallback<DashScopeResult> callback) |
void |
OkHttpHttpClient.send(HalfDuplexRequest req,
ResultCallback<DashScopeResult> callback) |
void |
OkHttpWebSocketClient.streamIn(FullDuplexRequest req,
ResultCallback<DashScopeResult> callback) |
void |
OkHttpWebSocketClient.streamOut(HalfDuplexRequest req,
ResultCallback<DashScopeResult> callback) |
void |
OkHttpHttpClient.streamOut(HalfDuplexRequest req,
ResultCallback<DashScopeResult> callback) |
| 限定符和类型 | 方法和说明 |
|---|---|
static TextReRankResult |
TextReRankResult.fromDashScopeResult(DashScopeResult dashScopeResult) |
| 限定符和类型 | 方法和说明 |
|---|---|
static AsyncTaskListResult |
AsyncTaskListResult.fromDashScopeResult(DashScopeResult dashScopeResult) |
| 限定符和类型 | 方法和说明 |
|---|---|
static TokenizationResult |
TokenizationResult.fromDashScopeResult(DashScopeResult dashScopeResult) |
| 限定符和类型 | 方法和说明 |
|---|---|
DashScopeResult |
GeneralHalfDuplexApi.call(HalfDuplexServiceParam param)
Call the server to get the whole result, only http protocol
|
static DashScopeResult |
OSSUtils.get_upload_certificate(String model,
String apiKey) |
| 限定符和类型 | 方法和说明 |
|---|---|
io.reactivex.Flowable<DashScopeResult> |
GeneralHalfDuplexApi.streamCall(HalfDuplexServiceParam param)
Call the server to get the result by stream. http and websocket.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static EncryptionKey |
EncryptionKey.fromDashScopeResult(DashScopeResult result) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
GeneralHalfDuplexApi.call(HalfDuplexServiceParam param,
ResultCallback<DashScopeResult> callback)
Call the server to get the result in the callback function.
|
void |
GeneralHalfDuplexApi.streamCall(HalfDuplexServiceParam param,
ResultCallback<DashScopeResult> callback) |
Copyright © 2025. All rights reserved.