tencentcloud-sdk-nodejs-vm 4.1.154 → 4.1.157

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.
@@ -1,8 +1,8 @@
1
- import { v20200709 } from "./v20200709";
2
1
  import { v20210922 } from "./v20210922";
2
+ import { v20200709 } from "./v20200709";
3
3
  import { v20201229 } from "./v20201229";
4
4
  export const vm = {
5
- v20200709: v20200709,
6
5
  v20210922: v20210922,
6
+ v20200709: v20200709,
7
7
  v20201229: v20201229,
8
8
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-vm",
3
- "version": "4.1.154",
3
+ "version": "4.1.157",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1,12 +1,12 @@
1
1
  export declare const vm: {
2
- v20200709: {
3
- Client: typeof import("./v20200709/vm_client").Client;
4
- Models: typeof import("./v20200709/vm_models");
5
- };
6
2
  v20210922: {
7
3
  Client: typeof import("./v20210922/vm_client").Client;
8
4
  Models: typeof import("./v20210922/vm_models");
9
5
  };
6
+ v20200709: {
7
+ Client: typeof import("./v20200709/vm_client").Client;
8
+ Models: typeof import("./v20200709/vm_models");
9
+ };
10
10
  v20201229: {
11
11
  Client: typeof import("./v20201229/vm_client").Client;
12
12
  Models: typeof import("./v20201229/vm_models");
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.vm = void 0;
4
- const v20200709_1 = require("./v20200709");
5
4
  const v20210922_1 = require("./v20210922");
5
+ const v20200709_1 = require("./v20200709");
6
6
  const v20201229_1 = require("./v20201229");
7
7
  exports.vm = {
8
- v20200709: v20200709_1.v20200709,
9
8
  v20210922: v20210922_1.v20210922,
9
+ v20200709: v20200709_1.v20200709,
10
10
  v20201229: v20201229_1.v20201229,
11
11
  };
@@ -112,6 +112,39 @@ export interface ImageResultResult {
112
112
  */
113
113
  HitType?: string;
114
114
  }
115
+ /**
116
+ * 出行结果
117
+ */
118
+ export interface TravelResult {
119
+ /**
120
+ * 一级标签
121
+ */
122
+ Label?: string;
123
+ /**
124
+ * 二级标签
125
+ */
126
+ SubLabel?: string;
127
+ /**
128
+ * 风险等级
129
+ */
130
+ RiskLevel?: string;
131
+ /**
132
+ * 出行音频角色
133
+ */
134
+ AudioRole?: string;
135
+ /**
136
+ * 出行语音文本
137
+ */
138
+ AudioText?: string;
139
+ /**
140
+ * 开始时间
141
+ */
142
+ StartTime?: number;
143
+ /**
144
+ * 结束时间
145
+ */
146
+ EndTime?: number;
147
+ }
115
148
  /**
116
149
  * 数据存储信息
117
150
  */
@@ -163,37 +196,21 @@ export interface CreateVideoModerationTaskResponse {
163
196
  RequestId?: string;
164
197
  }
165
198
  /**
166
- * 出行结果
199
+ * ASR识别结果在音频中的起止时间
167
200
  */
168
- export interface TravelResult {
169
- /**
170
- * 一级标签
171
- */
172
- Label?: string;
173
- /**
174
- * 二级标签
175
- */
176
- SubLabel?: string;
177
- /**
178
- * 风险等级
179
- */
180
- RiskLevel?: string;
201
+ export interface Sentence {
181
202
  /**
182
- * 出行音频角色
203
+ * ASR句子
183
204
  */
184
- AudioRole?: string;
205
+ Text?: string;
185
206
  /**
186
- * 出行语音文本
207
+ * 起始时间
187
208
  */
188
- AudioText?: string;
189
- /**
190
- * 开始时间
191
- */
192
- StartTime?: number;
209
+ StartTime?: string;
193
210
  /**
194
211
  * 结束时间
195
212
  */
196
- EndTime?: number;
213
+ EndTime?: string;
197
214
  }
198
215
  /**
199
216
  * 创建任务时的返回结果
@@ -876,6 +893,10 @@ export interface AudioResult {
876
893
  * 审核命中类型
877
894
  */
878
895
  HitType?: string;
896
+ /**
897
+ * ASR句子的起止时间
898
+ */
899
+ Sentences?: Array<Sentence>;
879
900
  }
880
901
  /**
881
902
  * 音频呻吟审核结果