summaryrefslogtreecommitdiff
path: root/data/zh_cn/tingwu/2023-09-30/api-docs.php
blob: 248dc7b103ee61307ddbb6b30a2366f7b581408f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
<?php return [
    'version' => '1.0',
    'info' => [
        'style' => 'ROA',
        'product' => 'tingwu',
        'version' => '2023-09-30',
    ],
    'directories' => [
        'CreateTask',
        'GetTaskInfo',
        [
            'id' => 187956,
            'title' => '热词',
            'type' => 'directory',
            'children' => [
                'CreateTranscriptionPhrases',
                'GetTranscriptionPhrases',
                'UpdateTranscriptionPhrases',
                'DeleteTranscriptionPhrases',
                'ListTranscriptionPhrases',
            ],
        ],
    ],
    'components' => [
        'schemas' => [],
    ],
    'apis' => [
        'CreateTask' => [
            'summary' => '创建听悟任务,包括创建离线转写任务和实时会议任务。',
            'path' => '/openapi/tingwu/v2/tasks',
            'methods' => [
                'put',
            ],
            'schemes' => [
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => [
                'application/json',
            ],
            'produces' => [
                'application/json',
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'none',
                'riskType' => 'high',
                'chargeType' => 'paid',
                'abilityTreeCode' => '196631',
                'abilityTreeNodes' => [
                    'FEATUREnls24C81K',
                    'FEATUREnlsO1I14I',
                ],
            ],
            'parameters' => [
                [
                    'name' => 'type',
                    'in' => 'query',
                    'schema' => [
                        'description' => '任务类型:'."\n"
                            .'- **offline**:表示离线任务,比如离线转写'."\n"
                            .'- **realtime**:表示实时任务,比如创建实时记录',
                        'type' => 'string',
                        'required' => true,
                        'enumValueTitles' => [
                            'offline' => 'offline',
                            'realtime' => 'realtime',
                        ],
                        'example' => 'offline',
                    ],
                ],
                [
                    'name' => 'operation',
                    'in' => 'query',
                    'schema' => [
                        'description' => '操作项,可选取值:'."\n"
                            ."\n"
                            .'- start:表示任务的创建,也是默认值,通常情况下无须显示设置'."\n"
                            .'- stop:停止实时会议任务,对应的是创建实时会议,在会议结束后设置为stop并触发调用;实时会议场景使用;'."\n"
                            ."\n"
                            .'需要注意:在结束实时记录时,务必设置此参数,且设置为stop。',
                        'type' => 'string',
                        'required' => false,
                        'enumValueTitles' => [
                            'stop' => 'stop',
                            'start' => 'start',
                        ],
                        'example' => 'stop',
                    ],
                ],
                [
                    'name' => 'body',
                    'in' => 'body',
                    'style' => 'json',
                    'schema' => [
                        'title' => '请求参数body',
                        'description' => '请求参数body',
                        'type' => 'object',
                        'properties' => [
                            'AppKey' => [
                                'description' => '在管控台创建的项目AppKey。',
                                'type' => 'string',
                                'required' => false,
                                'example' => 'JV1sRTisRMi****',
                            ],
                            'Input' => [
                                'description' => '创建任务时设置的基本信息参数。注意不同的任务类型所需设置的必选参数并不相同。'."\n"
                                    ."\n"
                                    .'- 当type=offline,也即离线任务时,您必须设置SourceLanguage和FileUrl参数;'."\n"
                                    ."\n"
                                    .'- 当type=realtime,也即实时会议任务时,您必须额外设置SourceLanguage、Format、SampleRate参数;',
                                'type' => 'object',
                                'properties' => [
                                    'SourceLanguage' => [
                                        'title' => '离线转写/实时会议使用的语言模型。'."\n"
                                            .'cn:中文。'."\n"
                                            .'en:英文。'."\n"
                                            .'yue:粤语。'."\n"
                                            .'fspk:中英文自由说。',
                                        'description' => '音频转写使用的语言模型。 支持以下取值:'."\n"
                                            ."\n"
                                            .'- **cn**:中文'."\n"
                                            .'- **en**:英文'."\n"
                                            .'- **fspk**:中英文自由说'."\n"
                                            .'- **ja**:日文'."\n"
                                            .'- **yue**:粤语',
                                        'type' => 'string',
                                        'required' => true,
                                        'enumValueTitles' => [
                                            'ja' => '日语',
                                            'yue' => '粤语',
                                            'fspk' => '中英文自由说',
                                            'en' => '英文',
                                            'cn' => '中文',
                                        ],
                                        'example' => 'cn',
                                    ],
                                    'FileUrl' => [
                                        'title' => '创建离线转写任务时,必须填写的原始音频链接,当前支持http或https形式的链接。',
                                        'description' => '当您创建离线转写任务,设置的原始音视频文件的http(s)链接',
                                        'type' => 'string',
                                        'required' => false,
                                        'example' => 'http://xxx.com/zzz/1.wav',
                                    ],
                                    'TaskKey' => [
                                        'title' => '任务级别的自定义标识,用以区分不同任务,可选。如设置,建议为每一个任务设置不同的标识',
                                        'description' => '用户设置的自定义标识,用以关联本任务。',
                                        'type' => 'string',
                                        'required' => false,
                                        'example' => 'task_tingwu_123',
                                    ],
                                    'Format' => [
                                        'title' => '音频流编码格式,支持PCM(无压缩的PCM文件或WAV文件)或OPUS(压缩的OPUS文件)。仅在创建实时会议时必选。',
                                        'description' => '您创建实时会议时,需通过该参数指定音频流数据的编码格式,比如pcm。当前支持以下取值:'."\n"
                                            ."\n"
                                            .'- **pcm**'."\n"
                                            .'- **opus**'."\n"
                                            .'- **aac**'."\n"
                                            .'- **speex**'."\n"
                                            .'- **mp3**',
                                        'type' => 'string',
                                        'required' => false,
                                        'enumValueTitles' => [
                                            'mp3' => 'mp3',
                                            'aac' => 'aac',
                                            'speex' => 'speex',
                                            'pcm' => 'pcm',
                                            'opus' => 'opus',
                                        ],
                                        'example' => 'pcm',
                                    ],
                                    'SampleRate' => [
                                        'title' => '音频流采样率,当前支持:16000/8000两种。仅在创建实时会议时必选。',
                                        'description' => '您创建实时会议时,需通过该参数指定音频流数据的采样率。当前支持8000和16000。'."\n"
                                            ."\n"
                                            .'- **8000**:电话客服类场景'."\n"
                                            .'- **16000**:实时会议音频采集场景',
                                        'type' => 'integer',
                                        'format' => 'int32',
                                        'required' => false,
                                        'enumValueTitles' => [
                                            8000 => '8000',
                                            16000 => '16000',
                                        ],
                                        'example' => '16000',
                                        'enum' => [
                                            '16000',
                                            '8000',
                                        ],
                                    ],
                                    'ProgressiveCallbacksEnabled' => [
                                        'title' => '是否开启回调功能。当需要开启回调功能时,您需要在控制台配置好回调类型和地址,并在创建任务时将该参数置为true。',
                                        'description' => '是否开启回调功能。'."\n"
                                            .'当需要开启回调功能时,您需要在控制台配置好回调类型和地址,并在创建任务时将该参数置为true。',
                                        'type' => 'boolean',
                                        'required' => false,
                                        'example' => 'false',
                                        'default' => 'false',
                                    ],
                                    'MultipleStreamsEnabled' => [
                                        'title' => '是否开启多通道音频流识别。当且仅当在实时记录场景下才需考虑设置,默认为false',
                                        'description' => '是否开启多通道音频流识别。当且仅当在实时记录场景下才需考虑设置,默认为false',
                                        'type' => 'boolean',
                                        'required' => false,
                                        'example' => 'false',
                                        'default' => 'false',
                                    ],
                                    'TaskId' => [
                                        'title' => '您创建实时记录时返回的TaskId,通过此Id,您可以结束实时记录。该参数仅在结束实时记录时设置,其他时候请不要设置。',
                                        'description' => '您创建实时记录时返回的TaskId,通过此Id,您可以结束实时记录。该参数仅在结束实时记录时设置,其他时候请不要设置。',
                                        'type' => 'string',
                                        'required' => false,
                                        'example' => '9922c84c087044eda18659c128b56c84',
                                    ],
                                    'OutputPath' => [
                                        'title' => '在控制台配置oss信息后,可以通过配置oss写入地址,将结果直接保存到自定义oss内。',
                                        'type' => 'string',
                                        'required' => false,
                                    ],
                                    'LanguageHints' => [
                                        'title' => '偏好语种,仅当SourceLanguage="multilingual"时生效,限制模型的输出语种。',
                                        'type' => 'array',
                                        'items' => [
                                            'type' => 'string',
                                            'required' => false,
                                        ],
                                        'required' => false,
                                    ],
                                    'AudioChannelMode' => [
                                        'title' => '多通道音视频处理模式。',
                                        'type' => 'string',
                                        'required' => false,
                                    ],
                                ],
                                'required' => false,
                            ],
                            'Parameters' => [
                                'description' => '创建任务时设置的算法相关参数。您可以按需设置。',
                                'type' => 'object',
                                'properties' => [
                                    'Transcoding' => [
                                        'description' => '音视频或音频流转码转换模块',
                                        'type' => 'object',
                                        'properties' => [
                                            'TargetAudioFormat' => [
                                                'title' => '是否将原始音视频文件或音频流转成mp3格式保存,目前仅支持设置为mp3格式。在创建离线文件转写或实时会议时可选。',
                                                'description' => '是否将原始音视频文件或音频流转成mp3格式保存,目前仅支持设置为mp3格式。在创建离线文件转写或实时会议时可选。',
                                                'type' => 'string',
                                                'required' => false,
                                                'example' => 'mp3',
                                                'enum' => [
                                                    'mp3',
                                                ],
                                            ],
                                            'TargetVideoFormat' => [
                                                'title' => '是否将原始视频文件转成mp4格式保存,目前仅支持设置为mp4格式。仅在创建离线文件转写且原始文件为视频格式时设置此参数有意义,通常无须设置。',
                                                'description' => '是否将原始视频文件转成mp4格式保存,目前仅支持设置为mp4格式。仅在创建离线文件转写且原始文件为视频格式时设置此参数有意义,通常无须设置。',
                                                'type' => 'string',
                                                'required' => false,
                                                'example' => 'mp4',
                                                'enum' => [
                                                    'mp4',
                                                ],
                                            ],
                                            'VideoThumbnailEnabled' => [
                                                'title' => '是否将原始视频文件抽取视频缩略图并保存。仅在创建离线文件转写且原始文件为视频格式时设置此参数有意义,通常无须设置。',
                                                'description' => '是否将原始视频文件抽取视频缩略图并保存。仅在创建离线文件转写且原始文件为视频格式时设置此参数有意义,通常无须设置。',
                                                'type' => 'boolean',
                                                'required' => false,
                                                'enumValueTitles' => [],
                                                'example' => 'false',
                                                'default' => 'false',
                                            ],
                                            'SpectrumEnabled' => [
                                                'title' => '是否将原始音视频文件或音频流生成音频波形图并保存,目前仅支持设置为mp3格式。在创建离线文件转写或实时会议时可选。',
                                                'description' => '是否将原始音视频文件或音频流生成音频波形图并保存,目前仅支持设置为mp3格式。在创建离线文件转写或实时会议时可选。',
                                                'type' => 'boolean',
                                                'required' => false,
                                                'example' => 'false',
                                                'default' => 'false',
                                            ],
                                        ],
                                        'required' => false,
                                    ],
                                    'Transcription' => [
                                        'title' => '语音识别功能控制参数',
                                        'description' => '语音转写控制参数。',
                                        'type' => 'object',
                                        'properties' => [
                                            'AudioEventDetectionEnabled' => [
                                                'title' => '是否在语音转写过程中开启声音事件检测,开启后,会生成声音事件检测的结果,比如Music事件等。',
                                                'description' => '是否在语音转写过程中开启声音事件检测功能,用以判断音频中是否存在比如music等事件。',
                                                'type' => 'boolean',
                                                'required' => false,
                                                'example' => 'false',
                                                'default' => 'false',
                                            ],
                                            'DiarizationEnabled' => [
                                                'title' => '是否在语音转写过程中开启说话人分离功能',
                                                'description' => '是否开启说话人分离功能',
                                                'type' => 'boolean',
                                                'required' => false,
                                                'example' => 'false',
                                                'default' => 'false',
                                            ],
                                            'Diarization' => [
                                                'description' => '说话人分离功能参数',
                                                'type' => 'object',
                                                'properties' => [
                                                    'SpeakerCount' => [
                                                        'title' => '是否开启说话人角色区分。注:只对16K及以上采样率生效。'."\n"
                                                            .'不设置:不使用说话人角色区分。'."\n"
                                                            .'0:说话人角色区分结果为不定人数。'."\n"
                                                            .'2:说话人角色区分结果为2人。',
                                                        'description' => '设置说话人分离参数。'."\n"
                                                            ."\n"
                                                            .'不设置:不使用说话人角色区分。 '."\n"
                                                            ."\n"
                                                            .'0:说话人角色区分结果为不定人数。'."\n"
                                                            ."\n"
                                                            .' 2:说话人角色区分结果为2人。',
                                                        'type' => 'integer',
                                                        'format' => 'int32',
                                                        'required' => false,
                                                        'enumValueTitles' => [
                                                            '0',
                                                            2 => '2',
                                                        ],
                                                        'example' => '2',
                                                    ],
                                                ],
                                                'required' => false,
                                            ],
                                            'OutputLevel' => [
                                                'title' => '设置语音识别结果返回等级。1:识别出完整句子时返回识别结果;2:识别出中间结果及完整句子时返回识别结果',
                                                'description' => '设置语音识别结果返回等级。默认值是1。'."\n"
                                                    ."\n"
                                                    .'- **1**:识别出完整句子时返回识别结果;'."\n"
                                                    ."\n"
                                                    .'- **2**:识别出中间结果及完整句子时返回识别结果',
                                                'type' => 'integer',
                                                'format' => 'int32',
                                                'required' => false,
                                                'enumValueTitles' => [
                                                    1 => '识别出完整句子时返回识别结果',
                                                    '识别出中间结果及完整句子时返回识别结果',
                                                ],
                                                'example' => '2',
                                                'default' => '1',
                                            ],
                                            'AdditionalStreamOutputLevel' => [
                                                'title' => '设置实时记录场景下活跃说话人对应的语音识别结果返回等级。1:识别出完整句子时返回识别结果;2:识别出中间结果及完整句子时返回识别结果(仅在实时记录场景下且MultipleStreamsEnabled=true时按需设置,离线转写场景无须设置)。',
                                                'description' => '设置实时记录场景下活跃说话人对应的语音识别结果返回等级。'."\n"
                                                    ."\n"
                                                    .'- **1**:识别出完整句子时返回识别结果;'."\n"
                                                    ."\n"
                                                    .'- **2**:识别出中间结果及完整句子时返回识别结果;'."\n"
                                                    ."\n"
                                                    .'仅在实时记录场景下且MultipleStreamsEnabled=true时按需设置,离线转写场景无须设置。',
                                                'type' => 'integer',
                                                'format' => 'int32',
                                                'required' => false,
                                                'enumValueTitles' => [
                                                    1 => '识别出完整句子时返回识别结果',
                                                    '识别出中间结果及完整句子时返回识别结果',
                                                ],
                                                'example' => '1',
                                                'default' => '1',
                                            ],
                                            'PhraseId' => [
                                                'title' => '热词ID',
                                                'description' => '热词的词表ID',
                                                'type' => 'string',
                                                'required' => false,
                                                'example' => 'ce9c2a34b6d847bf92a77d0a196f****',
                                            ],
                                            'Model' => [
                                                'title' => '设置语音转写模型,提升特定领域转写效果。',
                                                'type' => 'string',
                                                'required' => false,
                                            ],
                                            'RealtimeDiarizationEnabled' => [
                                                'type' => 'boolean',
                                                'required' => false,
                                            ],
                                            'ProfanityFilterEnabled' => [
                                                'title' => '是否启用语音转写过程中的敏感词过滤功能,默认开启',
                                                'type' => 'boolean',
                                                'required' => false,
                                            ],
                                        ],
                                        'required' => false,
                                    ],
                                    'Translation' => [
                                        'title' => '语言翻译功能控制参数',
                                        'description' => '翻译功能控制参数。',
                                        'type' => 'object',
                                        'properties' => [
                                            'TargetLanguages' => [
                                                'title' => '添加待设置的目标翻译语言。 支持中文(cn)、英文(en)、日文(ja)。',
                                                'description' => '翻译功能开启时需设置目标语言。支持中英日。',
                                                'type' => 'array',
                                                'items' => [
                                                    'description' => '翻译功能开启时设置的目标语言。 支持以下取值:'."\n"
                                                        ."\n"
                                                        .'- **cn**:中文'."\n"
                                                        .'- **en**:英文'."\n"
                                                        .'- **ja**:日文',
                                                    'type' => 'string',
                                                    'required' => false,
                                                    'enumValueTitles' => [
                                                        'ja' => '日语',
                                                        'en' => '英语',
                                                        'cn' => '中文',
                                                    ],
                                                    'example' => 'en',
                                                ],
                                                'required' => false,
                                            ],
                                            'OutputLevel' => [
                                                'title' => '设置实时语言翻译识别结果返回等级。1:识别出完整句子时返回识别结果;2:识别出中间结果及完整句子时返回识别结果(仅在实时记录场景下按需设置,离线转写场景无须设置)。',
                                                'description' => '设置实时语言翻译识别结果返回等级。默认值是1。'."\n"
                                                    ."\n"
                                                    .'- **1**:识别出完整句子时返回识别结果;'."\n"
                                                    .'- **2**:识别出中间结果及完整句子时返回识别结果。'."\n"
                                                    ."\n"
                                                    .'仅在实时记录场景下按需设置,离线转写场景无须设置。',
                                                'type' => 'integer',
                                                'format' => 'int32',
                                                'required' => false,
                                                'enumValueTitles' => [
                                                    1 => '1',
                                                    '2',
                                                ],
                                                'example' => '2',
                                                'default' => '1',
                                            ],
                                            'AdditionalStreamOutputLevel' => [
                                                'title' => '设置实时记录场景下活跃说话人对应的语言翻译识别结果返回等级。1:识别出完整句子时返回识别结果;2:识别出中间结果及完整句子时返回识别结果(仅在实时记录场景下且MultipleStreamsEnabled=true时按需设置,离线转写场景无须设置)。',
                                                'description' => '设置实时记录场景下活跃说话人对应的语言翻译识别结果返回等级。'."\n"
                                                    ."\n"
                                                    .'- **1**:识别出完整句子时返回识别结果;'."\n"
                                                    .'- **2**:识别出中间结果及完整句子时返回识别结果;'."\n"
                                                    ."\n"
                                                    .'仅在实时记录场景下且MultipleStreamsEnabled=true时按需设置,离线转写场景无须设置。',
                                                'type' => 'integer',
                                                'format' => 'int32',
                                                'required' => false,
                                                'enumValueTitles' => [
                                                    1 => '识别出完整句子时返回识别结果',
                                                    '识别出中间结果及完整句子时返回识别结果',
                                                ],
                                                'example' => '1',
                                                'default' => '1',
                                            ],
                                        ],
                                        'required' => false,
                                    ],
                                    'TranslationEnabled' => [
                                        'title' => '是否将语音识别内容开启翻译功能。如需翻译,此时设置为true',
                                        'description' => '是否启用翻译功能。',
                                        'type' => 'boolean',
                                        'required' => false,
                                        'example' => 'false',
                                        'default' => 'false',
                                    ],
                                    'AutoChaptersEnabled' => [
                                        'title' => '是否启用章节速览功能,开启后会生成章节标题和章节摘要结果。',
                                        'description' => '是否启用章节速览功能,开启后会生成章节标题和章节摘要结果。',
                                        'type' => 'boolean',
                                        'required' => false,
                                        'example' => 'true',
                                        'default' => 'false',
                                    ],
                                    'MeetingAssistanceEnabled' => [
                                        'title' => '是否启用智能纪要功能,开启后会生成关键词、重点内容、待办等结果(依赖传入的参数类型)。',
                                        'description' => '是否启用智能纪要功能,开启后会生成关键词、重点内容、待办等结果。',
                                        'type' => 'boolean',
                                        'required' => false,
                                        'example' => 'false',
                                        'default' => 'false',
                                    ],
                                    'MeetingAssistance' => [
                                        'title' => '智能纪要功能控制参数,支持待办事项、关键词、重点内容的算法处理。 若您启用MeetingAssistanceEnabled但未通过MeetingAssistance设置算法类型,则默认都进行调用和返回。',
                                        'description' => '智能纪要功能控制参数,支持待办事项、关键词、重点内容的算法处理。 若您启用MeetingAssistanceEnabled但未通过MeetingAssistance设置算法类型,则默认都进行调用和返回。',
                                        'type' => 'object',
                                        'properties' => [
                                            'Types' => [
                                                'title' => '开启智能纪要功能时,需传入期望的功能参数类型,支持待办(Actions)、关键信息(KeyInformation)。其中关键信息包含关键词和重点内容(关键句)',
                                                'description' => '开启智能功能时,需传入期望的功能参数类型,支持待办(Actions)、关键信息(KeyInformation)。其中关键信息包含关键词和重点内容(关键句)',
                                                'type' => 'array',
                                                'items' => [
                                                    'description' => '设置智能纪要功能的算法类型。可设置以下取值:'."\n"
                                                        .'- **Actions**:待办事项'."\n"
                                                        .'- **KeyInformation**:关键信息处理,含关键词、重点内容等',
                                                    'type' => 'string',
                                                    'required' => false,
                                                    'enumValueTitles' => [
                                                        'Actions' => '待办事项',
                                                        'KeyInformation' => '关键信息(含关键词和重点内容)',
                                                    ],
                                                    'example' => 'Actions',
                                                ],
                                                'required' => false,
                                                'minItems' => 1,
                                            ],
                                        ],
                                        'required' => false,
                                    ],
                                    'SummarizationEnabled' => [
                                        'title' => '是否启用摘要功能,开启后会可以生成全文摘要、发言人总结等结果(依赖传入的摘要类型)。',
                                        'description' => '是否启用摘要功能,开启后会可以生成全文摘要、发言人总结等结果',
                                        'type' => 'boolean',
                                        'required' => false,
                                        'example' => 'false',
                                        'default' => 'false',
                                    ],
                                    'Summarization' => [
                                        'title' => '摘要功能控制参数',
                                        'description' => '摘要功能控制参数。',
                                        'type' => 'object',
                                        'properties' => [
                                            'Types' => [
                                                'title' => '添加待设置的大模型摘要参数,支持全文摘要(Paragraph)、发言人总结摘要(Conversational)。',
                                                'description' => '开启摘要功能时,需传入期望的摘要类型,支持全文摘要(Paragraph)、发言人总结摘要(Conversational)、问答回顾摘要(QuestionsAnswering)。',
                                                'type' => 'array',
                                                'items' => [
                                                    'title' => '',
                                                    'description' => '开启摘要功能时,需传入期望的摘要类型。'."\n"
                                                        .'- **Paragraph**:全文摘要'."\n"
                                                        .'- **Conversational**:发言人总结摘要'."\n"
                                                        .'- **QuestionsAnswering**:问答回顾摘要',
                                                    'type' => 'string',
                                                    'required' => false,
                                                    'enumValueTitles' => [
                                                        'Conversational' => '发言人总结摘要',
                                                        'QuestionsAnswering' => '问答回顾摘要',
                                                        'Paragraph' => '全文摘要',
                                                    ],
                                                    'example' => 'Paragraph',
                                                ],
                                                'required' => false,
                                                'enumValueTitles' => [
                                                    'Conversational' => '发言人总结摘要',
                                                    'QuestionsAnswering' => '问答回顾',
                                                    'Paragraph' => '全文摘要',
                                                ],
                                                'example' => 'Paragraph',
                                            ],
                                        ],
                                        'required' => false,
                                    ],
                                    'PptExtractionEnabled' => [
                                        'title' => '是否启用PPT抽取和PPT总结功能,开启后会对视频文件中的PPT进行画面抽取,并形成对应的总结',
                                        'description' => '是否启用PPT抽取和PPT总结功能,开启后会对视频文件中的PPT进行画面抽取,并形成对应的总结。 该参数建议仅在离线转写且源文件是视频文件时开启。在实时记录场景及离线转写但源文件仅是音频输入场景下无法生成结果。',
                                        'type' => 'boolean',
                                        'required' => false,
                                        'example' => 'false',
                                        'default' => 'false',
                                    ],
                                    'TextPolishEnabled' => [
                                        'title' => '是否启用口语书面化,开启后会对音频转写结果进行润色,输出更为规范的文本结果',
                                        'description' => '是否启用口语书面化功能。',
                                        'type' => 'boolean',
                                        'required' => false,
                                        'example' => 'false',
                                        'default' => 'false',
                                    ],
                                    'ServiceInspectionEnabled' => [
                                        'title' => '服务质检功能开关,默认为false。',
                                        'type' => 'boolean',
                                        'required' => false,
                                    ],
                                    'ServiceInspection' => [
                                        'title' => '服务质检参数对象。',
                                        'type' => 'object',
                                        'properties' => [
                                            'SceneIntroduction' => [
                                                'title' => '服务质检的对话场景描述。',
                                                'type' => 'string',
                                                'required' => false,
                                            ],
                                            'InspectionIntroduction' => [
                                                'title' => '服务质检的检测目标和侧重点描述。',
                                                'type' => 'string',
                                                'required' => false,
                                            ],
                                            'InspectionContents' => [
                                                'title' => '服务质检的质检维度列表,包含质检维度名称和定义,即需要大模型以什么样的标准判断该维度是否命中。',
                                                'type' => 'array',
                                                'items' => [
                                                    'type' => 'object',
                                                    'properties' => [
                                                        'Title' => [
                                                            'title' => '服务质检的质检维度名称。',
                                                            'type' => 'string',
                                                            'required' => false,
                                                        ],
                                                        'Content' => [
                                                            'title' => '服务质检的质检维度定义。',
                                                            'type' => 'string',
                                                            'required' => false,
                                                        ],
                                                    ],
                                                    'required' => false,
                                                ],
                                                'required' => false,
                                            ],
                                            'SpeakerMap' => [
                                                'type' => 'object',
                                                'required' => false,
                                            ],
                                        ],
                                        'required' => false,
                                    ],
                                    'CustomPromptEnabled' => [
                                        'title' => '是否启用自定义Prompt,开启后可以输入个性化定制Prompt。',
                                        'description' => '是否启用自定义Prompt功能。',
                                        'type' => 'boolean',
                                        'required' => false,
                                        'example' => 'false',
                                    ],
                                    'CustomPrompt' => [
                                        'title' => '自定义Prompt的主要参数。',
                                        'description' => '自定义Prompt控制参数对象。',
                                        'type' => 'object',
                                        'properties' => [
                                            'Contents' => [
                                                'title' => '自定义Prompt的参数列表。',
                                                'description' => '自定义Prompt的参数列表。',
                                                'type' => 'array',
                                                'items' => [
                                                    'description' => '占位符',
                                                    'type' => 'object',
                                                    'properties' => [
                                                        'Name' => [
                                                            'title' => 'Prompt的自定义名称,用于匹配输出结果。',
                                                            'description' => 'Prompt的自定义名称,用于匹配输出结果。',
                                                            'type' => 'string',
                                                            'required' => true,
                                                            'example' => 'summary-demo',
                                                        ],
                                                        'Prompt' => [
                                                            'title' => 'Prompt的自定义内容。',
                                                            'description' => 'Prompt的自定义内容。',
                                                            'type' => 'string',
                                                            'required' => true,
                                                            'example' => '总结一下下面的对话内容:{Transcription}',
                                                        ],
                                                        'Model' => [
                                                            'title' => '指定Prompt的模型。',
                                                            'description' => '指定Prompt的模型。',
                                                            'type' => 'string',
                                                            'required' => false,
                                                            'example' => 'tingwu-turbo',
                                                        ],
                                                        'TransType' => [
                                                            'title' => '指定{Transcription}标签格式。',
                                                            'description' => '指定{Transcription}标签格式。',
                                                            'type' => 'string',
                                                            'required' => false,
                                                            'example' => 'default',
                                                        ],
                                                    ],
                                                    'required' => false,
                                                ],
                                                'required' => false,
                                            ],
                                        ],
                                        'required' => false,
                                    ],
                                    'ExtraParams' => [
                                        'title' => '用以设置某些特殊场景或特殊配置参数,通常情况无须设置。',
                                        'description' => '扩展参数,通常情况无须设置。',
                                        'type' => 'object',
                                        'properties' => [
                                            'NfixEnabled' => [
                                                'title' => '是否启用Nfix。通常情况无须设置。',
                                                'description' => '是否启用nfix,通常情况无须设置。',
                                                'type' => 'boolean',
                                                'required' => false,
                                                'example' => 'true',
                                            ],
                                            'MaxKeywords' => [
                                                'title' => '指定关键词的数量。',
                                                'type' => 'integer',
                                                'format' => 'int32',
                                                'required' => false,
                                            ],
                                            'DomainEducationEnabled' => [
                                                'type' => 'boolean',
                                                'required' => false,
                                            ],
                                            'OcrAuxiliaryEnabled' => [
                                                'type' => 'boolean',
                                                'required' => false,
                                            ],
                                            'TranslateLlmSceneEnabled' => [
                                                'type' => 'boolean',
                                                'required' => false,
                                            ],
                                            'FullTextSummaryFormat' => [
                                                'title' => '全文摘要返回格式',
                                                'type' => 'string',
                                                'required' => false,
                                            ],
                                        ],
                                        'required' => false,
                                    ],
                                    'ContentExtractionEnabled' => [
                                        'type' => 'boolean',
                                        'required' => false,
                                    ],
                                    'ContentExtraction' => [
                                        'title' => '对话内容提取参数对象。',
                                        'type' => 'object',
                                        'properties' => [
                                            'SceneIntroduction' => [
                                                'title' => '对话内容提取的场景描述。',
                                                'type' => 'string',
                                                'required' => false,
                                            ],
                                            'ExtractionContents' => [
                                                'title' => '对话内容提取的提取维度列表,包含提取项的名称和定义。',
                                                'type' => 'array',
                                                'items' => [
                                                    'type' => 'object',
                                                    'properties' => [
                                                        'Title' => [
                                                            'title' => '对话内容提取的提取维度名称。',
                                                            'type' => 'string',
                                                            'required' => false,
                                                        ],
                                                        'Content' => [
                                                            'title' => '对话内容提取的维度定义。',
                                                            'type' => 'string',
                                                            'required' => false,
                                                        ],
                                                        'Identity' => [
                                                            'type' => 'string',
                                                            'required' => false,
                                                        ],
                                                    ],
                                                    'required' => false,
                                                ],
                                                'required' => false,
                                            ],
                                            'SpeakerMap' => [
                                                'type' => 'object',
                                                'required' => false,
                                            ],
                                        ],
                                        'required' => false,
                                    ],
                                    'IdentityRecognitionEnabled' => [
                                        'title' => '身份识别开关。',
                                        'type' => 'boolean',
                                        'required' => false,
                                    ],
                                    'IdentityRecognition' => [
                                        'title' => '身份识别参数对象。',
                                        'type' => 'object',
                                        'properties' => [
                                            'SceneIntroduction' => [
                                                'title' => '身份识别的场景描述。',
                                                'type' => 'string',
                                                'required' => false,
                                            ],
                                            'IdentityContents' => [
                                                'title' => '身份识别的内容列表,包含身份名称和描述。',
                                                'type' => 'array',
                                                'items' => [
                                                    'type' => 'object',
                                                    'properties' => [
                                                        'Name' => [
                                                            'title' => '身份名称。',
                                                            'type' => 'string',
                                                            'required' => false,
                                                        ],
                                                        'Description' => [
                                                            'title' => '身份描述。',
                                                            'type' => 'string',
                                                            'required' => false,
                                                        ],
                                                    ],
                                                    'required' => false,
                                                ],
                                                'required' => false,
                                            ],
                                        ],
                                        'required' => false,
                                    ],
                                    'AutoChapters' => [
                                        'type' => 'object',
                                        'properties' => [
                                            'ChapterGranularity' => [
                                                'type' => 'string',
                                                'required' => false,
                                            ],
                                        ],
                                        'required' => false,
                                    ],
                                    'Model' => [
                                        'type' => 'string',
                                        'required' => false,
                                    ],
                                    'LlmOutputLanguage' => [
                                        'type' => 'string',
                                        'required' => false,
                                    ],
                                ],
                                'required' => false,
                            ],
                        ],
                        'required' => false,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => [
                                'title' => 'Id of the request',
                                'description' => '请求ID,仅用于联调。',
                                'type' => 'string',
                                'example' => '35124E1C-AE99-5D6C-A52E-BD689D8D****',
                            ],
                            'Code' => [
                                'description' => '状态码。',
                                'type' => 'string',
                                'example' => '0',
                            ],
                            'Message' => [
                                'description' => '状态说明。',
                                'type' => 'string',
                                'example' => 'Success.',
                            ],
                            'Data' => [
                                'description' => '返回对象。',
                                'type' => 'object',
                                'properties' => [
                                    'TaskId' => [
                                        'description' => '任务id',
                                        'type' => 'string',
                                        'example' => 'c5394c6ee0fb474899d42215a3925c7e',
                                    ],
                                    'TaskKey' => [
                                        'description' => '用户创建任务时设置的自定义标识。',
                                        'type' => 'string',
                                        'example' => 'task_tingwu_123',
                                    ],
                                    'MeetingJoinUrl' => [
                                        'title' => '实时记录场景下生成的音频流推送地址,您可以在后续实时音频流识别时通过该地址进行',
                                        'description' => '实时记录场景下生成的音频流推送地址,您可以在后续实时音频流识别时通过该地址进行',
                                        'type' => 'string',
                                        'example' => 'wss://tingwu-realtime-cn-beijing.aliyuncs.com/api/ws/v1?mc=****',
                                    ],
                                    'TaskStatus' => [
                                        'title' => '任务状态',
                                        'description' => '任务状态',
                                        'type' => 'string',
                                        'example' => 'ONGOING',
                                    ],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'staticInfo' => [
                'returnType' => 'synchronous',
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"35124E1C-AE99-5D6C-A52E-BD689D8D****\\",\\n  \\"Code\\": \\"0\\",\\n  \\"Message\\": \\"Success.\\",\\n  \\"Data\\": {\\n    \\"TaskId\\": \\"c5394c6ee0fb474899d42215a3925c7e\\",\\n    \\"TaskKey\\": \\"task_tingwu_123\\",\\n    \\"MeetingJoinUrl\\": \\"wss://tingwu-realtime-cn-beijing.aliyuncs.com/api/ws/v1?mc=****\\",\\n    \\"TaskStatus\\": \\"ONGOING\\"\\n  }\\n}","type":"json"}]',
            'title' => '创建听悟任务',
        ],
        'GetTaskInfo' => [
            'summary' => '查询任务状态和任务结果。',
            'path' => '/openapi/tingwu/v2/tasks/{TaskId}',
            'methods' => [
                'get',
            ],
            'schemes' => [
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'produces' => [
                'application/json',
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'get',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeNodes' => [
                    'FEATUREnls24C81K',
                    'FEATUREnlsO1I14I',
                ],
            ],
            'parameters' => [
                [
                    'name' => 'TaskId',
                    'in' => 'path',
                    'schema' => [
                        'title' => '创建任务时生成的TaskId',
                        'description' => '创建任务时返回的TaskId。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'c5394c6ee0fb474899d42215a3925c7e',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => [
                                'title' => 'Id of the request',
                                'description' => '请求ID,仅用于联调。',
                                'type' => 'string',
                                'example' => '35124E1C-AE99-5D6C-A52E-BD689D8D****',
                            ],
                            'Code' => [
                                'description' => '状态码。',
                                'type' => 'string',
                                'example' => '0',
                            ],
                            'Message' => [
                                'description' => '状态说明。',
                                'type' => 'string',
                                'example' => 'Success.',
                            ],
                            'Data' => [
                                'description' => '返回对象。',
                                'type' => 'object',
                                'properties' => [
                                    'TaskId' => [
                                        'description' => '任务ID。',
                                        'type' => 'string',
                                        'example' => 'c5394c6ee0fb474899d42215a3925c7e',
                                    ],
                                    'TaskKey' => [
                                        'title' => '该任务由用户自定义的TaskKey, 此处原样返回。',
                                        'description' => '用户创建任务时设置的自定义标识。',
                                        'type' => 'string',
                                        'example' => 'task_tingwu_123',
                                    ],
                                    'TaskStatus' => [
                                        'title' => '任务状态',
                                        'description' => '任务状态。 '."\n"
                                            ."\n"
                                            .'- ONGOING:任务进行中。 '."\n"
                                            .'- COMPLETED:任务完成。 '."\n"
                                            .'- FAILED:任务失败 '."\n"
                                            .'- INVALID:无效任务。',
                                        'type' => 'string',
                                        'example' => 'COMPLETED',
                                    ],
                                    'OutputMp3Path' => [
                                        'title' => 'mp3转换结果的url链接',
                                        'description' => 'mp3转换结果的url链接',
                                        'type' => 'string',
                                        'example' => 'http://xxxx.com/tingwu/output/1738248324/094e964bf0e04e39/094e964bf0e04e39_20231222101008.mp3?Expires=1706064016',
                                    ],
                                    'OutputMp4Path' => [
                                        'title' => 'mp4转换结果的url链接',
                                        'description' => 'mp4转换结果的url链接',
                                        'type' => 'string',
                                        'example' => 'http://xxxx.com/tingwu/output/1738248324/094e964bf0e04e39/094e964bf0e04e39_20231222101008.mp4?Expires=1706064016',
                                    ],
                                    'OutputThumbnailPath' => [
                                        'title' => '视频缩略图的url链接',
                                        'description' => '视频缩略图的url链接',
                                        'type' => 'string',
                                        'example' => 'http://xxxx.com/tingwu/output/1738248324/094e964bf0e04e39/094e964bf0e04e39_20231222101008.png?Expires=1706064016',
                                    ],
                                    'OutputSpectrumPath' => [
                                        'title' => '音频波形图的url链接',
                                        'description' => '音频波形图的url链接',
                                        'type' => 'string',
                                        'example' => 'http://xxxx.com/tingwu/output/1738248324/094e964bf0e04e39/094e964bf0e04e39_20231222101008.spectrum?Expires=1706064016',
                                    ],
                                    'ErrorCode' => [
                                        'title' => '错误码',
                                        'description' => '错误码',
                                        'type' => 'string',
                                        'example' => 'TSC.AudioFormat',
                                    ],
                                    'ErrorMessage' => [
                                        'title' => '错误信息',
                                        'description' => '错误信息',
                                        'type' => 'string',
                                        'example' => 'Audio format invalid.',
                                    ],
                                    'Result' => [
                                        'title' => '各类算法处理的结果集合。该结果以http链接的形式返回,用户可基于该链接解析原生结果。',
                                        'description' => '各类算法处理的结果集合。该结果以http链接的形式返回,用户可基于该链接解析原生结果。',
                                        'type' => 'object',
                                        'properties' => [
                                            'Transcription' => [
                                                'title' => '语音转写对应的结果url链接。',
                                                'description' => '语音转写对应的结果url链接。',
                                                'type' => 'string',
                                                'example' => 'http://xxxx.com/tingwu/output/1738248324/094e964bf0e04e39/094e964bf0e04e39_Transcription_20231222101008.json?Expires=1706064016',
                                            ],
                                            'AutoChapters' => [
                                                'title' => '章节速览功能对应的结果url链接。',
                                                'description' => '章节速览功能对应的结果url链接。',
                                                'type' => 'string',
                                                'example' => 'http://xxxx.com/tingwu/output/1738248324/094e964bf0e04e39/094e964bf0e04e39_AutoChapters_20231222101215.json?Expires=1706064016',
                                            ],
                                            'MeetingAssistance' => [
                                                'title' => '智能纪要对应的结果url链接',
                                                'description' => '智能纪要对应的结果url链接',
                                                'type' => 'string',
                                                'example' => 'http://xxxx.com/tingwu/output/1738248324/094e964bf0e04e39/094e964bf0e04e39_MeetingAssistance_20231222101112.json?Expires=1706064016',
                                            ],
                                            'Summarization' => [
                                                'title' => '大模型摘要对应的结果url链接。',
                                                'description' => '大模型摘要对应的结果url链接。',
                                                'type' => 'string',
                                                'example' => 'http://xxxx.com/tingwu/output/1738248324/094e964bf0e04e39/094e964bf0e04e39_Summarization_20231222101215.json?Expires=1706064016',
                                            ],
                                            'Translation' => [
                                                'title' => '文本翻译对应的结果url链接',
                                                'description' => '文本翻译对应的结果url链接',
                                                'type' => 'string',
                                                'example' => 'http://xxxx.com/tingwu/output/1738248324/094e964bf0e04e39/094e964bf0e04e39_Translation_20231222101215.json?Expires=1706064016',
                                            ],
                                            'PptExtraction' => [
                                                'title' => '视频PPT抽取和总结对应的结果url链接',
                                                'description' => '视频PPT抽取和总结对应的结果url链接',
                                                'type' => 'string',
                                                'example' => 'http://xxxx.com/tingwu/output/1738248324/094e964bf0e04e39/094e964bf0e04e39_PptExtraction_20231222101215.json?Expires=1706064016',
                                            ],
                                            'TextPolish' => [
                                                'title' => '口语书面化对应的结果url链接',
                                                'description' => '口语书面化对应的结果url链接',
                                                'type' => 'string',
                                                'example' => 'http://xxxx.com/tingwu/output/1738248324/094e964bf0e04e39/094e964bf0e04e39_TextPolish_20231222101215.json?Expires=1706064016',
                                            ],
                                            'CustomPrompt' => [
                                                'title' => '自定义prompt对应的结果url链接',
                                                'description' => '自定义prompt对应的结果url链接',
                                                'type' => 'string',
                                                'example' => 'http://xxxx.com/tingwu/output/1738248324/094e964bf0e04e39/094e964bf0e04e39_ CustomPrompt_20231222101215.json?Expires=1706064016',
                                            ],
                                            'ServiceInspection' => [
                                                'title' => '服务质检对应的结果url链接',
                                                'description' => '服务质检对应的结果url链接',
                                                'type' => 'string',
                                                'example' => 'http://xxxx.com/tingwu/output/1738248324/094e964bf0e04e39/094e964bf0e04e39_ ServiceInspection_20231222101215.json?Expires=1706064016',
                                            ],
                                            'IdentityRecognition' => [
                                                'description' => '身份识别对应的结果url链接',
                                                'type' => 'string',
                                                'example' => 'http://xxxx.com/tingwu/output/1738248324/094e964bf0e04e39/094e964bf0e04e39_ IdentityRecognition_20231222101215.json?Expires=1706064016',
                                            ],
                                            'ContentExtraction' => [
                                                'description' => '对话内容提取对应的结果url链接',
                                                'type' => 'string',
                                                'example' => 'http://xxxx.com/tingwu/output/1738248324/094e964bf0e04e39/094e964bf0e04e39_ ContentExtraction_20231222101215.json?Expires=1706064016',
                                            ],
                                        ],
                                    ],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'staticInfo' => [
                'returnType' => 'synchronous',
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"35124E1C-AE99-5D6C-A52E-BD689D8D****\\",\\n  \\"Code\\": \\"0\\",\\n  \\"Message\\": \\"Success.\\",\\n  \\"Data\\": {\\n    \\"TaskId\\": \\"c5394c6ee0fb474899d42215a3925c7e\\",\\n    \\"TaskKey\\": \\"task_tingwu_123\\",\\n    \\"TaskStatus\\": \\"COMPLETED\\",\\n    \\"OutputMp3Path\\": \\"http://xxxx.com/tingwu/output/1738248324/094e964bf0e04e39/094e964bf0e04e39_20231222101008.mp3?Expires=1706064016\\",\\n    \\"OutputMp4Path\\": \\"http://xxxx.com/tingwu/output/1738248324/094e964bf0e04e39/094e964bf0e04e39_20231222101008.mp4?Expires=1706064016\\",\\n    \\"OutputThumbnailPath\\": \\"http://xxxx.com/tingwu/output/1738248324/094e964bf0e04e39/094e964bf0e04e39_20231222101008.png?Expires=1706064016\\",\\n    \\"OutputSpectrumPath\\": \\"http://xxxx.com/tingwu/output/1738248324/094e964bf0e04e39/094e964bf0e04e39_20231222101008.spectrum?Expires=1706064016\\",\\n    \\"ErrorCode\\": \\"TSC.AudioFormat\\",\\n    \\"ErrorMessage\\": \\"Audio format invalid.\\",\\n    \\"Result\\": {\\n      \\"Transcription\\": \\"http://xxxx.com/tingwu/output/1738248324/094e964bf0e04e39/094e964bf0e04e39_Transcription_20231222101008.json?Expires=1706064016\\",\\n      \\"AutoChapters\\": \\"http://xxxx.com/tingwu/output/1738248324/094e964bf0e04e39/094e964bf0e04e39_AutoChapters_20231222101215.json?Expires=1706064016\\",\\n      \\"MeetingAssistance\\": \\"http://xxxx.com/tingwu/output/1738248324/094e964bf0e04e39/094e964bf0e04e39_MeetingAssistance_20231222101112.json?Expires=1706064016\\",\\n      \\"Summarization\\": \\"http://xxxx.com/tingwu/output/1738248324/094e964bf0e04e39/094e964bf0e04e39_Summarization_20231222101215.json?Expires=1706064016\\",\\n      \\"Translation\\": \\"http://xxxx.com/tingwu/output/1738248324/094e964bf0e04e39/094e964bf0e04e39_Translation_20231222101215.json?Expires=1706064016\\",\\n      \\"PptExtraction\\": \\"http://xxxx.com/tingwu/output/1738248324/094e964bf0e04e39/094e964bf0e04e39_PptExtraction_20231222101215.json?Expires=1706064016\\",\\n      \\"TextPolish\\": \\"http://xxxx.com/tingwu/output/1738248324/094e964bf0e04e39/094e964bf0e04e39_TextPolish_20231222101215.json?Expires=1706064016\\",\\n      \\"CustomPrompt\\": \\"http://xxxx.com/tingwu/output/1738248324/094e964bf0e04e39/094e964bf0e04e39_ CustomPrompt_20231222101215.json?Expires=1706064016\\",\\n      \\"ServiceInspection\\": \\"http://xxxx.com/tingwu/output/1738248324/094e964bf0e04e39/094e964bf0e04e39_ ServiceInspection_20231222101215.json?Expires=1706064016\\",\\n      \\"IdentityRecognition\\": \\"http://xxxx.com/tingwu/output/1738248324/094e964bf0e04e39/094e964bf0e04e39_ IdentityRecognition_20231222101215.json?Expires=1706064016\\",\\n      \\"ContentExtraction\\": \\"http://xxxx.com/tingwu/output/1738248324/094e964bf0e04e39/094e964bf0e04e39_ ContentExtraction_20231222101215.json?Expires=1706064016\\"\\n    }\\n  }\\n}","type":"json"}]',
            'title' => '查询任务状态和任务结果',
        ],
        'CreateTranscriptionPhrases' => [
            'summary' => '创建热词词表。',
            'path' => '/openapi/tingwu/v2/resources/phrases',
            'methods' => [
                'post',
            ],
            'schemes' => [
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => [
                'application/json',
            ],
            'produces' => [
                'application/json',
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'none',
            ],
            'parameters' => [
                [
                    'name' => 'body',
                    'in' => 'body',
                    'style' => 'json',
                    'schema' => [
                        'title' => '请求参数body',
                        'description' => '请求参数body',
                        'type' => 'object',
                        'properties' => [
                            'Name' => [
                                'title' => '词表名称。',
                                'description' => '词表名称。',
                                'type' => 'string',
                                'required' => true,
                                'example' => 'fruit_phrase',
                                'maxLength' => 50,
                                'minLength' => 1,
                            ],
                            'Description' => [
                                'title' => '词表描述信息。',
                                'description' => '词表描述信息。',
                                'type' => 'string',
                                'required' => false,
                                'example' => 'custom fruit phrases list',
                                'maxLength' => 250,
                                'minLength' => 1,
                            ],
                            'WordWeights' => [
                                'title' => '词表里的词和对应的权重,为JSON的Map格式字符串。',
                                'description' => '词表里的词和对应的权重,为JSON的Map格式字符串。',
                                'type' => 'string',
                                'required' => true,
                                'example' => '{"苹果":3,"西瓜":3}',
                            ],
                        ],
                        'required' => false,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => [
                                'title' => 'Id of the request',
                                'description' => 'Id of the request',
                                'type' => 'string',
                                'example' => '35124E1C-AE99-5D6C-A52E-BD689D8D****',
                            ],
                            'Code' => [
                                'description' => '状态码。',
                                'type' => 'string',
                                'example' => '0',
                            ],
                            'Message' => [
                                'description' => '状态说明。',
                                'type' => 'string',
                                'example' => 'success',
                            ],
                            'Data' => [
                                'title' => '返回对象。',
                                'description' => '返回对象。',
                                'type' => 'object',
                                'properties' => [
                                    'Status' => [
                                        'title' => '操作是否成功。',
                                        'description' => '操作是否成功。',
                                        'type' => 'string',
                                        'example' => 'SUCCEEDED',
                                    ],
                                    'PhraseId' => [
                                        'title' => '词表ID。',
                                        'description' => '词表ID。',
                                        'type' => 'string',
                                        'example' => 'a93b91141c0f422fa114af203f8b****',
                                    ],
                                    'ErrorCode' => [
                                        'title' => '错误码。',
                                        'description' => '错误码。',
                                        'type' => 'string',
                                        'example' => '0',
                                    ],
                                    'ErrorMessage' => [
                                        'title' => '错误信息。',
                                        'description' => '错误信息。',
                                        'type' => 'string',
                                        'example' => 'success',
                                    ],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'staticInfo' => [
                'returnType' => 'synchronous',
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"35124E1C-AE99-5D6C-A52E-BD689D8D****\\",\\n  \\"Code\\": \\"0\\",\\n  \\"Message\\": \\"success\\",\\n  \\"Data\\": {\\n    \\"Status\\": \\"SUCCEEDED\\",\\n    \\"PhraseId\\": \\"a93b91141c0f422fa114af203f8b****\\",\\n    \\"ErrorCode\\": \\"0\\",\\n    \\"ErrorMessage\\": \\"success\\"\\n  }\\n}","type":"json"}]',
            'title' => '创建热词词表',
        ],
        'GetTranscriptionPhrases' => [
            'summary' => '查询热词词表信息。',
            'path' => '/openapi/tingwu/v2/resources/phrases/{PhraseId}',
            'methods' => [
                'get',
            ],
            'schemes' => [
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => [
                'application/json',
            ],
            'produces' => [
                'application/json',
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'none',
            ],
            'parameters' => [
                [
                    'name' => 'PhraseId',
                    'in' => 'path',
                    'schema' => [
                        'title' => '词表ID。',
                        'description' => '词表ID。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'a93b91141c0f422fa114af203f8b****',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => [
                                'title' => 'Id of the request',
                                'description' => 'Id of the request',
                                'type' => 'string',
                                'example' => '35124E1C-AE99-5D6C-A52E-BD689D8D****',
                            ],
                            'Code' => [
                                'description' => '状态码。',
                                'type' => 'string',
                                'example' => '0',
                            ],
                            'Message' => [
                                'description' => '状态说明。',
                                'type' => 'string',
                                'example' => 'success',
                            ],
                            'Data' => [
                                'description' => '返回对象。',
                                'type' => 'object',
                                'properties' => [
                                    'Status' => [
                                        'title' => '操作是否成功。',
                                        'description' => '操作是否成功。',
                                        'type' => 'string',
                                        'example' => 'SUCCEEDED',
                                    ],
                                    'ErrorCode' => [
                                        'title' => '错误码。',
                                        'description' => '错误码。',
                                        'type' => 'string',
                                        'example' => '0',
                                    ],
                                    'ErrorMessage' => [
                                        'title' => '错误信息。',
                                        'description' => '错误信息。',
                                        'type' => 'string',
                                        'example' => 'success',
                                    ],
                                    'Phrases' => [
                                        'description' => '热词对象,',
                                        'type' => 'array',
                                        'items' => [
                                            'type' => 'object',
                                            'properties' => [
                                                'PhraseId' => [
                                                    'title' => '词表ID。',
                                                    'description' => '词表ID。',
                                                    'type' => 'string',
                                                    'example' => 'a93b91141c0f422fa114af203f8b****',
                                                ],
                                                'Name' => [
                                                    'title' => '词表名称。',
                                                    'description' => '词表名称。',
                                                    'type' => 'string',
                                                    'example' => 'fruit_phrase',
                                                ],
                                                'Description' => [
                                                    'title' => '词表描述信息。',
                                                    'description' => '词表描述信息。',
                                                    'type' => 'string',
                                                    'example' => 'custom fruit phrases list',
                                                ],
                                                'WordWeights' => [
                                                    'title' => '词表里的词和对应的权重,为JSON的Map格式字符串。',
                                                    'description' => '词表里的词和对应的权重,为JSON的Map格式字符串。',
                                                    'type' => 'string',
                                                    'example' => '{"苹果":3,"西瓜":3}',
                                                ],
                                            ],
                                        ],
                                    ],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'staticInfo' => [
                'returnType' => 'synchronous',
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"35124E1C-AE99-5D6C-A52E-BD689D8D****\\",\\n  \\"Code\\": \\"0\\",\\n  \\"Message\\": \\"success\\",\\n  \\"Data\\": {\\n    \\"Status\\": \\"SUCCEEDED\\",\\n    \\"ErrorCode\\": \\"0\\",\\n    \\"ErrorMessage\\": \\"success\\",\\n    \\"Phrases\\": [\\n      {\\n        \\"PhraseId\\": \\"a93b91141c0f422fa114af203f8b****\\",\\n        \\"Name\\": \\"fruit_phrase\\",\\n        \\"Description\\": \\"custom fruit phrases list\\",\\n        \\"WordWeights\\": \\"{\\\\\\"苹果\\\\\\":3,\\\\\\"西瓜\\\\\\":3}\\"\\n      }\\n    ]\\n  }\\n}","type":"json"}]',
            'title' => '查询热词词表',
        ],
        'UpdateTranscriptionPhrases' => [
            'summary' => '更新热词词表。',
            'path' => '/openapi/tingwu/v2/resources/phrases/{PhraseId}',
            'methods' => [
                'put',
            ],
            'schemes' => [
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => [
                'application/json',
            ],
            'produces' => [
                'application/json',
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'none',
            ],
            'parameters' => [
                [
                    'name' => 'PhraseId',
                    'in' => 'path',
                    'schema' => [
                        'title' => '词表ID。',
                        'description' => '词表ID。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'a93b91141c0f422fa114af203f8b****',
                    ],
                ],
                [
                    'name' => 'body',
                    'in' => 'body',
                    'style' => 'json',
                    'schema' => [
                        'title' => '请求参数body',
                        'description' => '请求参数body',
                        'type' => 'object',
                        'properties' => [
                            'Name' => [
                                'title' => '词表名称。',
                                'description' => '词表名称。',
                                'type' => 'string',
                                'required' => true,
                                'example' => 'fruit_phrase',
                                'maxLength' => 50,
                                'minLength' => 1,
                            ],
                            'Description' => [
                                'title' => '词表描述信息。',
                                'description' => '词表描述信息。',
                                'type' => 'string',
                                'required' => false,
                                'example' => 'custom fruit phrases list',
                                'maxLength' => 250,
                                'minLength' => 1,
                            ],
                            'WordWeights' => [
                                'title' => '词表里的词和对应的权重,为JSON的Map格式字符串。',
                                'description' => '词表里的词和对应的权重,为JSON的Map格式字符串。',
                                'type' => 'string',
                                'required' => true,
                                'example' => '{"苹果":3,"西瓜":3}',
                            ],
                        ],
                        'required' => false,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => [
                                'title' => 'Id of the request',
                                'description' => 'Id of the request',
                                'type' => 'string',
                                'example' => '35124E1C-AE99-5D6C-A52E-BD689D8D****',
                            ],
                            'Code' => [
                                'description' => '状态码。',
                                'type' => 'string',
                                'example' => '0',
                            ],
                            'Message' => [
                                'description' => '状态说明。',
                                'type' => 'string',
                                'example' => 'success',
                            ],
                            'Data' => [
                                'description' => '返回对象。',
                                'type' => 'object',
                                'properties' => [
                                    'Status' => [
                                        'title' => '操作是否成功。',
                                        'description' => '操作是否成功。',
                                        'type' => 'string',
                                        'example' => 'SUCCEEDED',
                                    ],
                                    'ErrorCode' => [
                                        'title' => '错误码。',
                                        'description' => '错误码。',
                                        'type' => 'string',
                                        'example' => '0',
                                    ],
                                    'ErrorMessage' => [
                                        'title' => '错误信息。',
                                        'description' => '错误信息。',
                                        'type' => 'string',
                                        'example' => 'success',
                                    ],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'staticInfo' => [
                'returnType' => 'synchronous',
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"35124E1C-AE99-5D6C-A52E-BD689D8D****\\",\\n  \\"Code\\": \\"0\\",\\n  \\"Message\\": \\"success\\",\\n  \\"Data\\": {\\n    \\"Status\\": \\"SUCCEEDED\\",\\n    \\"ErrorCode\\": \\"0\\",\\n    \\"ErrorMessage\\": \\"success\\"\\n  }\\n}","type":"json"}]',
            'title' => '更新热词词表',
        ],
        'DeleteTranscriptionPhrases' => [
            'summary' => '删除词表。',
            'path' => '/openapi/tingwu/v2/resources/phrases/{PhraseId}',
            'methods' => [
                'delete',
            ],
            'schemes' => [
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => [
                'application/json',
            ],
            'produces' => [
                'application/json',
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'none',
                'riskType' => 'high',
                'chargeType' => 'free',
                'abilityTreeNodes' => [
                    'FEATUREnls24C81K',
                    'FEATUREnlsO1I14I',
                ],
            ],
            'parameters' => [
                [
                    'name' => 'PhraseId',
                    'in' => 'path',
                    'schema' => [
                        'title' => '词表ID。',
                        'description' => '词表ID。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'a93b91141c0f422fa114af203f8b****',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'Status' => [
                                'title' => '操作是否成功。(暂不使用)',
                                'description' => '操作是否成功。',
                                'type' => 'string',
                                'example' => 'SUCCEEDED',
                            ],
                            'ErrorCode' => [
                                'title' => '错误码。(暂不使用)',
                                'description' => '错误码。',
                                'type' => 'string',
                                'example' => '0',
                            ],
                            'ErrorMessage' => [
                                'title' => '错误信息。(暂不使用)',
                                'description' => '错误信息。',
                                'type' => 'string',
                                'example' => 'success',
                            ],
                            'Data' => [
                                'type' => 'object',
                                'properties' => [
                                    'Status' => [
                                        'title' => '操作是否成功。',
                                        'description' => '操作是否成功。',
                                        'type' => 'string',
                                    ],
                                    'ErrorCode' => [
                                        'title' => '错误码。',
                                        'description' => '错误码。',
                                        'type' => 'string',
                                    ],
                                    'ErrorMessage' => [
                                        'title' => '错误信息。',
                                        'description' => '错误信息。',
                                        'type' => 'string',
                                    ],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'staticInfo' => [
                'returnType' => 'synchronous',
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Status\\": \\"SUCCEEDED\\",\\n  \\"ErrorCode\\": \\"0\\",\\n  \\"ErrorMessage\\": \\"success\\",\\n  \\"Data\\": {\\n    \\"Status\\": \\"\\",\\n    \\"ErrorCode\\": \\"\\",\\n    \\"ErrorMessage\\": \\"\\"\\n  }\\n}","type":"json"}]',
            'title' => '删除热词词表',
        ],
        'ListTranscriptionPhrases' => [
            'summary' => '列举用户所有热词词表信息。',
            'path' => '/openapi/tingwu/v2/resources/phrases',
            'methods' => [
                'get',
            ],
            'schemes' => [
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => [
                'application/json',
            ],
            'produces' => [
                'application/json',
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'none',
            ],
            'parameters' => [],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => [
                                'title' => 'Id of the request',
                                'description' => 'Id of the request',
                                'type' => 'string',
                                'example' => '35124E1C-AE99-5D6C-A52E-BD689D8D****',
                            ],
                            'Code' => [
                                'description' => '状态码。',
                                'type' => 'string',
                                'example' => '0',
                            ],
                            'Message' => [
                                'description' => '状态说明。',
                                'type' => 'string',
                                'example' => 'success',
                            ],
                            'Data' => [
                                'description' => '返回对象。',
                                'type' => 'object',
                                'properties' => [
                                    'Status' => [
                                        'title' => '操作是否成功。',
                                        'description' => '操作是否成功。',
                                        'type' => 'string',
                                        'example' => 'SUCCEEDED',
                                    ],
                                    'ErrorCode' => [
                                        'title' => '错误码。',
                                        'description' => '错误码。',
                                        'type' => 'string',
                                        'example' => 'PHS.Exceed',
                                    ],
                                    'ErrorMessage' => [
                                        'title' => '错误信息。',
                                        'description' => '错误信息。',
                                        'type' => 'string',
                                        'example' => 'The num of the phrase exceeds the upper limit.',
                                    ],
                                    'Phrases' => [
                                        'description' => '热词对象,',
                                        'type' => 'array',
                                        'items' => [
                                            'type' => 'object',
                                            'properties' => [
                                                'PhraseId' => [
                                                    'title' => '词表ID。',
                                                    'description' => '词表ID。',
                                                    'type' => 'string',
                                                    'example' => 'a93b91141c0f422fa114af203f8b****',
                                                ],
                                                'Name' => [
                                                    'title' => '词表名称。',
                                                    'description' => '词表名称。',
                                                    'type' => 'string',
                                                    'example' => 'fruit_phrase',
                                                ],
                                                'Description' => [
                                                    'title' => '词表描述信息。',
                                                    'description' => '词表描述信息。',
                                                    'type' => 'string',
                                                    'example' => 'custom fruit phrases list',
                                                ],
                                            ],
                                        ],
                                    ],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'staticInfo' => [
                'returnType' => 'synchronous',
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"35124E1C-AE99-5D6C-A52E-BD689D8D****\\",\\n  \\"Code\\": \\"0\\",\\n  \\"Message\\": \\"success\\",\\n  \\"Data\\": {\\n    \\"Status\\": \\"SUCCEEDED\\",\\n    \\"ErrorCode\\": \\"PHS.Exceed\\",\\n    \\"ErrorMessage\\": \\"The num of the phrase exceeds the upper limit.\\",\\n    \\"Phrases\\": [\\n      {\\n        \\"PhraseId\\": \\"a93b91141c0f422fa114af203f8b****\\",\\n        \\"Name\\": \\"fruit_phrase\\",\\n        \\"Description\\": \\"custom fruit phrases list\\"\\n      }\\n    ]\\n  }\\n}","type":"json"}]',
            'title' => '列举热词词表',
        ],
    ],
    'endpoints' => [
        [
            'regionId' => 'cn-beijing',
            'endpoint' => 'tingwu.cn-beijing.aliyuncs.com',
        ],
    ],
];