public final class Transcription extends Object implements BaseTranscription
| 构造器和说明 |
|---|
Transcription() |
| 限定符和类型 | 方法和说明 |
|---|---|
TranscriptionResult |
asyncCall(TranscriptionParam param)
Submit a transcription task to server and get a status result immediately.
|
TranscriptionResult |
fetch(TranscriptionQueryParam queryParam)
Fetch the transcription task status.
|
TranscriptionResult |
wait(TranscriptionQueryParam queryParam)
Waiting for the transcription task to complete.
|
public TranscriptionResult asyncCall(TranscriptionParam param) throws ApiException
BaseTranscriptionasyncCall 在接口中 BaseTranscriptionparam - The input param, should be the subclass of `TranscriptionParam`.ApiExceptionpublic TranscriptionResult wait(TranscriptionQueryParam queryParam)
BaseTranscriptionwait 在接口中 BaseTranscriptionqueryParam - The query param can be built from TranscriptionParam.public TranscriptionResult fetch(TranscriptionQueryParam queryParam)
BaseTranscriptionfetch 在接口中 BaseTranscriptionqueryParam - The query param can be built from TranscriptionParam.Copyright © 2023. All rights reserved.