summaryrefslogtreecommitdiff
path: root/data/en_us/videorecog/2020-03-20/api-docs.php
blob: ff18cd2cdd1af283919ca3329e6a3691d4fb1eb2 (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
<?php return [
    'version' => '1.0',
    'info' => [
        'style' => 'RPC',
        'product' => 'videorecog',
        'version' => '2020-03-20',
    ],
    'directories' => [
        [
            'id' => 205286,
            'title' => null,
            'type' => 'directory',
            'children' => [
                'GenerateVideoCover',
                'DetectVideoShot',
                'UnderstandVideoContent',
                'RecognizeVideoCastCrewList',
                'SplitVideoParts',
                'EvaluateVideoQuality',
                'GetAsyncJobResult',
            ],
        ],
    ],
    'components' => [
        'schemas' => [],
    ],
    'apis' => [
        'GenerateVideoCover' => [
            'methods' => [
                'post',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [],
            'parameters' => [
                [
                    'name' => 'VideoUrl',
                    'in' => 'formData',
                    'schema' => [
                        'description' => '',
                        'example' => 'http://viapi-test.oss-cn-shanghai.aliyuncs.com/viapi-3.0domepic/videorecog/videorecog/videorecog1.mp4',
                        'isFileTransferUrl' => true,
                        'required' => true,
                        'type' => 'string',
                    ],
                ],
                [
                    'name' => 'IsGif',
                    'in' => 'formData',
                    'schema' => [
                        'description' => '',
                        'example' => 'false',
                        'required' => true,
                        'type' => 'boolean',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'properties' => [
                            'RequestId' => [
                                'description' => '',
                                'example' => '5B95B724-C5B9-4F77-A743-0CA4EA95CC82',
                                'type' => 'string',
                            ],
                            'Data' => [
                                'description' => '',
                                'properties' => [
                                    'Outputs' => [
                                        'description' => '',
                                        'items' => [
                                            'properties' => [
                                                'ImageURL' => [
                                                    'description' => '',
                                                    'example' => 'http://algo-app-aic-vd-cn-shanghai-prod.oss-cn-shanghai.aliyuncs.com/video-cover/2020-05-11-07/pic_lOyxGGAqQYSANGxP.mp4_202_544_960_c9f88b2a5f75e17c093d1a65f5edff4d_beautified.png?Expires=1589185385&OSSAccessKeyId=LTAI4FoLmvQ9urWXgSRp****&Signature=PAalKsfeZC4UQzYDTU%2F3D1G7Xt****',
                                                    'type' => 'string',
                                                ],
                                                'Confidence' => [
                                                    'description' => '',
                                                    'example' => '6.1819260887924425',
                                                    'format' => 'float',
                                                    'type' => 'number',
                                                ],
                                            ],
                                            'type' => 'object',
                                        ],
                                        'type' => 'array',
                                    ],
                                ],
                                'type' => 'object',
                            ],
                            'Message' => [
                                'description' => '',
                                'example' => '',
                                'type' => 'string',
                            ],
                        ],
                        'type' => 'object',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    [
                        'errorCode' => 'ParameterError',
                        'errorMessage' => 'The parameter is invalid. Please check again.',
                    ],
                ],
                403 => [
                    [
                        'errorCode' => 'AuthFailed',
                        'errorMessage' => 'An error occurred while performing authorization. Please check your RAM configuration.',
                    ],
                ],
                408 => [
                    [
                        'errorCode' => 'Timeout',
                        'errorMessage' => 'The request has timed out.',
                    ],
                ],
                503 => [
                    [
                        'errorCode' => 'ServiceUnavailable',
                        'errorMessage' => 'The service is unavailable.',
                    ],
                ],
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"RequestId\\": \\"5B95B724-C5B9-4F77-A743-0CA4EA95CC82\\",\\n  \\"Data\\": {\\n    \\"Outputs\\": [\\n      {\\n        \\"ImageURL\\": \\"http://algo-app-aic-vd-cn-shanghai-prod.oss-cn-shanghai.aliyuncs.com/video-cover/2020-05-11-07/pic_lOyxGGAqQYSANGxP.mp4_202_544_960_c9f88b2a5f75e17c093d1a65f5edff4d_beautified.png?Expires=1589185385&OSSAccessKeyId=LTAI****************&Signature=PAalKsfeZC4UQzYDTU%2F3D1G7Xt****\\",\\n        \\"Confidence\\": 6.1819260887924425\\n      }\\n    ]\\n  },\\n  \\"Message\\": \\"该调用为异步调用,任务已提交成功,请以requestId的值作为jobId参数调用同类目下GetAsyncJobResult接口查询任务执行状态和结果。\\"\\n}","errorExample":""},{"type":"xml","example":"<GenerateVideoCoverResponse>\\n    <RequestId>5B95B724-C5B9-4F77-A743-0CA4EA95CC82</RequestId>\\n    <Message>该调用为异步调用,任务已提交成功,请以requestId的值作为jobId参数调用同类目下GetAsyncJobResult接口查询任务执行状态和结果。</Message>\\n</GenerateVideoCoverResponse>","errorExample":""}]',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
        ],
        'DetectVideoShot' => [
            'methods' => [
                'post',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [],
            'parameters' => [
                [
                    'name' => 'VideoUrl',
                    'in' => 'formData',
                    'schema' => [
                        'description' => '',
                        'example' => 'http://viapi-test.oss-cn-shanghai.aliyuncs.com/viapi-3.0domepic/videorecog/DetectVideoShot/DetectVideoShot2.mp4',
                        'isFileTransferUrl' => true,
                        'required' => true,
                        'type' => 'string',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'properties' => [
                            'RequestId' => [
                                'description' => '',
                                'example' => '0033B795-09C7-4EB9-A33C-EBA325192B0D',
                                'type' => 'string',
                            ],
                            'Data' => [
                                'description' => '',
                                'properties' => [
                                    'ShotFrameIds' => [
                                        'description' => '1',
                                        'items' => [
                                            'description' => '',
                                            'example' => '[0, 109, 185, 251, 341, 393, 468, 629, 715, 762, 1272, 1304, 1331, 1351, 1379, 1414, 1431, 1456, 1504, 1709, 1838, 1893, 1975, 2239, 2364, 2425, 2469, 2532, 2607, 2665, 2737, 2864, 2944, 2979, 2995]',
                                            'format' => 'int32',
                                            'type' => 'integer',
                                        ],
                                        'type' => 'array',
                                    ],
                                ],
                                'type' => 'object',
                            ],
                            'Message' => [
                                'description' => '',
                                'example' => '',
                                'type' => 'string',
                            ],
                        ],
                        'type' => 'object',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    [
                        'errorCode' => 'ParameterError',
                        'errorMessage' => 'The parameter is invalid. Please check again.',
                    ],
                ],
                403 => [
                    [
                        'errorCode' => 'AuthFailed',
                        'errorMessage' => 'An error occurred while performing authorization. Please check your RAM configuration.',
                    ],
                ],
                408 => [
                    [
                        'errorCode' => 'Timeout',
                        'errorMessage' => 'The request has timed out.',
                    ],
                ],
                503 => [
                    [
                        'errorCode' => 'ServiceUnavailable',
                        'errorMessage' => 'The service is unavailable.',
                    ],
                ],
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"RequestId\\": \\"0033B795-09C7-4EB9-A33C-EBA325192B0D\\",\\n  \\"Data\\": {\\n    \\"ShotFrameIds\\": [\\n      0\\n    ]\\n  },\\n  \\"Message\\": \\"该调用为异步调用,任务已提交成功,请以requestId的值作为jobId参数调用同类目下GetAsyncJobResult接口查询任务执行状态和结果。\\"\\n}","errorExample":""},{"type":"xml","example":"<DetectVideoShotResponse>\\n    <RequestId>0033B795-09C7-4EB9-A33C-EBA325192B0D</RequestId>\\n    <Message>该调用为异步调用,任务已提交成功,请以requestId的值作为jobId参数调用同类目下GetAsyncJobResult接口查询任务执行状态和结果。</Message>\\n</DetectVideoShotResponse>","errorExample":""}]',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
        ],
        'UnderstandVideoContent' => [
            'summary' => '视频内容理解',
            'methods' => [
                'post',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'deprecated' => false,
            'systemTags' => [],
            'parameters' => [
                [
                    'name' => 'VideoURL',
                    'in' => 'formData',
                    'schema' => [
                        'description' => '',
                        'example' => 'http://viapi-test.oss-cn-shanghai.aliyuncs.com/viapi-3.0domepic/videorecog/UnderstandVideoContent/UnderstandVideoContent1.mp4',
                        'isFileTransferUrl' => true,
                        'required' => true,
                        'title' => 'A short description of struct',
                        'type' => 'string',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => 'Schema of Response',
                        'properties' => [
                            'RequestId' => [
                                'description' => '',
                                'example' => '71EC3F13-F0CA-4558-AC7F-A351106F59F2',
                                'title' => 'Id of the request',
                                'type' => 'string',
                            ],
                            'Data' => [
                                'description' => '',
                                'properties' => [
                                    'TagInfo' => [
                                        'description' => '',
                                        'type' => 'object',
                                    ],
                                    'VideoInfo' => [
                                        'description' => '',
                                        'properties' => [
                                            'Width' => [
                                                'description' => '',
                                                'example' => '720',
                                                'format' => 'int64',
                                                'type' => 'integer',
                                            ],
                                            'Height' => [
                                                'description' => '',
                                                'example' => '1280',
                                                'format' => 'int64',
                                                'type' => 'integer',
                                            ],
                                            'Duration' => [
                                                'description' => '',
                                                'example' => '43380',
                                                'format' => 'int64',
                                                'type' => 'integer',
                                            ],
                                            'Fps' => [
                                                'description' => '',
                                                'example' => '25.0',
                                                'format' => 'float',
                                                'type' => 'number',
                                            ],
                                        ],
                                        'type' => 'object',
                                    ],
                                ],
                                'type' => 'object',
                            ],
                            'Message' => [
                                'description' => '',
                                'example' => '',
                                'type' => 'string',
                            ],
                        ],
                        'title' => 'Schema of Response',
                        'type' => 'object',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    [
                        'errorCode' => 'ParameterError',
                        'errorMessage' => 'The parameter is invalid. Please check again.',
                    ],
                ],
                403 => [
                    [
                        'errorCode' => 'AuthFailed',
                        'errorMessage' => 'An error occurred while performing authorization. Please check your RAM configuration.',
                    ],
                ],
                408 => [
                    [
                        'errorCode' => 'Timeout',
                        'errorMessage' => 'The request has timed out.',
                    ],
                ],
                503 => [
                    [
                        'errorCode' => 'ServiceUnavailable',
                        'errorMessage' => 'The service is unavailable.',
                    ],
                ],
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"RequestId\\": \\"71EC3F13-F0CA-4558-AC7F-A351106F59F2\\",\\n  \\"Data\\": {\\n    \\"TagInfo\\": {\\n      \\"test\\": \\"test\\",\\n      \\"test2\\": 1\\n    },\\n    \\"VideoInfo\\": {\\n      \\"Width\\": 720,\\n      \\"Height\\": 1280,\\n      \\"Duration\\": 43380,\\n      \\"Fps\\": 25\\n    }\\n  },\\n  \\"Message\\": \\"该调用为异步调用,任务已提交成功,请以requestId的值作为jobId参数调用同类目下GetAsyncJobResult接口查询任务执行状态和结果。\\"\\n}","errorExample":""},{"type":"xml","example":"<UnderstandVideoContentResponse>\\n    <RequestId>71EC3F13-F0CA-4558-AC7F-A351106F59F2</RequestId>\\n    <Message>该调用为异步调用,任务已提交成功,请以requestId的值作为jobId参数调用同类目下GetAsyncJobResult接口查询任务执行状态和结果。</Message>\\n</UnderstandVideoContentResponse>","errorExample":""}]',
        ],
        'RecognizeVideoCastCrewList' => [
            'summary' => '视频OCR',
            'methods' => [
                'post',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'deprecated' => false,
            'systemTags' => [],
            'parameters' => [
                [
                    'name' => 'VideoUrl',
                    'in' => 'formData',
                    'schema' => [
                        'description' => '',
                        'example' => 'https://shanghai.oss-cn-shanghai.aliyuncs.com/download/xxxx.mp4',
                        'isFileTransferUrl' => true,
                        'required' => true,
                        'type' => 'string',
                    ],
                ],
                [
                    'name' => 'Params',
                    'in' => 'formData',
                    'style' => 'json',
                    'schema' => [
                        'description' => '',
                        'items' => [
                            'properties' => [
                                'Type' => [
                                    'description' => '',
                                    'example' => 'cast',
                                    'required' => false,
                                    'type' => 'string',
                                ],
                            ],
                            'required' => false,
                            'type' => 'object',
                        ],
                        'required' => false,
                        'type' => 'array',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'headers' => [],
                    'schema' => [
                        'description' => 'Schema of Response',
                        'properties' => [
                            'RequestId' => [
                                'description' => '',
                                'example' => 'EE5B1A95-064F-1C5E-A6FE-FEE0D734A632',
                                'title' => 'Id of the request',
                                'type' => 'string',
                            ],
                            'Data' => [
                                'description' => '',
                                'properties' => [
                                    'OcrResults' => [
                                        'description' => '',
                                        'items' => [
                                            'properties' => [
                                                'DetailInfo' => [
                                                    'description' => '',
                                                    'items' => [
                                                        'properties' => [
                                                            'Boxes' => [
                                                                'description' => '',
                                                                'items' => [
                                                                    'description' => '',
                                                                    'example' => '[452,27,505,46]',
                                                                    'format' => 'int32',
                                                                    'type' => 'integer',
                                                                ],
                                                                'type' => 'array',
                                                            ],
                                                            'CharProbs' => [
                                                                'description' => '',
                                                                'items' => [
                                                                    'description' => '',
                                                                    'items' => [
                                                                        'description' => '',
                                                                        'example' => '0.9405716061592102',
                                                                        'format' => 'float',
                                                                        'type' => 'number',
                                                                    ],
                                                                    'type' => 'array',
                                                                ],
                                                                'type' => 'array',
                                                            ],
                                                            'FrameIndex' => [
                                                                'description' => '',
                                                                'example' => '17',
                                                                'format' => 'int64',
                                                                'type' => 'integer',
                                                            ],
                                                            'Position' => [
                                                                'description' => '',
                                                                'items' => [
                                                                    'properties' => [
                                                                        'X' => [
                                                                            'description' => '',
                                                                            'example' => '266',
                                                                            'format' => 'int64',
                                                                            'type' => 'integer',
                                                                        ],
                                                                        'Y' => [
                                                                            'description' => '',
                                                                            'example' => '440',
                                                                            'format' => 'int64',
                                                                            'type' => 'integer',
                                                                        ],
                                                                    ],
                                                                    'type' => 'object',
                                                                ],
                                                                'type' => 'array',
                                                            ],
                                                            'Score' => [
                                                                'description' => '',
                                                                'example' => '92.07685702563117',
                                                                'format' => 'float',
                                                                'type' => 'number',
                                                            ],
                                                            'TextProb' => [
                                                                'description' => '',
                                                                'example' => '0.9207685702563116',
                                                                'format' => 'float',
                                                                'type' => 'number',
                                                            ],
                                                            'TimeStamp' => [
                                                                'description' => '',
                                                                'example' => '0.28',
                                                                'format' => 'float',
                                                                'type' => 'number',
                                                            ],
                                                            'TrackId' => [
                                                                'description' => '',
                                                                'example' => '1',
                                                                'format' => 'int64',
                                                                'type' => 'integer',
                                                            ],
                                                            'Text' => [
                                                                'description' => '',
                                                                'example' => '',
                                                                'type' => 'string',
                                                            ],
                                                        ],
                                                        'type' => 'object',
                                                    ],
                                                    'type' => 'array',
                                                ],
                                                'EndTime' => [
                                                    'description' => '',
                                                    'example' => '0.28',
                                                    'format' => 'float',
                                                    'type' => 'number',
                                                ],
                                                'StartTime' => [
                                                    'description' => '',
                                                    'example' => '0.28',
                                                    'format' => 'float',
                                                    'type' => 'number',
                                                ],
                                            ],
                                            'type' => 'object',
                                        ],
                                        'type' => 'array',
                                    ],
                                    'VideoOcrResults' => [
                                        'description' => '',
                                        'items' => [
                                            'properties' => [
                                                'DetailInfo' => [
                                                    'description' => '',
                                                    'items' => [
                                                        'properties' => [
                                                            'Boxes' => [
                                                                'description' => '',
                                                                'items' => [
                                                                    'description' => '',
                                                                    'example' => '[266,440,314,476]',
                                                                    'format' => 'int64',
                                                                    'type' => 'integer',
                                                                ],
                                                                'type' => 'array',
                                                            ],
                                                            'Position' => [
                                                                'description' => '',
                                                                'items' => [
                                                                    'properties' => [
                                                                        'X' => [
                                                                            'description' => '',
                                                                            'example' => '269',
                                                                            'format' => 'int64',
                                                                            'type' => 'integer',
                                                                        ],
                                                                        'Y' => [
                                                                            'description' => '',
                                                                            'example' => '423',
                                                                            'format' => 'int64',
                                                                            'type' => 'integer',
                                                                        ],
                                                                    ],
                                                                    'type' => 'object',
                                                                ],
                                                                'type' => 'array',
                                                            ],
                                                            'Score' => [
                                                                'description' => '',
                                                                'example' => '92.07685702563117',
                                                                'format' => 'float',
                                                                'type' => 'number',
                                                            ],
                                                            'Text' => [
                                                                'description' => '',
                                                                'example' => '',
                                                                'type' => 'string',
                                                            ],
                                                            'TextType' => [
                                                                'description' => '',
                                                                'example' => '0',
                                                                'format' => 'int64',
                                                                'type' => 'integer',
                                                            ],
                                                        ],
                                                        'type' => 'object',
                                                    ],
                                                    'type' => 'array',
                                                ],
                                                'EndTime' => [
                                                    'description' => '',
                                                    'example' => '0.92',
                                                    'format' => 'float',
                                                    'type' => 'number',
                                                ],
                                                'StartTime' => [
                                                    'description' => '',
                                                    'example' => '0.92',
                                                    'format' => 'float',
                                                    'type' => 'number',
                                                ],
                                            ],
                                            'type' => 'object',
                                        ],
                                        'type' => 'array',
                                    ],
                                    'SubtitlesResults' => [
                                        'description' => '',
                                        'items' => [
                                            'description' => '',
                                            'properties' => [
                                                'SubtitlesAllResults' => [
                                                    'additionalProperties' => [
                                                        'type' => 'string',
                                                        'example' => '[]',
                                                        'description' => '',
                                                    ],
                                                    'description' => '',
                                                    'type' => 'object',
                                                ],
                                                'SubtitlesAllResultsUrl' => [
                                                    'description' => '',
                                                    'example' => 'url',
                                                    'type' => 'string',
                                                ],
                                                'SubtitlesChineseResults' => [
                                                    'additionalProperties' => [
                                                        'type' => 'string',
                                                        'description' => '',
                                                        'example' => '',
                                                    ],
                                                    'description' => '',
                                                    'type' => 'object',
                                                ],
                                                'SubtitlesChineseResultsUrl' => [
                                                    'description' => '',
                                                    'example' => 'url1',
                                                    'type' => 'string',
                                                ],
                                                'SubtitlesEnglishResults' => [
                                                    'description' => '',
                                                    'example' => 'hello',
                                                    'type' => 'object',
                                                ],
                                                'SubtitlesEnglishResultsUrl' => [
                                                    'description' => '',
                                                    'example' => 'url2',
                                                    'type' => 'string',
                                                ],
                                            ],
                                            'type' => 'object',
                                        ],
                                        'type' => 'array',
                                    ],
                                    'CastResults' => [
                                        'description' => '',
                                        'items' => [
                                            'description' => '',
                                            'properties' => [
                                                'DetailInfo' => [
                                                    'additionalProperties' => [
                                                        'type' => 'string',
                                                        'description' => '',
                                                        'example' => 'cast',
                                                    ],
                                                    'description' => '',
                                                    'type' => 'object',
                                                ],
                                                'EndTime' => [
                                                    'description' => '',
                                                    'example' => '0.6',
                                                    'format' => 'float',
                                                    'type' => 'number',
                                                ],
                                                'StartTime' => [
                                                    'description' => '',
                                                    'example' => '0.6',
                                                    'format' => 'float',
                                                    'type' => 'number',
                                                ],
                                            ],
                                            'type' => 'object',
                                        ],
                                        'type' => 'array',
                                    ],
                                    'OcrResultsUrl' => [
                                        'description' => '',
                                        'example' => 'http://vibktprfx-prod-prod-media-ai-cn-shanghai.oss-cn-shanghai.aliyuncs.com/video-ocr/1665475907_bGHMygKsFw.json?Expires=1665477707&OSSAccessKeyId=LTAI4FoLmvQ9urWXgSRp****&Signature=6KQb9OXQldsg30w%2FNurHwAbjiJs%3D',
                                        'type' => 'string',
                                    ],
                                    'OcrVideoResultsUrl' => [
                                        'description' => '',
                                        'example' => 'http://vibktprfx-prod-prod-media-ai-cn-shanghai.oss-cn-shanghai.aliyuncs.com/video-ocr/1665475907_VSRvetTHon.json?Expires=1665477707&OSSAccessKeyId=LTAI4FoLmvQ9urWXgSRp****&Signature=wfQviVVSyVRLPVlHDKXi6cTefHY%3D',
                                        'type' => 'string',
                                    ],
                                ],
                                'type' => 'object',
                            ],
                            'Message' => [
                                'description' => '',
                                'example' => '',
                                'type' => 'string',
                            ],
                        ],
                        'title' => 'Schema of Response',
                        'type' => 'object',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    [
                        'errorCode' => 'ParameterError',
                        'errorMessage' => 'The parameter is invalid. Please check again.',
                    ],
                ],
                403 => [
                    [
                        'errorCode' => 'AuthFailed',
                        'errorMessage' => 'An error occurred while performing authorization. Please check your RAM configuration.',
                    ],
                ],
                408 => [
                    [
                        'errorCode' => 'Timeout',
                        'errorMessage' => 'The request has timed out.',
                    ],
                ],
                503 => [
                    [
                        'errorCode' => 'ServiceUnavailable',
                        'errorMessage' => 'The service is unavailable.',
                    ],
                ],
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"RequestId\\": \\"EE5B1A95-064F-1C5E-A6FE-FEE0D734A632\\",\\n  \\"Data\\": {\\n    \\"OcrResults\\": [\\n      {\\n        \\"DetailInfo\\": [\\n          {\\n            \\"Boxes\\": [\\n              0\\n            ],\\n            \\"CharProbs\\": [\\n              [\\n                0.9405716061592102\\n              ]\\n            ],\\n            \\"FrameIndex\\": 17,\\n            \\"Position\\": [\\n              {\\n                \\"X\\": 266,\\n                \\"Y\\": 440\\n              }\\n            ],\\n            \\"Score\\": 92.07685702563117,\\n            \\"TextProb\\": 0.9207685702563116,\\n            \\"TimeStamp\\": 0.28,\\n            \\"TrackId\\": 1,\\n            \\"Text\\": \\"总策划\\"\\n          }\\n        ],\\n        \\"EndTime\\": 0.28,\\n        \\"StartTime\\": 0.28\\n      }\\n    ],\\n    \\"VideoOcrResults\\": [\\n      {\\n        \\"DetailInfo\\": [\\n          {\\n            \\"Boxes\\": [\\n              0\\n            ],\\n            \\"Position\\": [\\n              {\\n                \\"X\\": 269,\\n                \\"Y\\": 423\\n              }\\n            ],\\n            \\"Score\\": 92.07685702563117,\\n            \\"Text\\": \\"总顾问\\",\\n            \\"TextType\\": 0\\n          }\\n        ],\\n        \\"EndTime\\": 0.92,\\n        \\"StartTime\\": 0.92\\n      }\\n    ],\\n    \\"SubtitlesResults\\": [\\n      {\\n        \\"SubtitlesAllResults\\": {\\n          \\"key\\": \\"[]\\"\\n        },\\n        \\"SubtitlesAllResultsUrl\\": \\"url\\",\\n        \\"SubtitlesChineseResults\\": {\\n          \\"key\\": \\"你好\\"\\n        },\\n        \\"SubtitlesChineseResultsUrl\\": \\"url1\\",\\n        \\"SubtitlesEnglishResults\\": {\\n          \\"test\\": \\"test\\",\\n          \\"test2\\": 1\\n        },\\n        \\"SubtitlesEnglishResultsUrl\\": \\"url2\\"\\n      }\\n    ],\\n    \\"CastResults\\": [\\n      {\\n        \\"DetailInfo\\": {\\n          \\"key\\": \\"cast\\"\\n        },\\n        \\"EndTime\\": 0.6,\\n        \\"StartTime\\": 0.6\\n      }\\n    ],\\n    \\"OcrResultsUrl\\": \\"http://vibktprfx-prod-prod-media-ai-cn-shanghai.oss-cn-shanghai.aliyuncs.com/video-ocr/1665475907_bGHMygKsFw.json?Expires=1665477707&OSSAccessKeyId=LTAI****************&Signature=6KQb9OXQldsg30w%2FNurHwAbjiJs%3D\\",\\n    \\"OcrVideoResultsUrl\\": \\"http://vibktprfx-prod-prod-media-ai-cn-shanghai.oss-cn-shanghai.aliyuncs.com/video-ocr/1665475907_VSRvetTHon.json?Expires=1665477707&OSSAccessKeyId=LTAI****************&Signature=wfQviVVSyVRLPVlHDKXi6cTefHY%3D\\"\\n  },\\n  \\"Message\\": \\"该调用为异步调用,任务已提交成功,请以requestId的值作为jobId参数调用同类目下GetAsyncJobResult接口查询任务执行状态和结果。\\"\\n}","errorExample":""},{"type":"xml","example":"<RecognizeVideoCastCrewListResponse>\\n    <RequestId>EE5B1A95-064F-1C5E-A6FE-FEE0D734A632</RequestId>\\n    <Data>\\n        <OcrResults>\\n            <DetailInfo>\\n                <CharProbs>\\n                    <0>0.9405716</0>\\n                </CharProbs>\\n                <FrameIndex>17</FrameIndex>\\n                <Position>\\n                    <X>266</X>\\n                    <Y>440</Y>\\n                </Position>\\n                <Score>92.07686</Score>\\n                <TextProb>0.92076856</TextProb>\\n                <TimeStamp>0.28</TimeStamp>\\n                <TrackId>1</TrackId>\\n                <Text>总策划</Text>\\n            </DetailInfo>\\n            <EndTime>0.28</EndTime>\\n            <StartTime>0.28</StartTime>\\n        </OcrResults>\\n        <VideoOcrResults>\\n            <DetailInfo>\\n                <Position>\\n                    <X>269</X>\\n                    <Y>423</Y>\\n                </Position>\\n                <Score>92.07686</Score>\\n                <Text>总顾问</Text>\\n                <TextType>0</TextType>\\n            </DetailInfo>\\n            <EndTime>0.92</EndTime>\\n            <StartTime>0.92</StartTime>\\n        </VideoOcrResults>\\n        <SubtitlesResults>\\n            <SubtitlesAllResults>\\n                <key>[]</key>\\n            </SubtitlesAllResults>\\n            <SubtitlesAllResultsUrl>url</SubtitlesAllResultsUrl>\\n            <SubtitlesChineseResults>\\n                <key>你好</key>\\n            </SubtitlesChineseResults>\\n            <SubtitlesChineseResultsUrl>url1</SubtitlesChineseResultsUrl>\\n            <SubtitlesEnglishResultsUrl>url2</SubtitlesEnglishResultsUrl>\\n        </SubtitlesResults>\\n        <CastResults>\\n            <DetailInfo>\\n                <key>cast</key>\\n            </DetailInfo>\\n            <EndTime>0.6</EndTime>\\n            <StartTime>0.6</StartTime>\\n        </CastResults>\\n        <OcrResultsUrl>http://vibktprfx-prod-prod-media-ai-cn-shanghai.oss-cn-shanghai.aliyuncs.com/video-ocr/1665475907_bGHMygKsFw.json?Expires=1665477707&amp;OSSAccessKeyId=LTAI****************&amp;Signature=6KQb9OXQldsg30w%2FNurHwAbjiJs%3D</OcrResultsUrl>\\n        <OcrVideoResultsUrl>http://vibktprfx-prod-prod-media-ai-cn-shanghai.oss-cn-shanghai.aliyuncs.com/video-ocr/1665475907_VSRvetTHon.json?Expires=1665477707&amp;OSSAccessKeyId=LTAI****************&amp;Signature=wfQviVVSyVRLPVlHDKXi6cTefHY%3D</OcrVideoResultsUrl>\\n    </Data>\\n    <Message>该调用为异步调用,任务已提交成功,请以requestId的值作为jobId参数调用同类目下GetAsyncJobResult接口查询任务执行状态和结果。</Message>\\n</RecognizeVideoCastCrewListResponse>","errorExample":""}]',
        ],
        'SplitVideoParts' => [
            'summary' => '视频拆条',
            'methods' => [
                'post',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'deprecated' => false,
            'systemTags' => [],
            'parameters' => [
                [
                    'name' => 'VideoUrl',
                    'in' => 'formData',
                    'schema' => [
                        'description' => '',
                        'example' => 'https://viapi-test.oss-cn-shanghai.aliyuncs.com/test-team/ocr/xxxx.mp4',
                        'isFileTransferUrl' => true,
                        'required' => true,
                        'type' => 'string',
                    ],
                ],
                [
                    'name' => 'Template',
                    'in' => 'formData',
                    'schema' => [
                        'type' => 'string',
                        'required' => false,
                    ],
                ],
                [
                    'name' => 'MinTime',
                    'in' => 'formData',
                    'schema' => [
                        'type' => 'integer',
                        'format' => 'int32',
                    ],
                ],
                [
                    'name' => 'MaxTime',
                    'in' => 'formData',
                    'schema' => [
                        'type' => 'integer',
                        'format' => 'int32',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => 'Schema of Response',
                        'properties' => [
                            'RequestId' => [
                                'description' => '',
                                'example' => 'A00A3C17-61D5-1489-860D-B709F83A7C40',
                                'title' => 'Id of the request',
                                'type' => 'string',
                            ],
                            'Data' => [
                                'description' => '',
                                'properties' => [
                                    'Elements' => [
                                        'items' => [
                                            'properties' => [
                                                'BeginTime' => [
                                                    'description' => '',
                                                    'example' => '10.06',
                                                    'format' => 'float',
                                                    'type' => 'number',
                                                ],
                                                'EndTime' => [
                                                    'description' => '',
                                                    'example' => '17.3',
                                                    'format' => 'float',
                                                    'type' => 'number',
                                                ],
                                                'Index' => [
                                                    'description' => '',
                                                    'example' => '1',
                                                    'format' => 'int64',
                                                    'type' => 'integer',
                                                ],
                                            ],
                                            'type' => 'object',
                                        ],
                                        'type' => 'array',
                                    ],
                                    'SplitVideoPartResults' => [
                                        'type' => 'array',
                                        'items' => [
                                            'type' => 'object',
                                            'properties' => [
                                                'BeginTime' => [
                                                    'type' => 'number',
                                                    'format' => 'float',
                                                ],
                                                'EndTime' => [
                                                    'type' => 'number',
                                                    'format' => 'float',
                                                ],
                                                'Theme' => [
                                                    'type' => 'string',
                                                ],
                                                'Type' => [
                                                    'type' => 'string',
                                                ],
                                                'By' => [
                                                    'type' => 'string',
                                                ],
                                            ],
                                        ],
                                    ],
                                ],
                                'type' => 'object',
                            ],
                            'Message' => [
                                'description' => '',
                                'example' => '',
                                'type' => 'string',
                            ],
                        ],
                        'title' => 'Schema of Response',
                        'type' => 'object',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    [
                        'errorCode' => 'ParameterError',
                        'errorMessage' => 'The parameter is invalid. Please check again.',
                    ],
                ],
                403 => [
                    [
                        'errorCode' => 'AuthFailed',
                        'errorMessage' => 'An error occurred while performing authorization. Please check your RAM configuration.',
                    ],
                ],
                408 => [
                    [
                        'errorCode' => 'Timeout',
                        'errorMessage' => 'The request has timed out.',
                    ],
                ],
                503 => [
                    [
                        'errorCode' => 'ServiceUnavailable',
                        'errorMessage' => 'The service is unavailable.',
                    ],
                ],
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"RequestId\\": \\"A00A3C17-61D5-1489-860D-B709F83A7C40\\",\\n  \\"Data\\": {\\n    \\"Elements\\": [\\n      {\\n        \\"BeginTime\\": 10.06,\\n        \\"EndTime\\": 17.3,\\n        \\"Index\\": 1\\n      }\\n    ],\\n    \\"SplitVideoPartResults\\": [\\n      {\\n        \\"BeginTime\\": 0.33,\\n        \\"EndTime\\": 6.3,\\n        \\"Theme\\": \\"you like to do my work in the world.\\",\\n        \\"Type\\": \\"直播\\",\\n        \\"By\\": \\"multimodal\\"\\n      }\\n    ]\\n  },\\n  \\"Message\\": \\"该调用为异步调用,任务已提交成功,请以requestId的值作为jobId参数调用同类目下GetAsyncJobResult接口查询任务执行状态和结果。\\"\\n}","errorExample":""},{"type":"xml","example":"<SplitVideoPartsResponse>\\n    <RequestId>A00A3C17-61D5-1489-860D-B709F83A7C40</RequestId>\\n    <Message>该调用为异步调用,任务已提交成功,请以requestId的值作为jobId参数调用同类目下GetAsyncJobResult接口查询任务执行状态和结果。</Message>\\n</SplitVideoPartsResponse>","errorExample":""}]',
        ],
        'EvaluateVideoQuality' => [
            'summary' => '视频质量评估',
            'methods' => [
                'post',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'deprecated' => false,
            'systemTags' => [],
            'parameters' => [
                [
                    'name' => 'VideoUrl',
                    'in' => 'formData',
                    'schema' => [
                        'description' => '',
                        'example' => 'http://public-vigen-video.oss-cn-shanghai.aliyuncs.com/Common/xxx/dont_delete/decaption/123.mp4',
                        'isFileTransferUrl' => true,
                        'required' => true,
                        'type' => 'string',
                    ],
                ],
                [
                    'name' => 'Mode',
                    'in' => 'formData',
                    'schema' => [
                        'description' => '',
                        'example' => 'vqa_plus',
                        'required' => false,
                        'type' => 'string',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'headers' => [],
                    'schema' => [
                        'description' => 'Schema of Response',
                        'properties' => [
                            'RequestId' => [
                                'description' => '',
                                'example' => '1d33e538-c949-4fcd-83f6-4d57e4b31527',
                                'title' => 'Id of the request',
                                'type' => 'string',
                            ],
                            'Data' => [
                                'description' => '',
                                'properties' => [
                                    'JsonUrl' => [
                                        'description' => '',
                                        'example' => 'http://vibktprfx-prod-prod-damo-eas-cn-shanghai.oss-cn-shanghai.aliyuncs.com/eas-video-quality-assessment/2023-01-13-10/31%3A08-cVeN9ZQlzIPfGqsa.json?Expires=1673578869&amp;OSSAccessKeyId=LTAI4FoLmvQ9urWXgSRp****&amp;Signature=AiSsOsZ7rYfhf9w3Mxn%2Fq4GKKy****',
                                        'type' => 'string',
                                    ],
                                    'PdfUrl' => [
                                        'description' => '',
                                        'example' => 'http://vibktprfx-prod-prod-damo-eas-cn-shanghai.oss-cn-shanghai.aliyuncs.com/eas-video-quality-assessment/2023-01-13-10/31%3A08-cVeN9ZQlzIPfGqsa.pdf?Expires=1673578869&amp;OSSAccessKeyId=LTAI4FoLmvQ9urWXgSRp****&amp;Signature=xULlZzVuhoYWAXRbp9A4EzzZcS****',
                                        'type' => 'string',
                                    ],
                                    'VideoQualityInfo' => [
                                        'description' => '',
                                        'properties' => [
                                            'CompressiveStrength' => [
                                                'description' => '',
                                                'example' => '0.25',
                                                'format' => 'float',
                                                'type' => 'number',
                                            ],
                                            'NoiseIntensity' => [
                                                'description' => '',
                                                'example' => '0.01',
                                                'format' => 'float',
                                                'type' => 'number',
                                            ],
                                            'Blurriness' => [
                                                'description' => '',
                                                'example' => '0.15',
                                                'format' => 'float',
                                                'type' => 'number',
                                            ],
                                            'ColorContrast' => [
                                                'description' => '',
                                                'example' => '0.55',
                                                'format' => 'float',
                                                'type' => 'number',
                                            ],
                                            'ColorSaturation' => [
                                                'description' => '',
                                                'example' => '0.17',
                                                'format' => 'float',
                                                'type' => 'number',
                                            ],
                                            'Luminance' => [
                                                'description' => '',
                                                'example' => '0.51',
                                                'format' => 'float',
                                                'type' => 'number',
                                            ],
                                            'Colorfulness' => [
                                                'description' => '',
                                                'example' => '0.48',
                                                'format' => 'float',
                                                'type' => 'number',
                                            ],
                                            'MosScore' => [
                                                'description' => '',
                                                'example' => '0.7048',
                                                'format' => 'float',
                                                'type' => 'number',
                                            ],
                                        ],
                                        'type' => 'object',
                                    ],
                                ],
                                'type' => 'object',
                            ],
                            'Message' => [
                                'description' => '',
                                'example' => '',
                                'type' => 'string',
                            ],
                        ],
                        'title' => 'Schema of Response',
                        'type' => 'object',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    [
                        'errorCode' => 'ParameterError',
                        'errorMessage' => 'The parameter is invalid. Please check again.',
                    ],
                ],
                403 => [
                    [
                        'errorCode' => 'AuthFailed',
                        'errorMessage' => 'An error occurred while performing authorization. Please check your RAM configuration.',
                    ],
                ],
                408 => [
                    [
                        'errorCode' => 'Timeout',
                        'errorMessage' => 'The request has timed out.',
                    ],
                ],
                503 => [
                    [
                        'errorCode' => 'ServiceUnavailable',
                        'errorMessage' => 'The service is unavailable.',
                    ],
                ],
            ],
            'staticInfo' => [
                'returnType' => 'synchronous',
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"RequestId\\": \\"1d33e538-c949-4fcd-83f6-4d57e4b31527\\",\\n  \\"Data\\": {\\n    \\"JsonUrl\\": \\"http://vibktprfx-prod-prod-damo-eas-cn-shanghai.oss-cn-shanghai.aliyuncs.com/eas-video-quality-assessment/2023-01-13-10/31%3A08-cVeN9ZQlzIPfGqsa.json?Expires=1673578869&amp;OSSAccessKeyId=LTAI****************&amp;Signature=AiSsOsZ7rYfhf9w3Mxn%2Fq4GKKy****\\",\\n    \\"PdfUrl\\": \\"http://vibktprfx-prod-prod-damo-eas-cn-shanghai.oss-cn-shanghai.aliyuncs.com/eas-video-quality-assessment/2023-01-13-10/31%3A08-cVeN9ZQlzIPfGqsa.pdf?Expires=1673578869&amp;OSSAccessKeyId=LTAI****************&amp;Signature=xULlZzVuhoYWAXRbp9A4EzzZcS****\\",\\n    \\"VideoQualityInfo\\": {\\n      \\"CompressiveStrength\\": 0.25,\\n      \\"NoiseIntensity\\": 0.01,\\n      \\"Blurriness\\": 0.15,\\n      \\"ColorContrast\\": 0.55,\\n      \\"ColorSaturation\\": 0.17,\\n      \\"Luminance\\": 0.51,\\n      \\"Colorfulness\\": 0.48,\\n      \\"MosScore\\": 0.7048\\n    }\\n  },\\n  \\"Message\\": \\"该调用为异步调用,任务已提交成功,请以requestId的值作为jobId参数调用同类目下GetAsyncJobResult接口查询任务执行状态和结果。\\"\\n}","errorExample":""},{"type":"xml","example":"<EvaluateVideoQualityResponse>\\n    <RequestId>1d33e538-c949-4fcd-83f6-4d57e4b31527</RequestId>\\n    <Message>该调用为异步调用,任务已提交成功,请以requestId的值作为jobId参数调用同类目下GetAsyncJobResult接口查询任务执行状态和结果。</Message>\\n</EvaluateVideoQualityResponse>","errorExample":""}]',
        ],
        'GetAsyncJobResult' => [
            'methods' => [
                'post',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'create',
            ],
            'parameters' => [
                [
                    'name' => 'JobId',
                    'in' => 'formData',
                    'schema' => [
                        'description' => '',
                        'example' => 'E75FE679-0303-4DD1-8252-1143B4FA8A27',
                        'required' => true,
                        'type' => 'string',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => '1',
                        'properties' => [
                            'RequestId' => [
                                'description' => '',
                                'example' => 'A1F44EC4-118D-4A03-B213-F908F36F7DAA',
                                'type' => 'string',
                            ],
                            'Data' => [
                                'description' => '',
                                'properties' => [
                                    'Status' => [
                                        'description' => '',
                                        'example' => 'PROCESS_SUCCESS',
                                        'type' => 'string',
                                    ],
                                    'ErrorMessage' => [
                                        'description' => '',
                                        'example' => 'paramsIllegal',
                                        'type' => 'string',
                                    ],
                                    'Result' => [
                                        'description' => '',
                                        'example' => '{\\"Outputs\\":[{\\"ImageURL\\":\\"http://algo-app-aic-vd-cn-shanghai-prod.oss-cn-shanghai.aliyuncs.com/video-cover/2020-03-25-11/pic_4t7zW6R6SUGn4DLF.mp4_2375_1920_1080_96ce5a96b5b16628cd778c035b68356d_beautified.png?Expires=1585136160&OSSAccessKeyId=LTAI4FoLmvQ9urWXgSRp****&Signature=MDd7BqbivlLRd16MTKbPFQHV3u****\\",\\"Confidence\\":8.426481079120514},{\\"ImageURL\\":\\"http://algo-app-aic-vd-cn-shanghai-prod.oss-cn-shanghai.aliyuncs.com/video-cover/2020-03-25-11/pic_4t7zW6R6SUGn4DLF.mp4_2996_1920_1080_d5df0556bf420242c84fe6f7a45d01e1_beautified.png?Expires=1585136160&OSSAccessKeyId=LTAI4FoLmvQ9urWXgSRp****&Signature=htaW5G%2BpqPBW%2BEMTe01ckVoGsQ****\\",\\"Confidence\\":6.225726566341124}]}',
                                        'type' => 'string',
                                    ],
                                    'ErrorCode' => [
                                        'description' => '',
                                        'example' => 'InvalidParameter',
                                        'type' => 'string',
                                    ],
                                    'JobId' => [
                                        'description' => '',
                                        'example' => '7DFDA846-178B-4ADB-B69A-62C641214D81',
                                        'type' => 'string',
                                    ],
                                ],
                                'type' => 'object',
                            ],
                        ],
                        'type' => 'object',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    [
                        'errorCode' => 'ParameterError',
                        'errorMessage' => 'The parameter is invalid. Please check again.',
                    ],
                ],
                403 => [
                    [
                        'errorCode' => 'AuthFailed',
                        'errorMessage' => 'An error occurred while performing authorization. Please check your RAM configuration.',
                    ],
                ],
                408 => [
                    [
                        'errorCode' => 'Timeout',
                        'errorMessage' => 'The request has timed out.',
                    ],
                ],
                503 => [
                    [
                        'errorCode' => 'ServiceUnavailable',
                        'errorMessage' => 'The service is unavailable.',
                    ],
                ],
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"RequestId\\": \\"0E448D84-1736-1BCD-BEA5-866C413515A1\\",\\n  \\"Data\\": {\\n    \\"Status\\": \\"PROCESS_SUCCESS\\",\\n    \\"ErrorMessage\\": \\"paramsIllegal\\",\\n    \\"Result\\": \\"\\\\\\"{\\\\\\\\\\\\\\"jsonUrl\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"http://vibktprfx-prod-prod-damo-eas-cn-shanghai.oss-cn-shanghai.aliyuncs.com/eas-video-quality-assessment/2023-01-11-16/01%3A52-crxCR763VXTeY0bP.json?Expires=1673425915&OSSAccessKeyId=LTAI4FoLmvQ9urWXgSRp****&Signature=iW07EIZaqaiMNoF3RJZwsLVxOx****\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"pdfUrl\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"http://vibktprfx-prod-prod-damo-eas-cn-shanghai.oss-cn-shanghai.aliyuncs.com/eas-video-quality-assessment/2023-01-11-16/01%3A52-crxCR763VXTeY0bP.pdf?Expires=1673425916&OSSAccessKeyId=LTAI4FoLmvQ9urWXgSRp****&Signature=BvZ3ayeTTxaR65ZvQ2%2FoE8W8Lr****\\\\\\\\\\\\\\"}\\\\\\"\\",\\n    \\"ErrorCode\\": \\"InvalidParameter\\",\\n    \\"JobId\\": \\"A421D5F0-4F73-19F5-8D92-D509FAD281D2\\"\\n  }\\n}","errorExample":""},{"type":"xml","example":"<GetAsyncJobResultResponse>\\n    <RequestId>0E448D84-1736-1BCD-BEA5-866C413515A1</RequestId>\\n    <Data>\\n        <Status>PROCESS_SUCCESS</Status>\\n        <JobId>A421D5F0-4F73-19F5-8D92-D509FAD281D2</JobId>\\n        <Result>{\\"jsonUrl\\":\\"http://vibktprfx-prod-prod-damo-eas-cn-shanghai.oss-cn-shanghai.aliyuncs.com/eas-video-quality-assessment/2023-01-11-16/01%3A52-crxCR763VXTeY0bP.json?Expires=1673425915&amp;OSSAccessKeyId=LTAI4FoLmvQ9urWXgSRp****&amp;Signature=iW07EIZaqaiMNoF3RJZwsLVxOx****\\",\\"pdfUrl\\":\\"http://vibktprfx-prod-prod-damo-eas-cn-shanghai.oss-cn-shanghai.aliyuncs.com/eas-video-quality-assessment/2023-01-11-16/01%3A52-crxCR763VXTeY0bP.pdf?Expires=1673425916&amp;OSSAccessKeyId=LTAI4FoLmvQ9urWXgSRp****&amp;Signature=BvZ3ayeTTxaR65ZvQ2%2FoE8W8Lr****\\"}</Result>\\n    </Data>\\n</GetAsyncJobResultResponse>","errorExample":""}]',
            'requestParamsDescription' => ' ',
        ],
    ],
    'endpoints' => [
        [
            'regionId' => 'cn-shanghai',
            'endpoint' => 'videorecog.cn-shanghai.aliyuncs.com',
        ],
    ],
];