| 程序包 | 说明 |
|---|---|
| com.alibaba.dashscope.embeddings |
| 限定符和类型 | 方法和说明 |
|---|---|
TextEmbeddingResult |
TextEmbedding.call(TextEmbeddingParam param)
Call the server to get the whole result, only http protocol
|
static TextEmbeddingResult |
TextEmbeddingResult.fromDashScopeResult(DashScopeResult dashScopeResult) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TextEmbedding.call(TextEmbeddingParam param,
ResultCallback<TextEmbeddingResult> callback)
Call the server to get the result in the callback function.
|
Copyright © 2025. All rights reserved.