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
|
@@ -141,12 +141,12 @@ export interface TranslateResult {
|
|
|
141
141
|
* 翻译源文字。
|
|
142
142
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
143
143
|
*/
|
|
144
|
-
SourceText
|
|
144
|
+
SourceText: string;
|
|
145
145
|
/**
|
|
146
146
|
* 翻译后文字。
|
|
147
147
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
148
148
|
*/
|
|
149
|
-
TargetText
|
|
149
|
+
TargetText: string;
|
|
150
150
|
}
|
|
151
151
|
/**
|
|
152
152
|
* 音频翻译结果
|