tencentcloud-sdk-nodejs-ams 4.1.45 → 4.1.66

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-ams",
3
- "version": "4.1.45",
3
+ "version": "4.1.66",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -7,34 +7,28 @@ export interface TextResult {
7
7
  以及其他令人反感、不安全或不适宜的内容类型。
8
8
 
9
9
  如音频中无复杂类型「TextResults」的返回则代表该音频中无相关违规内容;
10
- 注意:此字段可能返回 null,表示取不到有效值。
11
10
  */
12
11
  Label?: string;
13
12
  /**
14
13
  * 命中的关键词,为空则代表该违规内容出自于模型的判断;
15
- 注意:此字段可能返回 null,表示取不到有效值。
16
14
  */
17
15
  Keywords?: Array<string>;
18
16
  /**
19
17
  * 命中关键词库的库标识;
20
- 注意:此字段可能返回 null,表示取不到有效值。
21
18
  */
22
19
  LibId?: string;
23
20
  /**
24
21
  * 命中关键词库的名字;
25
- 注意:此字段可能返回 null,表示取不到有效值。
26
22
  */
27
23
  LibName?: string;
28
24
  /**
29
25
  * 机器判断当前分类的置信度,取值范围:0~100。分数越高,表示越有可能属于当前分类。
30
26
  (如:Porn 99,则该样本属于色情的置信度非常高。)
31
- 注意:此字段可能返回 null,表示取不到有效值。
32
27
  */
33
28
  Score?: number;
34
29
  /**
35
30
  * 建议您拿到判断结果后的执行操作。
36
31
  建议值,Block:建议屏蔽,Review:建议复审,Pass:建议通过
37
- 注意:此字段可能返回 null,表示取不到有效值。
38
32
  */
39
33
  Suggestion?: string;
40
34
  /**
@@ -45,8 +39,6 @@ export interface TextResult {
45
39
  LibType?: number;
46
40
  /**
47
41
  * 该字段用于返回当前标签(Lable)下的二级标签。
48
- 注意:此字段可能返回null,表示取不到有效值。
49
- 注意:此字段可能返回 null,表示取不到有效值。
50
42
  */
51
43
  SubLabel?: string;
52
44
  /**
@@ -163,7 +155,6 @@ export interface HitInfo {
163
155
  export interface CreateAudioModerationTaskResponse {
164
156
  /**
165
157
  * 该字段用于返回任务创建的结果,具体输出内容请参见TaskResult数据结构的详细描述。
166
- 注意:此字段可能返回 null,表示取不到有效值。
167
158
  */
168
159
  Results?: Array<TaskResult>;
169
160
  /**
@@ -177,22 +168,18 @@ export interface CreateAudioModerationTaskResponse {
177
168
  export interface TaskResult {
178
169
  /**
179
170
  * 该字段用于返回创建音频审核任务时在TaskInput结构内传入的DataId,用于标识具体审核任务。
180
- 注意:此字段可能返回 null,表示取不到有效值。
181
171
  */
182
172
  DataId?: string;
183
173
  /**
184
174
  * 该字段用于返回音频审核任务所生成的任务ID,用于标识具体审核任务,方便后续查询和管理。
185
- 注意:此字段可能返回 null,表示取不到有效值。
186
175
  */
187
176
  TaskId?: string;
188
177
  /**
189
178
  * 该字段用于返回任务创建的状态,如返回OK则代表任务创建成功,其他返回值可参考公共错误码。
190
- 注意:此字段可能返回 null,表示取不到有效值。
191
179
  */
192
180
  Code?: string;
193
181
  /**
194
182
  * **仅在Code的返回值为错误码时生效**,用于返回错误的详情内容。
195
- 注意:此字段可能返回 null,表示取不到有效值。
196
183
  */
197
184
  Message?: string;
198
185
  }
@@ -211,88 +198,71 @@ export interface CancelTaskRequest {
211
198
  export interface DescribeTaskDetailResponse {
212
199
  /**
213
200
  * 该字段用于返回创建音频审核任务后返回的任务ID(在Results参数中),用于标识需要查询任务详情的审核任务。
214
- 注意:此字段可能返回 null,表示取不到有效值。
215
201
  */
216
202
  TaskId?: string;
217
203
  /**
218
204
  * 该字段用于返回调用音频审核接口时在Tasks参数内传入的数据ID参数,方便数据的辨别和管理。
219
- 注意:此字段可能返回 null,表示取不到有效值。
220
205
  */
221
206
  DataId?: string;
222
207
  /**
223
208
  * 该字段用于返回调用音频审核接口时传入的BizType参数,方便数据的辨别和管理。
224
- 注意:此字段可能返回 null,表示取不到有效值。
225
209
  */
226
210
  BizType?: string;
227
211
  /**
228
212
  * 该字段用于返回调用音频审核接口时传入的TaskInput参数中的任务名称,方便任务的识别与管理。
229
- 注意:此字段可能返回 null,表示取不到有效值。
230
213
  */
231
214
  Name?: string;
232
215
  /**
233
216
  * 该字段用于返回所查询内容的任务状态。
234
217
  <br>取值:**FINISH**(任务已完成)、**PENDING** (任务等待中)、**RUNNING** (任务进行中)、**ERROR** (任务出错)、**CANCELLED** (任务已取消)。
235
- 注意:此字段可能返回 null,表示取不到有效值。
236
218
  */
237
219
  Status?: string;
238
220
  /**
239
221
  * 该字段用于返回调用音频审核接口时输入的音频审核类型,取值为:**AUDIO**(点播音频)和**LIVE_AUDIO**(直播音频),默认值为AUDIO。
240
- 注意:此字段可能返回 null,表示取不到有效值。
241
222
  */
242
223
  Type?: string;
243
224
  /**
244
225
  * 该字段用于返回基于恶意标签的后续操作建议。当您获取到判定结果后,返回值表示系统推荐的后续操作;建议您按照业务所需,对不同违规类型与建议值进行处理。<br>返回值:**Block**:建议屏蔽,**Review** :建议人工复审,**Pass**:建议通过
245
- 注意:此字段可能返回 null,表示取不到有效值。
246
226
  */
247
227
  Suggestion?: string;
248
228
  /**
249
229
  * 该字段用于返回检测结果所对应的恶意标签。<br>返回值:**Porn**:色情,**Abuse**:谩骂,**Ad**:广告,**Custom**:自定义违规;以及其他令人反感、不安全或不适宜的内容类型。
250
- 注意:此字段可能返回 null,表示取不到有效值。
251
230
  */
252
231
  Labels?: Array<TaskLabel>;
253
232
  /**
254
233
  * 该字段用于返回审核服务的媒体内容信息,主要包括传入文件类型和访问地址。
255
- 注意:此字段可能返回 null,表示取不到有效值。
256
234
  */
257
235
  InputInfo?: InputInfo;
258
236
  /**
259
237
  * 该字段用于返回音频文件识别出的对应文本内容,最大支持**前1000个字符**。
260
- 注意:此字段可能返回 null,表示取不到有效值。
261
238
  */
262
239
  AudioText?: string;
263
240
  /**
264
241
  * 该字段用于返回音频片段的审核结果,主要包括开始时间和音频审核的相应结果。<br>具体输出内容请参见AudioSegments及AudioResult数据结构的详细描述。
265
- 注意:此字段可能返回 null,表示取不到有效值。
266
242
  */
267
243
  AudioSegments?: Array<AudioSegments>;
268
244
  /**
269
245
  * 当任务状态为Error时,该字段用于返回对应错误的类型;任务状态非Error时,默认返回为空。
270
- 注意:此字段可能返回 null,表示取不到有效值。
271
246
  */
272
247
  ErrorType?: string;
273
248
  /**
274
249
  * 当任务状态为Error时,该字段用于返回对应错误的详细描述,任务状态非Error时默认返回为空。
275
- 注意:此字段可能返回 null,表示取不到有效值。
276
250
  */
277
251
  ErrorDescription?: string;
278
252
  /**
279
253
  * 该字段用于返回被查询任务创建的时间,格式采用 ISO 8601标准。
280
- 注意:此字段可能返回 null,表示取不到有效值。
281
254
  */
282
255
  CreatedAt?: string;
283
256
  /**
284
257
  * 该字段用于返回被查询任务最后更新时间,格式采用 ISO 8601标准。
285
- 注意:此字段可能返回 null,表示取不到有效值。
286
258
  */
287
259
  UpdatedAt?: string;
288
260
  /**
289
261
  * 该字段用于返回检测结果所对应的标签。如果未命中恶意,返回Normal,如果命中恶意,则返回Labels中优先级最高的标签
290
- 注意:此字段可能返回 null,表示取不到有效值。
291
262
  */
292
263
  Label?: string;
293
264
  /**
294
265
  * 媒体信息
295
- 注意:此字段可能返回 null,表示取不到有效值。
296
266
  */
297
267
  MediaInfo?: MediaInfo;
298
268
  /**
@@ -353,37 +323,30 @@ export interface TaskInput {
353
323
  export interface LabelResults {
354
324
  /**
355
325
  * 场景
356
- 注意:此字段可能返回 null,表示取不到有效值。
357
326
  */
358
327
  Scene?: string;
359
328
  /**
360
329
  * 建议
361
- 注意:此字段可能返回 null,表示取不到有效值。
362
330
  */
363
331
  Suggestion?: number;
364
332
  /**
365
333
  * 标签
366
- 注意:此字段可能返回 null,表示取不到有效值。
367
334
  */
368
335
  Label?: string;
369
336
  /**
370
337
  * 名称:歌曲名,语种名,说话人名 等
371
- 注意:此字段可能返回 null,表示取不到有效值。
372
338
  */
373
339
  Name?: string;
374
340
  /**
375
341
  * 得分
376
- 注意:此字段可能返回 null,表示取不到有效值。
377
342
  */
378
343
  Score?: number;
379
344
  /**
380
345
  * 开始时间
381
- 注意:此字段可能返回 null,表示取不到有效值。
382
346
  */
383
347
  StartTime?: number;
384
348
  /**
385
349
  * 结束时间
386
- 注意:此字段可能返回 null,表示取不到有效值。
387
350
  */
388
351
  EndTime?: number;
389
352
  }
@@ -553,22 +516,18 @@ export interface User {
553
516
  export interface TaskLabel {
554
517
  /**
555
518
  * 该字段用于返回检测结果所对应的恶意标签。<br>返回值:**Normal**:正常,**Porn**:色情,**Abuse**:谩骂,**Ad**:广告,**Custom**:自定义违规;以及其他令人反感、不安全或不适宜的内容类型。
556
- 注意:此字段可能返回 null,表示取不到有效值。
557
519
  */
558
520
  Label?: string;
559
521
  /**
560
522
  * 该字段用于返回当前标签对应的后续操作建议。当您获取到判定结果后,返回值表示系统推荐的后续操作;建议您按照业务所需,对不同违规类型与建议值进行处理。<br>返回值:**Block**:建议屏蔽,**Review** :建议人工复审,**Pass**:建议通过
561
- 注意:此字段可能返回 null,表示取不到有效值。
562
523
  */
563
524
  Suggestion?: string;
564
525
  /**
565
526
  * 该字段用于返回当前标签(Label)下的置信度,取值范围:0(**置信度最低**)-100(**置信度最高** ),越高代表文本越有可能属于当前返回的标签;如:*色情 99*,则表明该文本非常有可能属于色情内容;*色情 0*,则表明该文本不属于色情内容。
566
- 注意:此字段可能返回 null,表示取不到有效值。
567
527
  */
568
528
  Score?: number;
569
529
  /**
570
530
  * 该字段用于返回当前标签(Lable)下的二级标签。
571
- 注意:此字段可能返回 null,表示取不到有效值。
572
531
  */
573
532
  SubLabel?: string;
574
533
  }
@@ -599,12 +558,10 @@ export interface TaskFilter {
599
558
  export interface InputInfo {
600
559
  /**
601
560
  * 该字段表示文件访问类型,取值为**URL**(资源链接)和**COS** (腾讯云对象存储)。
602
- 注意:此字段可能返回 null,表示取不到有效值。
603
561
  */
604
562
  Type?: string;
605
563
  /**
606
564
  * 该字段表示文件访问的链接地址,格式为标准URL格式。<br> 备注:当Type为URL时此字段不为空。
607
- 注意:此字段可能返回 null,表示取不到有效值。
608
565
  */
609
566
  Url?: string;
610
567
  /**
@@ -636,17 +593,14 @@ export interface StorageInfo {
636
593
  export interface DescribeTasksResponse {
637
594
  /**
638
595
  * 该字段用于返回当前查询的任务总量,格式为int字符串。
639
- 注意:此字段可能返回 null,表示取不到有效值。
640
596
  */
641
597
  Total?: string;
642
598
  /**
643
599
  * 该字段用于返回当前页的任务详细数据,具体输出内容请参见TaskData数据结构的详细描述。
644
- 注意:此字段可能返回 null,表示取不到有效值。
645
600
  */
646
601
  Data?: Array<TaskData>;
647
602
  /**
648
603
  * 该字段用于返回翻页时使用的Token信息,由系统自动生成,并在翻页时向下一个生成的页面传递此参数,以方便快速翻页功能的实现。当到最后一页时,该字段为空。
649
- 注意:此字段可能返回 null,表示取不到有效值。
650
604
  */
651
605
  PageToken?: string;
652
606
  /**
@@ -660,27 +614,22 @@ export interface DescribeTasksResponse {
660
614
  export interface AudioResultDetailLanguageResult {
661
615
  /**
662
616
  * 该字段用于返回对应的语言种类信息。
663
- 注意:此字段可能返回 null,表示取不到有效值。
664
617
  */
665
618
  Label?: string;
666
619
  /**
667
620
  * 该参数用于返回当前标签下的置信度,取值范围:0(**置信度最低**)-100(**置信度最高**),越高代表音频越有可能属于当前返回的语种标签;
668
- 注意:此字段可能返回 null,表示取不到有效值。
669
621
  */
670
622
  Score?: number;
671
623
  /**
672
624
  * 该参数用于返回对应语种标签的片段在音频文件内的开始时间,单位为秒。
673
- 注意:此字段可能返回 null,表示取不到有效值。
674
625
  */
675
626
  StartTime?: number;
676
627
  /**
677
628
  * 该参数用于返回对应语种标签的片段在音频文件内的结束时间,单位为秒。
678
- 注意:此字段可能返回 null,表示取不到有效值。
679
629
  */
680
630
  EndTime?: number;
681
631
  /**
682
632
  * *内测中,敬请期待*
683
- 注意:此字段可能返回 null,表示取不到有效值。
684
633
  */
685
634
  SubLabelCode?: string;
686
635
  }
@@ -690,12 +639,10 @@ export interface AudioResultDetailLanguageResult {
690
639
  export interface RecognitionResult {
691
640
  /**
692
641
  * 可能的取值有:Teenager 、Gender
693
- 注意:此字段可能返回 null,表示取不到有效值。
694
642
  */
695
643
  Label?: string;
696
644
  /**
697
645
  * 识别标签列表
698
- 注意:此字段可能返回 null,表示取不到有效值。
699
646
  */
700
647
  Tags?: Array<Tag>;
701
648
  }
@@ -705,7 +652,6 @@ export interface RecognitionResult {
705
652
  export interface MoanResult {
706
653
  /**
707
654
  * 固定取值为Moan(呻吟/娇喘),如音频中无复杂类型「MoanResult」的返回则代表该音频中无呻吟/娇喘相关违规内容;
708
- 注意:此字段可能返回 null,表示取不到有效值。
709
655
  */
710
656
  Label?: string;
711
657
  /**
@@ -728,8 +674,6 @@ export interface MoanResult {
728
674
  EndTime?: number;
729
675
  /**
730
676
  * 该字段用于返回当前标签(Lable)下的二级标签。
731
- 注意:此字段可能返回null,表示取不到有效值。
732
- 注意:此字段可能返回 null,表示取不到有效值。
733
677
  */
734
678
  SubLabel?: string;
735
679
  }
@@ -762,17 +706,14 @@ export interface CancelTaskResponse {
762
706
  export interface BucketInfo {
763
707
  /**
764
708
  * 该字段用于标识腾讯云对象存储的存储桶名称,关于文件桶的详细信息敬请参考 [腾讯云存储相关说明](https://cloud.tencent.com/document/product/436/44352)。
765
- 注意:此字段可能返回 null,表示取不到有效值。
766
709
  */
767
710
  Bucket: string;
768
711
  /**
769
712
  * 该字段用于标识腾讯云对象存储的托管机房的分布地区,对象存储 COS 的数据存放在这些地域的存储桶中。
770
- 注意:此字段可能返回 null,表示取不到有效值。
771
713
  */
772
714
  Region: string;
773
715
  /**
774
716
  * 该字段用于标识腾讯云对象存储的对象Key,对象作为基本单元被存放在存储桶中;用户可以通过腾讯云控制台、API、SDK 等多种方式管理对象。有关对象的详细描述敬请参阅相应 [产品文档](https://cloud.tencent.com/document/product/436/13324)。
775
- 注意:此字段可能返回 null,表示取不到有效值。
776
717
  */
777
718
  Object: string;
778
719
  }
@@ -824,22 +765,18 @@ export interface AudioResultDetailTextResult {
824
765
  export interface SpeakerResults {
825
766
  /**
826
767
  * 标签
827
- 注意:此字段可能返回 null,表示取不到有效值。
828
768
  */
829
769
  Label?: string;
830
770
  /**
831
771
  * 得分
832
- 注意:此字段可能返回 null,表示取不到有效值。
833
772
  */
834
773
  Score?: number;
835
774
  /**
836
775
  * 开始时间
837
- 注意:此字段可能返回 null,表示取不到有效值。
838
776
  */
839
777
  StartTime?: number;
840
778
  /**
841
779
  * 结束时间
842
- 注意:此字段可能返回 null,表示取不到有效值。
843
780
  */
844
781
  EndTime?: string;
845
782
  }
@@ -849,37 +786,30 @@ export interface SpeakerResults {
849
786
  export interface TravelResults {
850
787
  /**
851
788
  * 一级标签
852
- 注意:此字段可能返回 null,表示取不到有效值。
853
789
  */
854
790
  Label?: string;
855
791
  /**
856
792
  * 二级标签
857
- 注意:此字段可能返回 null,表示取不到有效值。
858
793
  */
859
794
  SubLabel?: string;
860
795
  /**
861
796
  * 风险等级
862
- 注意:此字段可能返回 null,表示取不到有效值。
863
797
  */
864
798
  RiskLevel?: string;
865
799
  /**
866
800
  * 出行音频角色
867
- 注意:此字段可能返回 null,表示取不到有效值。
868
801
  */
869
802
  AudioRole?: string;
870
803
  /**
871
804
  * 出行语音文本
872
- 注意:此字段可能返回 null,表示取不到有效值。
873
805
  */
874
806
  AudioText?: string;
875
807
  /**
876
808
  * 开始时间
877
- 注意:此字段可能返回 null,表示取不到有效值。
878
809
  */
879
810
  StartTime?: number;
880
811
  /**
881
812
  * 结束时间
882
- 注意:此字段可能返回 null,表示取不到有效值。
883
813
  */
884
814
  EndTime?: number;
885
815
  }
@@ -889,33 +819,27 @@ export interface TravelResults {
889
819
  export interface AudioResult {
890
820
  /**
891
821
  * 该字段用于返回审核内容是否命中审核模型;取值:0(**未命中**)、1(**命中**)。
892
- 注意:此字段可能返回 null,表示取不到有效值。
893
822
  */
894
823
  HitFlag?: number;
895
824
  /**
896
825
  * 该字段用于返回检测结果所对应的恶意标签。<br>返回值:**Normal**:正常,**Porn**:色情,**Abuse**:谩骂,**Ad**:广告,**Custom**:自定义违规;以及其他令人反感、不安全或不适宜的内容类型。
897
- 注意:此字段可能返回 null,表示取不到有效值。
898
826
  */
899
827
  Label?: string;
900
828
  /**
901
829
  * 该字段用于返回后续操作建议。当您获取到判定结果后,返回值表示具体的后续建议操作。<br>
902
830
  返回值:**Block**:建议屏蔽,**Review** :建议人工复审,**Pass**:建议通过
903
- 注意:此字段可能返回 null,表示取不到有效值。
904
831
  */
905
832
  Suggestion?: string;
906
833
  /**
907
834
  * 该字段用于返回当前标签下的置信度,取值范围:0(**置信度最低**)-100(**置信度最高** ),越高代表文本越有可能属于当前返回的标签;如:*色情 99*,则表明该文本非常有可能属于色情内容。
908
- 注意:此字段可能返回 null,表示取不到有效值。
909
835
  */
910
836
  Score?: number;
911
837
  /**
912
838
  * 该字段用于返回音频文件经ASR识别后的文本信息。最长可识别**5小时**的音频文件,若超出时长限制,接口将会报错。
913
- 注意:此字段可能返回 null,表示取不到有效值。
914
839
  */
915
840
  Text?: string;
916
841
  /**
917
842
  * 该字段用于返回审核结果的访问链接(URL)。<br>备注:链接默认有效期为12小时。如果您需要更长时效的链接,请使用[COS预签名](https://cloud.tencent.com/document/product/1265/104001)功能更新签名时效。
918
- 注意:此字段可能返回 null,表示取不到有效值。
919
843
  */
920
844
  Url?: string;
921
845
  /**
@@ -940,12 +864,10 @@ export interface AudioResult {
940
864
  LanguageResults?: Array<AudioResultDetailLanguageResult>;
941
865
  /**
942
866
  * 该字段用于返回当前标签(Lable)下的二级标签。
943
- 注意:此字段可能返回 null,表示取不到有效值。
944
867
  */
945
868
  SubLabel?: string;
946
869
  /**
947
870
  * 识别类标签结果信息列表
948
- 注意:此字段可能返回 null,表示取不到有效值。
949
871
  */
950
872
  RecognitionResults?: Array<RecognitionResult>;
951
873
  /**
@@ -968,6 +890,10 @@ export interface AudioResult {
968
890
  * 三级标签码
969
891
  */
970
892
  SubTagCode?: string;
893
+ /**
894
+ * 审核检测类型
895
+ */
896
+ HitType?: string;
971
897
  }
972
898
  /**
973
899
  * 音频呻吟审核结果
@@ -1011,7 +937,6 @@ export interface AudioResultDetailMoanResult {
1011
937
  export interface TaskData {
1012
938
  /**
1013
939
  * 该字段用于返回音频审核任务数据所对应的数据ID,方便后续查询和管理审核任务。
1014
- 注意:此字段可能返回 null,表示取不到有效值。
1015
940
  */
1016
941
  DataId?: string;
1017
942
  /**
@@ -1025,32 +950,26 @@ export interface TaskData {
1025
950
  Status?: string;
1026
951
  /**
1027
952
  * 该字段用于返回音频审核任务所对应的任务名称,方便后续查询和管理审核任务。
1028
- 注意:此字段可能返回 null,表示取不到有效值。
1029
953
  */
1030
954
  Name?: string;
1031
955
  /**
1032
956
  * 该字段用于返回调用音频审核接口时传入的BizType参数,方便数据的辨别和管理。
1033
- 注意:此字段可能返回 null,表示取不到有效值。
1034
957
  */
1035
958
  BizType?: string;
1036
959
  /**
1037
960
  * 该字段用于返回调用音频审核接口时输入的音频审核类型,取值为:**AUDIO**(点播音频)和**LIVE_AUDIO**(直播音频),默认值为AUDIO。
1038
- 注意:此字段可能返回 null,表示取不到有效值。
1039
961
  */
1040
962
  Type?: string;
1041
963
  /**
1042
964
  * 该字段用于返回基于恶意标签的后续操作建议。当您获取到判定结果后,返回值表示系统推荐的后续操作;建议您按照业务所需,对不同违规类型与建议值进行处理。<br>返回值:**Block**:建议屏蔽,**Review** :建议人工复审,**Pass**:建议通过
1043
- 注意:此字段可能返回 null,表示取不到有效值。
1044
965
  */
1045
966
  Suggestion?: string;
1046
967
  /**
1047
968
  * 输入信息
1048
- 注意:此字段可能返回 null,表示取不到有效值。
1049
969
  */
1050
970
  MediaInfo?: MediaInfo;
1051
971
  /**
1052
972
  * 该字段用于返回检测结果所对应的恶意标签。<br>返回值:**Normal**:正常,**Porn**:色情,**Abuse**:谩骂,**Ad**:广告,**Custom**:自定义违规;以及其他令人反感、不安全或不适宜的内容类型。
1053
- 注意:此字段可能返回 null,表示取不到有效值。
1054
973
  */
1055
974
  Labels?: Array<TaskLabel>;
1056
975
  /**
@@ -1059,12 +978,10 @@ export interface TaskData {
1059
978
  CreatedAt?: string;
1060
979
  /**
1061
980
  * 该字段用于返回被查询任务最后更新时间,格式采用 ISO 8601标准。
1062
- 注意:此字段可能返回 null,表示取不到有效值。
1063
981
  */
1064
982
  UpdatedAt?: string;
1065
983
  /**
1066
984
  * 任务信息
1067
- 注意:此字段可能返回 null,表示取不到有效值。
1068
985
  */
1069
986
  InputInfo?: InputInfo;
1070
987
  }
@@ -1101,42 +1018,35 @@ export interface Tag {
1101
1018
  * 根据Label字段确定具体名称:
1102
1019
  当Label 为Teenager 时 Name可能取值有:Teenager
1103
1020
  当Label 为Gender 时 Name可能取值有:Male 、Female
1104
- 注意:此字段可能返回 null,表示取不到有效值。
1105
1021
  */
1106
1022
  Name?: string;
1107
1023
  /**
1108
1024
  * 置信分:0~100,数值越大表示置信度越高
1109
- 注意:此字段可能返回 null,表示取不到有效值。
1110
1025
  */
1111
1026
  Score?: number;
1112
1027
  /**
1113
1028
  * 识别开始偏移时间,单位:毫秒
1114
- 注意:此字段可能返回 null,表示取不到有效值。
1115
1029
  */
1116
1030
  StartTime?: number;
1117
1031
  /**
1118
1032
  * 识别结束偏移时间,单位:毫秒
1119
- 注意:此字段可能返回 null,表示取不到有效值。
1120
1033
  */
1121
1034
  EndTime?: number;
1122
1035
  }
1123
1036
  /**
1124
- * 表示声音段信息
1037
+ * 表示该段声音的信息
1125
1038
  */
1126
1039
  export interface AudioSegments {
1127
1040
  /**
1128
1041
  * 该字段用于返回音频片段的开始时间,单位为秒。对于点播文件,该参数代表对应音频相对于完整音轨的偏移时间,如0(代表不偏移),5(音轨开始后5秒),10(音轨开始后10秒);对于直播文件,该参数则返回对应音频片段开始时的Unix时间戳,如:1594650717。
1129
- 注意:此字段可能返回 null,表示取不到有效值。
1130
1042
  */
1131
1043
  OffsetTime?: string;
1132
1044
  /**
1133
1045
  * 该字段用于返回音频片段的具体审核结果,详细内容敬请参考AudioResult数据结构的描述。
1134
- 注意:此字段可能返回 null,表示取不到有效值。
1135
1046
  */
1136
1047
  Result?: AudioResult;
1137
1048
  /**
1138
1049
  * 入库时间
1139
- 注意:此字段可能返回 null,表示取不到有效值。
1140
1050
  */
1141
1051
  CreatedAt?: string;
1142
1052
  }