tencentcloud-sdk-nodejs-vm 4.1.157 → 4.1.158
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
|
@@ -897,6 +897,10 @@ export interface AudioResult {
|
|
|
897
897
|
* ASR句子的起止时间
|
|
898
898
|
*/
|
|
899
899
|
Sentences?: Array<Sentence>;
|
|
900
|
+
/**
|
|
901
|
+
* 切片请求ID
|
|
902
|
+
*/
|
|
903
|
+
RequestId?: string;
|
|
900
904
|
}
|
|
901
905
|
/**
|
|
902
906
|
* 音频呻吟审核结果
|
|
@@ -1133,4 +1137,8 @@ export interface ImageResult {
|
|
|
1133
1137
|
* 审核命中类型
|
|
1134
1138
|
*/
|
|
1135
1139
|
HitType?: string;
|
|
1140
|
+
/**
|
|
1141
|
+
* 截帧请求ID
|
|
1142
|
+
*/
|
|
1143
|
+
RequestId?: string;
|
|
1136
1144
|
}
|