| 程序包 | 说明 |
|---|---|
| com.alibaba.dashscope.audio.asr.transcription |
| 限定符和类型 | 方法和说明 |
|---|---|
TranscriptionResult |
BaseTranscription.asyncCall(TranscriptionParam param)
Submit a transcription task to server and get a status result immediately.
|
TranscriptionResult |
Transcription.asyncCall(TranscriptionParam param) |
TranscriptionResult |
BaseTranscription.fetch(TranscriptionQueryParam param)
Fetch the transcription task status.
|
TranscriptionResult |
Transcription.fetch(TranscriptionQueryParam queryParam) |
TranscriptionResult |
BaseTranscription.wait(TranscriptionQueryParam param)
Waiting for the transcription task to complete.
|
TranscriptionResult |
Transcription.wait(TranscriptionQueryParam queryParam) |
Copyright © 2023. All rights reserved.