| 类 | 说明 |
|---|---|
| GlossaryPublishResponse | |
| LangDetectResponse | |
| LangDetectResponse.DetectedLanguage | |
| 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
}
}
|
| TranslateAudioQueryResponse.Subtitle | |
| TranslateAudioSubmitResponse |
音视频翻译-提交任务响应
{
"TaskId": "xxx",
"ResponseMetadata": {
"RequestId": "202004092306480100140440781F5D7119",
"Action": "TranslateText",
"Version": "2020-06-01",
"Service": "translate",
"Region": "cn-north-1",
"Error": null
}
}
|
| TranslateImageResponse | |
| TranslateImageResponse.Point | |
| TranslateImageResponse.TextBlock | |
| TranslateTextResponse | |
| TranslateTextResponse.Translation |
Copyright © 2024. All rights reserved.