tencentcloud-sdk-nodejs-cii 4.0.289 → 4.0.293

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.
@@ -355,6 +355,15 @@ export interface DescribeMachineUnderwriteRequest {
355
355
  */
356
356
  UnderwriteTaskId: string;
357
357
  }
358
+ /**
359
+ * DescribeQualityScore请求参数结构体
360
+ */
361
+ export interface DescribeQualityScoreRequest {
362
+ /**
363
+ * 文件二进制数据
364
+ */
365
+ File: string;
366
+ }
358
367
  /**
359
368
  * 人工复核数据的子任务信息
360
369
  */
@@ -456,6 +465,41 @@ export interface UnderwriteItem {
456
465
  * 风险值或者说明
457
466
  */
458
467
  Value: string;
468
+ /**
469
+ * 参考范围
470
+ 注意:此字段可能返回 null,表示取不到有效值。
471
+ */
472
+ Range: string;
473
+ /**
474
+ * 报告时间
475
+ 注意:此字段可能返回 null,表示取不到有效值。
476
+ */
477
+ ReportDate: Array<string>;
478
+ /**
479
+ * 文件类型
480
+ 注意:此字段可能返回 null,表示取不到有效值。
481
+ */
482
+ FileType: string;
483
+ /**
484
+ * 检查项目
485
+ 注意:此字段可能返回 null,表示取不到有效值。
486
+ */
487
+ InspectProject: string;
488
+ /**
489
+ * 单位
490
+ 注意:此字段可能返回 null,表示取不到有效值。
491
+ */
492
+ Unit: string;
493
+ /**
494
+ * 原名
495
+ 注意:此字段可能返回 null,表示取不到有效值。
496
+ */
497
+ OriginName: string;
498
+ /**
499
+ * 阴阳性
500
+ 注意:此字段可能返回 null,表示取不到有效值。
501
+ */
502
+ YinYang: string;
459
503
  }
460
504
  /**
461
505
  * DescribeStructCompareData返回参数结构体
@@ -545,6 +589,19 @@ export interface MachinePredict {
545
589
  */
546
590
  Laboratory: Array<UnderwriteItem>;
547
591
  }
592
+ /**
593
+ * DescribeQualityScore返回参数结构体
594
+ */
595
+ export interface DescribeQualityScoreResponse {
596
+ /**
597
+ * 质量分
598
+ */
599
+ QualityScore: number;
600
+ /**
601
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
602
+ */
603
+ RequestId?: string;
604
+ }
548
605
  /**
549
606
  * DescribeUnderwriteTask请求参数结构体
550
607
  */
@@ -755,6 +812,10 @@ export interface StructureResultObject {
755
812
  * 子任务ID
756
813
  */
757
814
  SubTaskId: string;
815
+ /**
816
+ * 任务文件列表
817
+ */
818
+ TaskFiles: Array<string>;
758
819
  }
759
820
  /**
760
821
  * 创建结构化任务子任务信息