tencentcloud-sdk-nodejs-trtc 4.1.221 → 4.1.228
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
|
@@ -1448,6 +1448,10 @@ export interface DescribeAsyncTextToSpeechResponse {
|
|
|
1448
1448
|
* 字幕下载url
|
|
1449
1449
|
*/
|
|
1450
1450
|
SubtitleDownloadUrl?: string;
|
|
1451
|
+
/**
|
|
1452
|
+
* 音频时长
|
|
1453
|
+
*/
|
|
1454
|
+
TotalDurationMs?: number;
|
|
1451
1455
|
/**
|
|
1452
1456
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1453
1457
|
*/
|
|
@@ -4322,6 +4326,10 @@ export interface TextToSpeechResponse {
|
|
|
4322
4326
|
* 字幕对齐数据
|
|
4323
4327
|
*/
|
|
4324
4328
|
Alignments?: Array<AlignmentItem>;
|
|
4329
|
+
/**
|
|
4330
|
+
* 音频时长
|
|
4331
|
+
*/
|
|
4332
|
+
TotalDurationMs?: number;
|
|
4325
4333
|
/**
|
|
4326
4334
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4327
4335
|
*/
|