| Package | Description |
|---|---|
| com.volcengine.service.translate | |
| com.volcengine.service.translate.impl |
| Class and Description |
|---|
| GlossaryPublishResponse |
| LangDetectResponse |
| TranslateAudioQueryResponse
音视频翻译-查询结果响应
{
"Subtitles": [
{
"StartTime": 0,
"EndTime": 1000,
"Text": "Hello",
"Translation": "你好"
}
],
"Status": "success",
"ResponseMetadata": {
"RequestId": "202004092306480100140440781F5D7119",
"Action": "TranslateText",
"Version": "2020-06-01",
"Service": "translate",
"Region": "cn-north-1",
"Error": null
}
}
|
| TranslateAudioSubmitResponse
音视频翻译-提交任务响应
{
"TaskId": "xxx",
"ResponseMetadata": {
"RequestId": "202004092306480100140440781F5D7119",
"Action": "TranslateText",
"Version": "2020-06-01",
"Service": "translate",
"Region": "cn-north-1",
"Error": null
}
}
|
| TranslateImageResponse |
| TranslateTextResponse |
| Class and Description |
|---|
| GlossaryPublishResponse |
| LangDetectResponse |
| TranslateAudioQueryResponse
音视频翻译-查询结果响应
{
"Subtitles": [
{
"StartTime": 0,
"EndTime": 1000,
"Text": "Hello",
"Translation": "你好"
}
],
"Status": "success",
"ResponseMetadata": {
"RequestId": "202004092306480100140440781F5D7119",
"Action": "TranslateText",
"Version": "2020-06-01",
"Service": "translate",
"Region": "cn-north-1",
"Error": null
}
}
|
| TranslateAudioSubmitResponse
音视频翻译-提交任务响应
{
"TaskId": "xxx",
"ResponseMetadata": {
"RequestId": "202004092306480100140440781F5D7119",
"Action": "TranslateText",
"Version": "2020-06-01",
"Service": "translate",
"Region": "cn-north-1",
"Error": null
}
}
|
| TranslateImageResponse |
| TranslateTextResponse |
Copyright © 2025. All rights reserved.