summaryrefslogtreecommitdiff
path: root/data/en_us/imagerecog/2019-09-30/api-docs.php
blob: 55688636174806b40997b86034926781a9413762 (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
<?php return [
    'version' => '1.0',
    'info' => [
        'style' => 'RPC',
        'product' => 'imagerecog',
        'version' => '2019-09-30',
    ],
    'directories' => [
        [
            'id' => 64348,
            'title' => null,
            'type' => 'directory',
            'children' => [
                'GetAsyncJobResult',
                'EvaluateCertificateQuality',
            ],
        ],
        [
            'id' => 64351,
            'title' => null,
            'type' => 'directory',
            'children' => [
                'TaggingImage',
            ],
        ],
        [
            'id' => 64353,
            'title' => null,
            'type' => 'directory',
            'children' => [
                'ClassifyingRubbish',
                'DetectImageElements',
                'RecognizeFood',
                'RecognizeImageColor',
                'RecognizeImageStyle',
                'RecognizeScene',
            ],
        ],
        [
            'id' => 0,
            'title' => '其它',
            'type' => 'directory',
            'children' => [
                'TaggingAdImage',
            ],
        ],
    ],
    'components' => [
        'schemas' => [],
    ],
    'apis' => [
        'GetAsyncJobResult' => [
            'methods' => [
                'get',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'get',
            ],
            'parameters' => [
                [
                    'name' => 'JobId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '',
                        'type' => 'string',
                        'required' => true,
                        'example' => '72CFDC08-3FEF-56AA-91E5-B14DE31C09C2',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => '1',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => [
                                'description' => '',
                                'type' => 'string',
                                'example' => '572974F0-1014-5C60-97EE-DBFFC0FF7616',
                            ],
                            'Data' => [
                                'description' => '',
                                'type' => 'object',
                                'properties' => [
                                    'Status' => [
                                        'description' => '',
                                        'type' => 'string',
                                        'example' => 'PROCESS_SUCCESS',
                                    ],
                                    'ErrorMessage' => [
                                        'description' => '',
                                        'type' => 'string',
                                        'example' => 'paramsIllegal',
                                    ],
                                    'Result' => [
                                        'description' => '',
                                        'type' => 'string',
                                        'example' => '{\\"tags\\":[{\\"confidence\\":-1,\\"value\\":\\"{\\\\\\"tagInfo\\\\\\": {\\\\\\"humanInfo\\\\\\": [[{\\\\\\"category\\\\\\": \\\\\\"human-real-normal\\\\\\", \\\\\\"score\\\\\\": 0.9690580798778683, \\\\\\"bbox\\\\\\": [77, 280, 431, 569], \\\\\\"cloth_category\\\\\\": \\\\\\"modern\\\\\\", \\\\\\"cloth_category_score\\\\\\": 0.7393399477005005}]], \\\\\\"sceneInfo\\\\\\": [[{\\\\\\"category\\\\\\": \\\\\\"gamescreen-gameeffect\\\\\\", \\\\\\"score\\\\\\": 0.44200169294841274}]], \\\\\\"objectInfo\\\\\\": [null]}}\\"}]}',
                                    ],
                                    'ErrorCode' => [
                                        'description' => '',
                                        'type' => 'string',
                                        'example' => 'InvalidParameter',
                                    ],
                                    'JobId' => [
                                        'description' => '',
                                        'type' => 'string',
                                        'example' => '72CFDC08-3FEF-56AA-91E5-B14DE31C09C2',
                                    ],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            '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\\": \\"572974F0-1014-5C60-97EE-DBFFC0FF7616\\",\\n  \\"Data\\": {\\n    \\"Status\\": \\"PROCESS_SUCCESS\\",\\n    \\"ErrorMessage\\": \\"paramsIllegal\\",\\n    \\"Result\\": \\"{\\\\\\\\\\\\\\"tags\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\"confidence\\\\\\\\\\\\\\":-1,\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"tagInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\": {\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"humanInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\": [[{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"category\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\": \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"human-real-normal\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"score\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\": 0.9690580798778683, \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"bbox\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\": [77, 280, 431, 569], \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"cloth_category\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\": \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"modern\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"cloth_category_score\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\": 0.7393399477005005}]], \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sceneInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\": [[{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"category\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\": \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"gamescreen-gameeffect\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"score\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\": 0.44200169294841274}]], \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"objectInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\": [null]}}\\\\\\\\\\\\\\"}]}\\",\\n    \\"ErrorCode\\": \\"InvalidParameter\\",\\n    \\"JobId\\": \\"72CFDC08-3FEF-56AA-91E5-B14DE31C09C2\\"\\n  }\\n}","errorExample":""},{"type":"xml","example":"<GetAsyncJobResultResponse>\\n    <RequestId>572974F0-1014-5C60-97EE-DBFFC0FF7616</RequestId>\\n    <Data>\\n        <Status>PROCESS_SUCCESS</Status>\\n        <ErrorMessage>paramsIllegal</ErrorMessage>\\n        <Result>{\\\\\\"tags\\\\\\":[{\\\\\\"confidence\\\\\\":-1,\\\\\\"value\\\\\\":\\\\\\"{\\\\\\\\\\\\\\"tagInfo\\\\\\\\\\\\\\": {\\\\\\\\\\\\\\"humanInfo\\\\\\\\\\\\\\": [[{\\\\\\\\\\\\\\"category\\\\\\\\\\\\\\": \\\\\\\\\\\\\\"human-real-normal\\\\\\\\\\\\\\", \\\\\\\\\\\\\\"score\\\\\\\\\\\\\\": 0.9690580798778683, \\\\\\\\\\\\\\"bbox\\\\\\\\\\\\\\": [77, 280, 431, 569], \\\\\\\\\\\\\\"cloth_category\\\\\\\\\\\\\\": \\\\\\\\\\\\\\"modern\\\\\\\\\\\\\\", \\\\\\\\\\\\\\"cloth_category_score\\\\\\\\\\\\\\": 0.7393399477005005}]], \\\\\\\\\\\\\\"sceneInfo\\\\\\\\\\\\\\": [[{\\\\\\\\\\\\\\"category\\\\\\\\\\\\\\": \\\\\\\\\\\\\\"gamescreen-gameeffect\\\\\\\\\\\\\\", \\\\\\\\\\\\\\"score\\\\\\\\\\\\\\": 0.44200169294841274}]], \\\\\\\\\\\\\\"objectInfo\\\\\\\\\\\\\\": [null]}}\\\\\\"}]}</Result>\\n        <ErrorCode>InvalidParameter</ErrorCode>\\n        <JobId>72CFDC08-3FEF-56AA-91E5-B14DE31C09C2</JobId>\\n    </Data>\\n</GetAsyncJobResultResponse>","errorExample":""}]',
            'requestParamsDescription' => ' ',
        ],
        'EvaluateCertificateQuality' => [
            'methods' => [
                'post',
                'get',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [],
            'parameters' => [
                [
                    'name' => 'ImageURL',
                    'in' => 'formData',
                    'schema' => [
                        'description' => '',
                        'example' => 'https://viapi-doc.oss-cn-shanghai.aliyuncs.com/imagerecog/xxxxx.jpg',
                        'isFileTransferUrl' => true,
                        'required' => true,
                        'type' => 'string',
                    ],
                ],
                [
                    'name' => 'Type',
                    'in' => 'formData',
                    'schema' => [
                        'description' => '',
                        'example' => 'BusinessLicense',
                        'required' => true,
                        'type' => 'string',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'properties' => [
                            'RequestId' => [
                                'description' => '',
                                'example' => '656318DC-3856-43E3-9147-859532721AD6',
                                'type' => 'string',
                            ],
                            'Data' => [
                                'description' => '',
                                'properties' => [
                                    'Elements' => [
                                        'description' => '',
                                        'items' => [
                                            'properties' => [
                                                'Value' => [
                                                    'description' => '',
                                                    'example' => 'lackoffront',
                                                    'type' => 'string',
                                                ],
                                                'Pass' => [
                                                    'description' => '',
                                                    'example' => 'false',
                                                    'type' => 'string',
                                                ],
                                                'Score' => [
                                                    'description' => '',
                                                    'example' => '0.06514739990234375',
                                                    'type' => 'string',
                                                ],
                                            ],
                                            'type' => 'object',
                                        ],
                                        'type' => 'array',
                                    ],
                                ],
                                '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\\": \\"656318DC-3856-43E3-9147-859532721AD6\\",\\n  \\"Data\\": {\\n    \\"Elements\\": [\\n      {\\n        \\"Value\\": \\"lackoffront\\",\\n        \\"Pass\\": \\"false\\",\\n        \\"Score\\": \\"0.06514739990234375\\"\\n      }\\n    ]\\n  }\\n}","errorExample":""},{"type":"xml","example":"<RequestId>656318DC-3856-43E3-9147-859532721AD6</RequestId>\\n<Data>\\n    <Elements>\\n        <Value>lackoffront</Value>\\n        <Score>0.06514739990234375</Score>\\n        <Pass>false</Pass>\\n    </Elements>\\n</Data>","errorExample":""}]',
            'requestParamsDescription' => ' ',
        ],
        'TaggingImage' => [
            'methods' => [
                'post',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [],
            'parameters' => [
                [
                    'name' => 'ImageURL',
                    'in' => 'formData',
                    'schema' => [
                        'description' => '',
                        'example' => 'http://viapi-test.oss-cn-shanghai.aliyuncs.com/viapi-3.0domepic/imagerecog/TaggingImage/TaggingImage1.jpg',
                        'isFileTransferUrl' => true,
                        'required' => true,
                        'type' => 'string',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => '1',
                        'properties' => [
                            'RequestId' => [
                                'description' => '',
                                'example' => '70ED13B0-BC22-576D-9CCF-1CC12FEAC477',
                                'type' => 'string',
                            ],
                            'Data' => [
                                'description' => '',
                                'properties' => [
                                    'Tags' => [
                                        'description' => '',
                                        'items' => [
                                            'description' => '1',
                                            'properties' => [
                                                'Value' => [
                                                    'description' => '',
                                                    'example' => '',
                                                    'type' => 'string',
                                                ],
                                                'Confidence' => [
                                                    'description' => '',
                                                    'example' => '65',
                                                    'format' => 'float',
                                                    'type' => 'number',
                                                ],
                                            ],
                                            'type' => 'object',
                                        ],
                                        'type' => 'array',
                                    ],
                                ],
                                '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\\": \\"70ED13B0-BC22-576D-9CCF-1CC12FEAC477\\",\\n  \\"Data\\": {\\n    \\"Tags\\": [\\n      {\\n        \\"Value\\": \\"沙发\\",\\n        \\"Confidence\\": 65\\n      }\\n    ]\\n  }\\n}","errorExample":""},{"type":"xml","example":"<TaggingImageResponse>\\n    <RequestId>70ED13B0-BC22-576D-9CCF-1CC12FEAC477</RequestId>\\n    <Data>\\n        <Tags>\\n            <Confidence>65</Confidence>\\n            <Value>沙发</Value>\\n        </Tags>\\n        <Tags>\\n            <Confidence>41</Confidence>\\n            <Value>床</Value>\\n        </Tags>\\n        <Tags>\\n            <Confidence>24</Confidence>\\n            <Value>家具</Value>\\n        </Tags>\\n        <Tags>\\n            <Confidence>13</Confidence>\\n            <Value>长沙发</Value>\\n        </Tags>\\n        <Tags>\\n            <Confidence>11</Confidence>\\n            <Value>卧室</Value>\\n        </Tags>\\n    </Data>\\n</TaggingImageResponse>","errorExample":""}]',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
        ],
        'ClassifyingRubbish' => [
            'methods' => [
                'post',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [],
            'parameters' => [
                [
                    'name' => 'ImageURL',
                    'in' => 'formData',
                    'schema' => [
                        'description' => '',
                        'example' => 'http://viapi-test.oss-cn-shanghai.aliyuncs.com/viapi-3.0domepic/imagerecog/ClassifyingRubbish/ClassifyingRubbish6.jpg',
                        'isFileTransferUrl' => true,
                        'required' => true,
                        'type' => 'string',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'properties' => [
                            'RequestId' => [
                                'description' => '',
                                'example' => '1619647E-92ED-5641-A1D9-F05C33FD294A',
                                'type' => 'string',
                            ],
                            'Data' => [
                                'description' => '',
                                'properties' => [
                                    'Sensitive' => [
                                        'description' => '',
                                        'example' => 'false',
                                        'type' => 'boolean',
                                    ],
                                    'Elements' => [
                                        'description' => '',
                                        'items' => [
                                            'properties' => [
                                                'CategoryScore' => [
                                                    'description' => '',
                                                    'example' => '0.9406',
                                                    'format' => 'float',
                                                    'type' => 'number',
                                                ],
                                                'Rubbish' => [
                                                    'description' => '',
                                                    'example' => '',
                                                    'type' => 'string',
                                                ],
                                                'RubbishScore' => [
                                                    'description' => '',
                                                    'example' => '0.9406',
                                                    'format' => 'float',
                                                    'type' => 'number',
                                                ],
                                                'Category' => [
                                                    'description' => '',
                                                    'example' => '',
                                                    'type' => 'string',
                                                ],
                                            ],
                                            'type' => 'object',
                                        ],
                                        'type' => 'array',
                                    ],
                                ],
                                '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\\": \\"1619647E-92ED-5641-A1D9-F05C33FD294A\\",\\n  \\"Data\\": {\\n    \\"Sensitive\\": false,\\n    \\"Elements\\": [\\n      {\\n        \\"CategoryScore\\": 0.9406,\\n        \\"Rubbish\\": \\"纸板箱\\",\\n        \\"RubbishScore\\": 0.9406,\\n        \\"Category\\": \\"可回收垃圾\\"\\n      }\\n    ]\\n  }\\n}","errorExample":""},{"type":"xml","example":"<ClassifyingRubbishResponse>\\n    <RequestId>1619647E-92ED-5641-A1D9-F05C33FD294A</RequestId>\\n    <Data>\\n        <Sensitive>false</Sensitive>\\n        <Elements>\\n            <Rubbish>纸板箱</Rubbish>\\n            <Category>可回收垃圾</Category>\\n            <CategoryScore>0.9406</CategoryScore>\\n            <RubbishScore>0.9406</RubbishScore>\\n        </Elements>\\n    </Data>\\n</ClassifyingRubbishResponse>","errorExample":""}]',
            'requestParamsDescription' => ' ',
        ],
        'DetectImageElements' => [
            'methods' => [
                'post',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [],
            'parameters' => [
                [
                    'name' => 'Url',
                    'in' => 'formData',
                    'schema' => [
                        'description' => '',
                        'example' => 'http://viapi-test.oss-cn-shanghai.aliyuncs.com/viapi-3.0domepic/imagerecog/DetectImageElements/DetectImageElements5.jpg',
                        'isFileTransferUrl' => true,
                        'required' => true,
                        'type' => 'string',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'properties' => [
                            'RequestId' => [
                                'description' => '',
                                'example' => '7EE82437-AEC4-5AAF-819F-AB28C23EE0FC',
                                'type' => 'string',
                            ],
                            'Data' => [
                                'description' => '',
                                'properties' => [
                                    'Elements' => [
                                        'description' => '',
                                        'items' => [
                                            'properties' => [
                                                'Type' => [
                                                    'description' => '',
                                                    'example' => 'majorhuman',
                                                    'type' => 'string',
                                                ],
                                                'Width' => [
                                                    'description' => '',
                                                    'example' => '285',
                                                    'format' => 'int32',
                                                    'type' => 'integer',
                                                ],
                                                'Height' => [
                                                    'description' => '',
                                                    'example' => '354',
                                                    'format' => 'int32',
                                                    'type' => 'integer',
                                                ],
                                                'Y' => [
                                                    'description' => '',
                                                    'example' => '78',
                                                    'format' => 'int32',
                                                    'type' => 'integer',
                                                ],
                                                'Score' => [
                                                    'description' => '',
                                                    'example' => '0.997097373008728',
                                                    'format' => 'float',
                                                    'type' => 'number',
                                                ],
                                                'X' => [
                                                    'description' => '',
                                                    'example' => '287',
                                                    'format' => 'int32',
                                                    'type' => 'integer',
                                                ],
                                            ],
                                            'type' => 'object',
                                        ],
                                        'type' => 'array',
                                    ],
                                ],
                                '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\\": \\"7EE82437-AEC4-5AAF-819F-AB28C23EE0FC\\",\\n  \\"Data\\": {\\n    \\"Elements\\": [\\n      {\\n        \\"Type\\": \\"majorhuman\\",\\n        \\"Width\\": 285,\\n        \\"Height\\": 354,\\n        \\"Y\\": 78,\\n        \\"Score\\": 0.997097373008728,\\n        \\"X\\": 287\\n      }\\n    ]\\n  }\\n}","errorExample":""},{"type":"xml","example":"<DetectImageElementsResponse>\\n    <RequestId>7EE82437-AEC4-5AAF-819F-AB28C23EE0FC</RequestId>\\n    <Data>\\n        <Elements>\\n            <Type>character</Type>\\n            <Score>0.999164342880249</Score>\\n            <X>490</X>\\n            <Y>215</Y>\\n            <Height>66</Height>\\n            <Width>380</Width>\\n        </Elements>\\n        <Elements>\\n            <Type>character</Type>\\n            <Score>0.998594701290131</Score>\\n            <X>531</X>\\n            <Y>302</Y>\\n            <Height>38</Height>\\n            <Width>308</Width>\\n        </Elements>\\n        <Elements>\\n            <Type>majorauction</Type>\\n            <Score>0.983854711055756</Score>\\n            <X>51</X>\\n            <Y>80</Y>\\n            <Height>392</Height>\\n            <Width>464</Width>\\n        </Elements>\\n        <Elements>\\n            <Type>decoration</Type>\\n            <Score>0.915460407733917</Score>\\n            <X>596</X>\\n            <Y>148</Y>\\n            <Height>50</Height>\\n            <Width>170</Width>\\n        </Elements>\\n        <Elements>\\n            <Type>decoration</Type>\\n            <Score>0.777607440948486</Score>\\n            <X>649</X>\\n            <Y>149</Y>\\n            <Height>45</Height>\\n            <Width>63</Width>\\n        </Elements>\\n        <Elements>\\n            <Type>character</Type>\\n            <Score>0.712217330932617</Score>\\n            <X>533</X>\\n            <Y>349</Y>\\n            <Height>20</Height>\\n            <Width>297</Width>\\n        </Elements>\\n        <Elements>\\n            <Type>character</Type>\\n            <Score>0.701746642589569</Score>\\n            <X>239</X>\\n            <Y>129</Y>\\n            <Height>36</Height>\\n            <Width>72</Width>\\n        </Elements>\\n        <Elements>\\n            <Type>decoration</Type>\\n            <Score>0.598963797092438</Score>\\n            <X>594</X>\\n            <Y>166</Y>\\n            <Height>30</Height>\\n            <Width>67</Width>\\n        </Elements>\\n        <Elements>\\n            <Type>decoration</Type>\\n            <Score>0.502112746238708</Score>\\n            <X>703</X>\\n            <Y>167</Y>\\n            <Height>29</Height>\\n            <Width>67</Width>\\n        </Elements>\\n    </Data>\\n</DetectImageElementsResponse>","errorExample":""}]',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
        ],
        'RecognizeFood' => [
            'summary' => '菜品识别',
            'methods' => [
                'post',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'deprecated' => false,
            'systemTags' => [],
            'parameters' => [
                [
                    'name' => 'ImageURL',
                    'in' => 'formData',
                    'schema' => [
                        'description' => '',
                        'example' => 'http://viapi-test.oss-cn-shanghai.aliyuncs.com/viapi-3.0domepic/imagerecog/RecognizeFood/RecognizeFood5.jpg',
                        'isFileTransferUrl' => true,
                        'required' => true,
                        'title' => 'A short description of struct',
                        'type' => 'string',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => 'Schema of Response',
                        'properties' => [
                            'RequestId' => [
                                'description' => '',
                                'example' => '4C2369C5-54E0-4B9F-8ACB-80C4F50AD2DB',
                                'title' => 'Id of the request',
                                'type' => 'string',
                            ],
                            'Data' => [
                                'description' => '',
                                'properties' => [
                                    'TopFives' => [
                                        'description' => '',
                                        'items' => [
                                            'description' => '1',
                                            'properties' => [
                                                'Category' => [
                                                    'description' => '',
                                                    'example' => '',
                                                    'type' => 'string',
                                                ],
                                                'Score' => [
                                                    'description' => '',
                                                    'example' => '0.2083740234375',
                                                    'format' => 'float',
                                                    'type' => 'number',
                                                ],
                                                'Calorie' => [
                                                    'description' => '',
                                                    'example' => '208',
                                                    'type' => 'string',
                                                ],
                                            ],
                                            'type' => 'object',
                                        ],
                                        'type' => 'array',
                                    ],
                                ],
                                'type' => 'object',
                            ],
                        ],
                        '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\\": \\"4C2369C5-54E0-4B9F-8ACB-80C4F50AD2DB\\",\\n  \\"Data\\": {\\n    \\"TopFives\\": [\\n      {\\n        \\"Category\\": \\"清蒸鲈鱼\\",\\n        \\"Score\\": 0.2083740234375,\\n        \\"Calorie\\": \\"208\\"\\n      }\\n    ]\\n  }\\n}","errorExample":""},{"type":"xml","example":"<RecognizeFoodResponse>\\n    <RequestId>B6F48953-92F4-5388-A000-0057D46B1658</RequestId>\\n    <Data>\\n        <TopFives>\\n            <Calorie>105</Calorie>\\n            <Score>0.56878662109375</Score>\\n            <Category>清蒸鲈鱼</Category>\\n        </TopFives>\\n        <TopFives>\\n            <Calorie>117</Calorie>\\n            <Score>0.0455322265625</Score>\\n            <Category>鳜鱼</Category>\\n        </TopFives>\\n        <TopFives>\\n            <Calorie>112</Calorie>\\n            <Score>0.039886474609375</Score>\\n            <Category>清蒸桂花鱼</Category>\\n        </TopFives>\\n        <TopFives>\\n            <Calorie>118</Calorie>\\n            <Score>0.0296173095703125</Score>\\n            <Category>沸腾鱼</Category>\\n        </TopFives>\\n        <TopFives>\\n            <Calorie>UNKNOWN</Calorie>\\n            <Score>0.0205230712890625</Score>\\n            <Category>其他类</Category>\\n        </TopFives>\\n    </Data>\\n</RecognizeFoodResponse>","errorExample":""}]',
        ],
        'RecognizeImageColor' => [
            'methods' => [
                'post',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [],
            'parameters' => [
                [
                    'name' => 'Url',
                    'in' => 'formData',
                    'schema' => [
                        'description' => '',
                        'example' => 'http://viapi-test.oss-cn-shanghai.aliyuncs.com/viapi-3.0domepic/imagerecog/RecognizeImageColor/RecognizeImageColor1.jpg',
                        'isFileTransferUrl' => true,
                        'required' => true,
                        'type' => 'string',
                    ],
                ],
                [
                    'name' => 'ColorCount',
                    'in' => 'formData',
                    'schema' => [
                        'description' => '',
                        'example' => '5',
                        'format' => 'int32',
                        'maximum' => '16',
                        'minimum' => '1',
                        'pattern' => '^\\d+$',
                        'required' => false,
                        'type' => 'integer',
                        'default' => '3',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'properties' => [
                            'RequestId' => [
                                'description' => '',
                                'example' => 'CCC7C1D9-8C0F-58AD-ADE3-C331B83BD6F2',
                                'type' => 'string',
                            ],
                            'Data' => [
                                'description' => '',
                                'properties' => [
                                    'ColorTemplateList' => [
                                        'description' => '',
                                        'items' => [
                                            'properties' => [
                                                'Color' => [
                                                    'description' => '',
                                                    'example' => '270315',
                                                    'type' => 'string',
                                                ],
                                                'Percentage' => [
                                                    'description' => '',
                                                    'example' => '0.459527',
                                                    'format' => 'float',
                                                    'type' => 'number',
                                                ],
                                                'Label' => [
                                                    'description' => '',
                                                    'example' => 'red',
                                                    'type' => 'string',
                                                ],
                                            ],
                                            'type' => 'object',
                                        ],
                                        'type' => 'array',
                                    ],
                                ],
                                '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\\": \\"CCC7C1D9-8C0F-58AD-ADE3-C331B83BD6F2\\",\\n  \\"Data\\": {\\n    \\"ColorTemplateList\\": [\\n      {\\n        \\"Color\\": \\"270315\\",\\n        \\"Percentage\\": 0.459527,\\n        \\"Label\\": \\"red\\"\\n      }\\n    ]\\n  }\\n}","errorExample":""},{"type":"xml","example":"<RecognizeImageColorResponse>\\n    <RequestId>CCC7C1D9-8C0F-58AD-ADE3-C331B83BD6F2</RequestId>\\n    <Data>\\n        <ColorTemplateList>\\n            <Percentage>0.459527</Percentage>\\n            <Color>270315</Color>\\n            <Label>red</Label>\\n        </ColorTemplateList>\\n        <ColorTemplateList>\\n            <Percentage>0.177192</Percentage>\\n            <Color>5A0014</Color>\\n            <Label>red</Label>\\n        </ColorTemplateList>\\n        <ColorTemplateList>\\n            <Percentage>0.169271</Percentage>\\n            <Color>F139CC</Color>\\n            <Label>magenta</Label>\\n        </ColorTemplateList>\\n        <ColorTemplateList>\\n            <Percentage>0.107205</Percentage>\\n            <Color>610492</Color>\\n            <Label>purple</Label>\\n        </ColorTemplateList>\\n        <ColorTemplateList>\\n            <Percentage>0.086806</Percentage>\\n            <Color>EC4886</Color>\\n            <Label>red</Label>\\n        </ColorTemplateList>\\n    </Data>\\n</RecognizeImageColorResponse>","errorExample":""}]',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
        ],
        'RecognizeImageStyle' => [
            'methods' => [
                'post',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [],
            'parameters' => [
                [
                    'name' => 'Url',
                    'in' => 'formData',
                    'schema' => [
                        'description' => '',
                        'example' => 'http://viapi-test.oss-cn-shanghai.aliyuncs.com/viapi-3.0domepic/imagerecog/RecognizeImageStyle/RecognizeImageStyle1.jpg',
                        'isFileTransferUrl' => true,
                        'required' => true,
                        'type' => 'string',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'properties' => [
                            'RequestId' => [
                                'description' => '',
                                'example' => '66FC3009-9A7A-4D29-8B70-D6EB256EF590',
                                'type' => 'string',
                            ],
                            'Data' => [
                                'description' => '',
                                'properties' => [
                                    'Styles' => [
                                        'items' => [
                                            'description' => '',
                                            'example' => 'technology',
                                            'type' => 'string',
                                        ],
                                        'type' => 'array',
                                    ],
                                ],
                                '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\\": \\"66FC3009-9A7A-4D29-8B70-D6EB256EF590\\",\\n  \\"Data\\": {\\n    \\"Styles\\": [\\n      \\"technology\\"\\n    ]\\n  }\\n}","errorExample":""},{"type":"xml","example":"<RecognizeImageStyleResponse>\\n    <RequestId>4F7BD051-ADBE-554C-893F-654FCA8535A1</RequestId>\\n    <Data>\\n        <Styles>promotion</Styles>\\n        <Styles>chinese</Styles>\\n    </Data>\\n</RecognizeImageStyleResponse>","errorExample":""}]',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
        ],
        'RecognizeScene' => [
            'methods' => [
                'post',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [],
            'parameters' => [
                [
                    'name' => 'ImageURL',
                    'in' => 'formData',
                    'schema' => [
                        'description' => '',
                        'example' => 'http://viapi-test.oss-cn-shanghai.aliyuncs.com/viapi-3.0domepic/imagerecog/RecognizeScene/RecognizeScene1.jpg',
                        'isFileTransferUrl' => true,
                        'required' => true,
                        'type' => 'string',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'properties' => [
                            'RequestId' => [
                                'description' => '',
                                'example' => 'AC79F887-5CCB-42BE-8AC3-4D455EFEDB94',
                                'type' => 'string',
                            ],
                            'Data' => [
                                'description' => '',
                                'properties' => [
                                    'Tags' => [
                                        'description' => '',
                                        'items' => [
                                            'properties' => [
                                                'Value' => [
                                                    'description' => '',
                                                    'example' => '',
                                                    'type' => 'string',
                                                ],
                                                'Confidence' => [
                                                    'description' => '',
                                                    'example' => '79',
                                                    'format' => 'float',
                                                    'type' => 'number',
                                                ],
                                            ],
                                            'type' => 'object',
                                        ],
                                        'type' => 'array',
                                    ],
                                ],
                                '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\\": \\"AC79F887-5CCB-42BE-8AC3-4D455EFEDB94\\",\\n  \\"Data\\": {\\n    \\"Tags\\": [\\n      {\\n        \\"Value\\": \\"船\\",\\n        \\"Confidence\\": 79\\n      }\\n    ]\\n  }\\n}","errorExample":""},{"type":"xml","example":"<RecognizeSceneResponse>\\n    <RequestId>EA5E12C8-FFEB-5710-B4F4-A9A477DED671</RequestId>\\n    <Data>\\n        <Tags>\\n            <Confidence>83</Confidence>\\n            <Value>夜景</Value>\\n        </Tags>\\n        <Tags>\\n            <Confidence>31</Confidence>\\n            <Value>海滨</Value>\\n        </Tags>\\n        <Tags>\\n            <Confidence>13</Confidence>\\n            <Value>街景</Value>\\n        </Tags>\\n        <Tags>\\n            <Confidence>13</Confidence>\\n            <Value>广场</Value>\\n        </Tags>\\n        <Tags>\\n            <Confidence>12</Confidence>\\n            <Value>船</Value>\\n        </Tags>\\n    </Data>\\n</RecognizeSceneResponse>","errorExample":""}]',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
        ],
        'TaggingAdImage' => [
            'summary' => '广告素材分析',
            'methods' => [
                'post',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'none',
                'riskType' => 'none',
                'chargeType' => 'paid',
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'ImageURL',
                    'in' => 'formData',
                    'schema' => [
                        'description' => '',
                        'example' => 'https://viapi-demo.oss-cn-shanghai.aliyuncs.com/viapi-demo/images/DetectImageElements/xxxx.png',
                        'isFileTransferUrl' => true,
                        'required' => true,
                        'type' => 'string',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => 'Schema of Response',
                        'properties' => [
                            'RequestId' => [
                                'description' => '',
                                'example' => '572974F0-1014-5C60-97EE-DBFFC0FF7616',
                                'title' => 'Id of the request',
                                'type' => 'string',
                            ],
                            'Data' => [
                                'description' => '',
                                'properties' => [
                                    'TagInfo' => [
                                        'description' => '',
                                        '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\\": \\"572974F0-1014-5C60-97EE-DBFFC0FF7616\\",\\n  \\"Data\\": {\\n    \\"TagInfo\\": {\\n      \\"test\\": \\"test\\",\\n      \\"test2\\": 1\\n    }\\n  },\\n  \\"Message\\": \\"该调用为异步调用,任务已提交成功,请以requestId的值作为jobId参数调用同类目下GetAsyncJobResult接口查询任务执行状态和结果。\\"\\n}","errorExample":""},{"type":"xml","example":"<TaggingAdImageResponse>\\n    <RequestId>572974F0-1014-5C60-97EE-DBFFC0FF7616</RequestId>\\n    <Message>该调用为异步调用,任务已提交成功,请以requestId的值作为jobId参数调用同类目下GetAsyncJobResult接口查询任务执行状态和结果。</Message>\\n</TaggingAdImageResponse>","errorExample":""}]',
        ],
    ],
    'endpoints' => [
        [
            'regionId' => 'cn-shanghai',
            'endpoint' => 'imagerecog.cn-shanghai.aliyuncs.com',
        ],
    ],
];