tencentcloud-sdk-nodejs-vtc 4.1.71 → 4.1.116

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-vtc",
3
- "version": "4.1.71",
3
+ "version": "4.1.116",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -141,12 +141,12 @@ export interface TranslateResult {
141
141
  * 翻译源文字。
142
142
  注意:此字段可能返回 null,表示取不到有效值。
143
143
  */
144
- SourceText?: string;
144
+ SourceText: string;
145
145
  /**
146
146
  * 翻译后文字。
147
147
  注意:此字段可能返回 null,表示取不到有效值。
148
148
  */
149
- TargetText?: string;
149
+ TargetText: string;
150
150
  }
151
151
  /**
152
152
  * 音频翻译结果