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