tencentcloud-sdk-nodejs-intl-en 3.0.739 → 3.0.740
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
|
@@ -1071,7 +1071,7 @@ Note: To query the product codes used in the current month, call <a href="https:
|
|
|
1071
1071
|
this.Context = null;
|
|
1072
1072
|
|
|
1073
1073
|
/**
|
|
1074
|
-
*
|
|
1074
|
+
* The account ID of the payer, which is the unique identifier of a Tencent Cloud user. This account is allowed to query its own bills by default. If an organization admin account needs to query the self-pay bills of members, this field should be specified as the member account ID.
|
|
1075
1075
|
* @type {string || null}
|
|
1076
1076
|
*/
|
|
1077
1077
|
this.PayerUin = null;
|
|
@@ -1515,13 +1515,13 @@ class BillDetailComponent extends AbstractModel {
|
|
|
1515
1515
|
this.UsedAmountUnit = null;
|
|
1516
1516
|
|
|
1517
1517
|
/**
|
|
1518
|
-
*
|
|
1518
|
+
* Raw usage/duration: The raw usage/duration of a component before deduction. Note: This field may return null, indicating that no valid values can be obtained.
|
|
1519
1519
|
* @type {string || null}
|
|
1520
1520
|
*/
|
|
1521
1521
|
this.RealTotalMeasure = null;
|
|
1522
1522
|
|
|
1523
1523
|
/**
|
|
1524
|
-
*
|
|
1524
|
+
* Deducted usage/duration (including packages): The usage/duration deducted with a package. Note: This field may return null, indicating that no valid values can be obtained.
|
|
1525
1525
|
* @type {string || null}
|
|
1526
1526
|
*/
|
|
1527
1527
|
this.DeductedMeasure = null;
|
|
@@ -2427,7 +2427,7 @@ Note: To query the product codes used in the current month, call <a href="https:
|
|
|
2427
2427
|
this.BusinessCode = null;
|
|
2428
2428
|
|
|
2429
2429
|
/**
|
|
2430
|
-
*
|
|
2430
|
+
* The account ID of the payer, which is the unique identifier of a Tencent Cloud user. This account is allowed to query its own bills by default. If an organization admin account needs to query the self-pay bills of members, this field should be specified as the member account ID.
|
|
2431
2431
|
* @type {string || null}
|
|
2432
2432
|
*/
|
|
2433
2433
|
this.PayerUin = null;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.740";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -12284,6 +12284,12 @@ class AsrFullTextConfigureInfoForUpdate extends AbstractModel {
|
|
|
12284
12284
|
*/
|
|
12285
12285
|
this.SubtitleFormat = null;
|
|
12286
12286
|
|
|
12287
|
+
/**
|
|
12288
|
+
* Media source language value range: <li>zh: Mandarin </li> <li>en: English</li> <li>ja: Japanese </li> <li>zh-ca: Cantonese</li>
|
|
12289
|
+
* @type {string || null}
|
|
12290
|
+
*/
|
|
12291
|
+
this.SrcLanguage = null;
|
|
12292
|
+
|
|
12287
12293
|
}
|
|
12288
12294
|
|
|
12289
12295
|
/**
|
|
@@ -12301,6 +12307,7 @@ class AsrFullTextConfigureInfoForUpdate extends AbstractModel {
|
|
|
12301
12307
|
this.SubtitleFormatsOperation = obj;
|
|
12302
12308
|
}
|
|
12303
12309
|
this.SubtitleFormat = 'SubtitleFormat' in params ? params.SubtitleFormat : null;
|
|
12310
|
+
this.SrcLanguage = 'SrcLanguage' in params ? params.SrcLanguage : null;
|
|
12304
12311
|
|
|
12305
12312
|
}
|
|
12306
12313
|
}
|
|
@@ -27615,6 +27622,12 @@ class AsrFullTextConfigureInfo extends AbstractModel {
|
|
|
27615
27622
|
*/
|
|
27616
27623
|
this.SubtitleFormat = null;
|
|
27617
27624
|
|
|
27625
|
+
/**
|
|
27626
|
+
* Media source language value range: <li>zh: Mandarin </li> <li>en: English</li> <li>ja: Japanese </li> <li>zh-ca: Cantonese</li><font color=red>Note:</font> If it fills in an empty string or leave this parameter blank, it will be automatically recognized (it is recommended to fill in the language corresponding to the media to improve the recognition accuracy).
|
|
27627
|
+
* @type {string || null}
|
|
27628
|
+
*/
|
|
27629
|
+
this.SrcLanguage = null;
|
|
27630
|
+
|
|
27618
27631
|
}
|
|
27619
27632
|
|
|
27620
27633
|
/**
|
|
@@ -27627,6 +27640,7 @@ class AsrFullTextConfigureInfo extends AbstractModel {
|
|
|
27627
27640
|
this.Switch = 'Switch' in params ? params.Switch : null;
|
|
27628
27641
|
this.SubtitleFormats = 'SubtitleFormats' in params ? params.SubtitleFormats : null;
|
|
27629
27642
|
this.SubtitleFormat = 'SubtitleFormat' in params ? params.SubtitleFormat : null;
|
|
27643
|
+
this.SrcLanguage = 'SrcLanguage' in params ? params.SrcLanguage : null;
|
|
27630
27644
|
|
|
27631
27645
|
}
|
|
27632
27646
|
}
|