GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Test Failed
Push — master ( 76baae...82e7f4 )
by
unknown
07:46
created

AddMCTemplate   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 14
Duplicated Lines 0 %

Test Coverage

Coverage 0%

Importance

Changes 0
Metric Value
wmc 1
eloc 4
dl 0
loc 14
ccs 0
cts 0
cp 0
c 0
b 0
f 0
rs 10
1
<?php
2
3
namespace AlibabaCloud\Mts\V20140618;
4
5
use AlibabaCloud\Client\Resolver\ApiResolver;
6
7
/**
8
 * @method ActivateMediaWorkflow activateMediaWorkflow(array $options = [])
9
 * @method AddMedia addMedia(array $options = [])
10
 * @method AddMediaTag addMediaTag(array $options = [])
11
 * @method AddMediaWorkflow addMediaWorkflow(array $options = [])
12
 * @method AddPipeline addPipeline(array $options = [])
13
 * @method AddSmarttagTemplate addSmarttagTemplate(array $options = [])
14
 * @method AddTemplate addTemplate(array $options = [])
15
 * @method AddWaterMarkTemplate addWaterMarkTemplate(array $options = [])
16
 * @method BindInputBucket bindInputBucket(array $options = [])
17
 * @method BindOutputBucket bindOutputBucket(array $options = [])
18
 * @method CancelJob cancelJob(array $options = [])
19
 * @method CreateCustomEntity createCustomEntity(array $options = [])
20
 * @method CreateCustomGroup createCustomGroup(array $options = [])
21
 * @method CreateFpShotDB createFpShotDB(array $options = [])
22
 * @method DeactivateMediaWorkflow deactivateMediaWorkflow(array $options = [])
23
 * @method DeleteCustomEntity deleteCustomEntity(array $options = [])
24
 * @method DeleteCustomGroup deleteCustomGroup(array $options = [])
25
 * @method DeleteCustomView deleteCustomView(array $options = [])
26
 * @method DeleteMedia deleteMedia(array $options = [])
27
 * @method DeleteMediaTag deleteMediaTag(array $options = [])
28
 * @method DeleteMediaWorkflow deleteMediaWorkflow(array $options = [])
29
 * @method DeletePipeline deletePipeline(array $options = [])
30
 * @method DeleteSmarttagTemplate deleteSmarttagTemplate(array $options = [])
31
 * @method DeleteTemplate deleteTemplate(array $options = [])
32
 * @method DeleteWaterMarkTemplate deleteWaterMarkTemplate(array $options = [])
33
 * @method ImAudit imAudit(array $options = [])
34
 * @method ImportFpShotJob importFpShotJob(array $options = [])
35
 * @method ListAllMediaBucket listAllMediaBucket(array $options = [])
36
 * @method ListCustomEntities listCustomEntities(array $options = [])
37
 * @method ListCustomGroups listCustomGroups(array $options = [])
38
 * @method ListCustomPersons listCustomPersons(array $options = [])
39
 * @method ListCustomViews listCustomViews(array $options = [])
40
 * @method ListFpShotDB listFpShotDB(array $options = [])
41
 * @method ListFpShotFiles listFpShotFiles(array $options = [])
42
 * @method ListFpShotImportJob listFpShotImportJob(array $options = [])
43
 * @method ListJob listJob(array $options = [])
44
 * @method ListMediaWorkflowExecutions listMediaWorkflowExecutions(array $options = [])
45
 * @method QueryAnalysisJobList queryAnalysisJobList(array $options = [])
46
 * @method QueryEditingJobList queryEditingJobList(array $options = [])
47
 * @method QueryFpDBDeleteJobList queryFpDBDeleteJobList(array $options = [])
48
 * @method QueryFpFileDeleteJobList queryFpFileDeleteJobList(array $options = [])
49
 * @method QueryFpShotJobList queryFpShotJobList(array $options = [])
50
 * @method QueryIProductionJob queryIProductionJob(array $options = [])
51
 * @method QueryJobList queryJobList(array $options = [])
52
 * @method QueryMediaCensorJobDetail queryMediaCensorJobDetail(array $options = [])
53
 * @method QueryMediaCensorJobList queryMediaCensorJobList(array $options = [])
54
 * @method QueryMediaInfoJobList queryMediaInfoJobList(array $options = [])
55
 * @method QueryMediaList queryMediaList(array $options = [])
56
 * @method QueryMediaListByURL queryMediaListByURL(array $options = [])
57
 * @method QueryMediaWorkflowExecutionList queryMediaWorkflowExecutionList(array $options = [])
58
 * @method QueryMediaWorkflowList queryMediaWorkflowList(array $options = [])
59
 * @method QueryPipelineList queryPipelineList(array $options = [])
60
 * @method QuerySmarttagJob querySmarttagJob(array $options = [])
61
 * @method QuerySmarttagTemplateList querySmarttagTemplateList(array $options = [])
62
 * @method QuerySnapshotJobList querySnapshotJobList(array $options = [])
63
 * @method QueryTemplateList queryTemplateList(array $options = [])
64
 * @method QueryVideoQualityJob queryVideoQualityJob(array $options = [])
65
 * @method QueryWaterMarkTemplateList queryWaterMarkTemplateList(array $options = [])
66
 * @method RegisterCustomFace registerCustomFace(array $options = [])
67
 * @method RegisterCustomView registerCustomView(array $options = [])
68
 * @method ReportFpShotJobResult reportFpShotJobResult(array $options = [])
69
 * @method SearchMediaWorkflow searchMediaWorkflow(array $options = [])
70
 * @method SearchPipeline searchPipeline(array $options = [])
71
 * @method SearchTemplate searchTemplate(array $options = [])
72
 * @method SearchWaterMarkTemplate searchWaterMarkTemplate(array $options = [])
73
 * @method SubmitAnalysisJob submitAnalysisJob(array $options = [])
74
 * @method SubmitFpDBDeleteJob submitFpDBDeleteJob(array $options = [])
75
 * @method SubmitFpFileDeleteJob submitFpFileDeleteJob(array $options = [])
76
 * @method SubmitFpShotJob submitFpShotJob(array $options = [])
77
 * @method SubmitIProductionJob submitIProductionJob(array $options = [])
78
 * @method SubmitJobs submitJobs(array $options = [])
79
 * @method SubmitMediaCensorJob submitMediaCensorJob(array $options = [])
80
 * @method SubmitMediaInfoJob submitMediaInfoJob(array $options = [])
81
 * @method SubmitSmarttagJob submitSmarttagJob(array $options = [])
82
 * @method SubmitSnapshotJob submitSnapshotJob(array $options = [])
83
 * @method SubmitVideoQualityJob submitVideoQualityJob(array $options = [])
84
 * @method TagCustomPerson tagCustomPerson(array $options = [])
85
 * @method UnbindInputBucket unbindInputBucket(array $options = [])
86
 * @method UnbindOutputBucket unbindOutputBucket(array $options = [])
87
 * @method UnregisterCustomFace unregisterCustomFace(array $options = [])
88
 * @method UpdateMedia updateMedia(array $options = [])
89
 * @method UpdateMediaCategory updateMediaCategory(array $options = [])
90
 * @method UpdateMediaCover updateMediaCover(array $options = [])
91
 * @method UpdateMediaPublishState updateMediaPublishState(array $options = [])
92
 * @method UpdateMediaWorkflow updateMediaWorkflow(array $options = [])
93
 * @method UpdateMediaWorkflowTriggerMode updateMediaWorkflowTriggerMode(array $options = [])
94
 * @method UpdatePipeline updatePipeline(array $options = [])
95
 * @method UpdateSmarttagTemplate updateSmarttagTemplate(array $options = [])
96
 * @method UpdateTemplate updateTemplate(array $options = [])
97
 * @method UpdateWaterMarkTemplate updateWaterMarkTemplate(array $options = [])
98
 */
99
class MtsApiResolver extends ApiResolver
100
{
101
}
102
103
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
104
{
105
    /** @var string */
106
    public $product = 'Mts';
107
108
    /** @var string */
109
    public $version = '2014-06-18';
110
111
    /** @var string */
112
    public $method = 'POST';
113
114
    /** @var string */
115
    public $serviceCode = 'mts';
116
}
117
118
/**
119
 * @method string getResourceOwnerId()
120
 * @method $this withResourceOwnerId($value)
121
 * @method string getResourceOwnerAccount()
122
 * @method $this withResourceOwnerAccount($value)
123
 * @method string getOwnerAccount()
124
 * @method $this withOwnerAccount($value)
125
 * @method string getOwnerId()
126
 * @method $this withOwnerId($value)
127
 * @method string getMediaWorkflowId()
128
 * @method $this withMediaWorkflowId($value)
129
 */
130
class ActivateMediaWorkflow extends Rpc
131
{
132
}
133
134
/**
135
 * @method string getResourceOwnerId()
136
 * @method $this withResourceOwnerId($value)
137
 * @method string getDescription()
138
 * @method $this withDescription($value)
139
 * @method string getTitle()
140
 * @method $this withTitle($value)
141
 * @method string getInputUnbind()
142
 * @method $this withInputUnbind($value)
143
 * @method string getCoverURL()
144
 * @method $this withCoverURL($value)
145
 * @method string getCateId()
146
 * @method $this withCateId($value)
147
 * @method string getMediaWorkflowId()
148
 * @method $this withMediaWorkflowId($value)
149
 * @method string getMediaWorkflowUserData()
150
 * @method $this withMediaWorkflowUserData($value)
151
 * @method string getResourceOwnerAccount()
152
 * @method $this withResourceOwnerAccount($value)
153
 * @method string getOwnerAccount()
154
 * @method $this withOwnerAccount($value)
155
 * @method string getOverrideParams()
156
 * @method $this withOverrideParams($value)
157
 * @method string getOwnerId()
158
 * @method $this withOwnerId($value)
159
 * @method string getTags()
160
 * @method $this withTags($value)
161
 * @method string getFileURL()
162
 * @method $this withFileURL($value)
163
 */
164
class AddMedia extends Rpc
165
{
166
}
167
168
/**
169
 * @method string getResourceOwnerId()
170
 * @method $this withResourceOwnerId($value)
171
 * @method string getTag()
172
 * @method $this withTag($value)
173
 * @method string getResourceOwnerAccount()
174
 * @method $this withResourceOwnerAccount($value)
175
 * @method string getOwnerAccount()
176
 * @method $this withOwnerAccount($value)
177
 * @method string getOwnerId()
178
 * @method $this withOwnerId($value)
179
 * @method string getMediaId()
180
 * @method $this withMediaId($value)
181
 */
182
class AddMediaTag extends Rpc
183
{
184
}
185
186
/**
187
 * @method string getResourceOwnerId()
188
 * @method $this withResourceOwnerId($value)
189
 * @method string getResourceOwnerAccount()
190
 * @method $this withResourceOwnerAccount($value)
191
 * @method string getTopology()
192
 * @method $this withTopology($value)
193
 * @method string getOwnerAccount()
194
 * @method $this withOwnerAccount($value)
195
 * @method string getOwnerId()
196
 * @method $this withOwnerId($value)
197
 * @method string getTriggerMode()
198
 * @method $this withTriggerMode($value)
199
 * @method string getName()
200
 * @method $this withName($value)
201
 */
202
class AddMediaWorkflow extends Rpc
203
{
204
}
205
206
/**
207
 * @method string getResourceOwnerId()
208
 * @method $this withResourceOwnerId($value)
209
 * @method string getRole()
210
 * @method $this withRole($value)
211
 * @method string getSpeed()
212
 * @method $this withSpeed($value)
213
 * @method string getResourceOwnerAccount()
214
 * @method $this withResourceOwnerAccount($value)
215
 * @method string getOwnerAccount()
216
 * @method $this withOwnerAccount($value)
217
 * @method string getNotifyConfig()
218
 * @method $this withNotifyConfig($value)
219
 * @method string getOwnerId()
220
 * @method $this withOwnerId($value)
221
 * @method string getName()
222
 * @method $this withName($value)
223
 * @method string getSpeedLevel()
224
 * @method $this withSpeedLevel($value)
225
 */
226
class AddPipeline extends Rpc
227
{
228
}
229
230
/**
231
 * @method string getResourceOwnerId()
232
 * @method $this withResourceOwnerId($value)
233
 * @method string getKnowledgeConfig()
234
 * @method $this withKnowledgeConfig($value)
235
 * @method string getIndustry()
236
 * @method $this withIndustry($value)
237
 * @method string getLabelVersion()
238
 * @method $this withLabelVersion($value)
239
 * @method string getScene()
240
 * @method $this withScene($value)
241
 * @method string getFaceCustomParamsConfig()
242
 * @method $this withFaceCustomParamsConfig($value)
243
 * @method string getTemplateName()
244
 * @method $this withTemplateName($value)
245
 * @method string getIsDefault()
246
 * @method $this withIsDefault($value)
247
 * @method string getFaceCategoryIds()
248
 * @method $this withFaceCategoryIds($value)
249
 * @method string getKeywordConfig()
250
 * @method $this withKeywordConfig($value)
251
 * @method string getLandmarkGroupIds()
252
 * @method $this withLandmarkGroupIds($value)
253
 * @method string getResourceOwnerAccount()
254
 * @method $this withResourceOwnerAccount($value)
255
 * @method string getOwnerAccount()
256
 * @method $this withOwnerAccount($value)
257
 * @method string getObjectGroupIds()
258
 * @method $this withObjectGroupIds($value)
259
 * @method string getOwnerId()
260
 * @method $this withOwnerId($value)
261
 * @method string getAnalyseTypes()
262
 * @method $this withAnalyseTypes($value)
263
 * @method string getLabelType()
264
 * @method $this withLabelType($value)
265
 */
266
class AddSmarttagTemplate extends Rpc
267
{
268
}
269
270
/**
271
 * @method string getContainer()
272
 * @method $this withContainer($value)
273
 * @method string getResourceOwnerId()
274
 * @method $this withResourceOwnerId($value)
275
 * @method string getVideo()
276
 * @method $this withVideo($value)
277
 * @method string getTransConfig()
278
 * @method $this withTransConfig($value)
279
 * @method string getAudio()
280
 * @method $this withAudio($value)
281
 * @method string getResourceOwnerAccount()
282
 * @method $this withResourceOwnerAccount($value)
283
 * @method string getOwnerAccount()
284
 * @method $this withOwnerAccount($value)
285
 * @method string getMuxConfig()
286
 * @method $this withMuxConfig($value)
287
 * @method string getOwnerId()
288
 * @method $this withOwnerId($value)
289
 * @method string getName()
290
 * @method $this withName($value)
291
 */
292
class AddTemplate extends Rpc
293
{
294
}
295
296
/**
297
 * @method string getResourceOwnerId()
298
 * @method $this withResourceOwnerId($value)
299
 * @method string getResourceOwnerAccount()
300
 * @method $this withResourceOwnerAccount($value)
301
 * @method string getOwnerAccount()
302
 * @method $this withOwnerAccount($value)
303
 * @method string getOwnerId()
304
 * @method $this withOwnerId($value)
305
 * @method string getName()
306
 * @method $this withName($value)
307
 * @method string getConfig()
308
 * @method $this withConfig($value)
309
 */
310
class AddWaterMarkTemplate extends Rpc
311
{
312
}
313
314
/**
315
 * @method string getReferer()
316
 * @method $this withReferer($value)
317
 * @method string getResourceOwnerId()
318
 * @method $this withResourceOwnerId($value)
319
 * @method string getDepositorCredentials()
320
 * @method $this withDepositorCredentials($value)
321
 * @method string getResourceOwnerAccount()
322
 * @method $this withResourceOwnerAccount($value)
323
 * @method string getOwnerAccount()
324
 * @method $this withOwnerAccount($value)
325
 * @method string getOwnerId()
326
 * @method $this withOwnerId($value)
327
 * @method string getBucket()
328
 * @method $this withBucket($value)
329
 * @method string getRoleArn()
330
 * @method $this withRoleArn($value)
331
 */
332
class BindInputBucket extends Rpc
333
{
334
}
335
336
/**
337
 * @method string getResourceOwnerId()
338
 * @method $this withResourceOwnerId($value)
339
 * @method string getDepositorCredentials()
340
 * @method $this withDepositorCredentials($value)
341
 * @method string getResourceOwnerAccount()
342
 * @method $this withResourceOwnerAccount($value)
343
 * @method string getOwnerAccount()
344
 * @method $this withOwnerAccount($value)
345
 * @method string getOwnerId()
346
 * @method $this withOwnerId($value)
347
 * @method string getBucket()
348
 * @method $this withBucket($value)
349
 * @method string getRoleArn()
350
 * @method $this withRoleArn($value)
351
 */
352
class BindOutputBucket extends Rpc
353
{
354
}
355
356
/**
357
 * @method string getResourceOwnerId()
358
 * @method $this withResourceOwnerId($value)
359
 * @method string getResourceOwnerAccount()
360
 * @method $this withResourceOwnerAccount($value)
361
 * @method string getOwnerAccount()
362
 * @method $this withOwnerAccount($value)
363
 * @method string getOwnerId()
364
 * @method $this withOwnerId($value)
365
 * @method string getJobId()
366
 * @method $this withJobId($value)
367
 */
368
class CancelJob extends Rpc
369
{
370
}
371
372
/**
373
 * @method string getResourceOwnerId()
374
 * @method $this withResourceOwnerId($value)
375
 * @method string getAlgorithm()
376
 * @method $this withAlgorithm($value)
377
 * @method string getCustomGroupId()
378
 * @method $this withCustomGroupId($value)
379
 * @method string getCustomEntityName()
380
 * @method $this withCustomEntityName($value)
381
 * @method string getResourceOwnerAccount()
382
 * @method $this withResourceOwnerAccount($value)
383
 * @method string getOwnerAccount()
384
 * @method $this withOwnerAccount($value)
385
 * @method string getOwnerId()
386
 * @method $this withOwnerId($value)
387
 * @method string getCustomEntityInfo()
388
 * @method $this withCustomEntityInfo($value)
389
 */
390
class CreateCustomEntity extends Rpc
391
{
392
}
393
394
/**
395
 * @method string getResourceOwnerId()
396
 * @method $this withResourceOwnerId($value)
397
 * @method string getCustomGroupName()
398
 * @method $this withCustomGroupName($value)
399
 * @method string getAlgorithm()
400
 * @method $this withAlgorithm($value)
401
 * @method string getResourceOwnerAccount()
402
 * @method $this withResourceOwnerAccount($value)
403
 * @method string getOwnerAccount()
404
 * @method $this withOwnerAccount($value)
405
 * @method string getOwnerId()
406
 * @method $this withOwnerId($value)
407
 * @method string getCustomGroupDescription()
408
 * @method $this withCustomGroupDescription($value)
409
 */
410
class CreateCustomGroup extends Rpc
411
{
412
}
413
414
/**
415
 * @method string getResourceOwnerId()
416
 * @method $this withResourceOwnerId($value)
417
 * @method string getDescription()
418
 * @method $this withDescription($value)
419
 * @method string getResourceOwnerAccount()
420
 * @method $this withResourceOwnerAccount($value)
421
 * @method string getModelId()
422
 * @method $this withModelId($value)
423
 * @method string getOwnerAccount()
424
 * @method $this withOwnerAccount($value)
425
 * @method string getOwnerId()
426
 * @method $this withOwnerId($value)
427
 * @method string getInstanceId()
428
 * @method $this withInstanceId($value)
429
 * @method string getName()
430
 * @method $this withName($value)
431
 * @method string getConfig()
432
 * @method $this withConfig($value)
433
 */
434
class CreateFpShotDB extends Rpc
435
{
436
}
437
438
/**
439
 * @method string getResourceOwnerId()
440
 * @method $this withResourceOwnerId($value)
441
 * @method string getResourceOwnerAccount()
442
 * @method $this withResourceOwnerAccount($value)
443
 * @method string getOwnerAccount()
444
 * @method $this withOwnerAccount($value)
445
 * @method string getOwnerId()
446
 * @method $this withOwnerId($value)
447
 * @method string getMediaWorkflowId()
448
 * @method $this withMediaWorkflowId($value)
449
 */
450
class DeactivateMediaWorkflow extends Rpc
451
{
452
}
453
454
/**
455
 * @method string getResourceOwnerId()
456
 * @method $this withResourceOwnerId($value)
457
 * @method string getAlgorithm()
458
 * @method $this withAlgorithm($value)
459
 * @method string getCustomGroupId()
460
 * @method $this withCustomGroupId($value)
461
 * @method string getResourceOwnerAccount()
462
 * @method $this withResourceOwnerAccount($value)
463
 * @method string getOwnerAccount()
464
 * @method $this withOwnerAccount($value)
465
 * @method string getCustomEntityId()
466
 * @method $this withCustomEntityId($value)
467
 * @method string getOwnerId()
468
 * @method $this withOwnerId($value)
469
 */
470
class DeleteCustomEntity extends Rpc
471
{
472
}
473
474
/**
475
 * @method string getResourceOwnerId()
476
 * @method $this withResourceOwnerId($value)
477
 * @method string getAlgorithm()
478
 * @method $this withAlgorithm($value)
479
 * @method string getCustomGroupId()
480
 * @method $this withCustomGroupId($value)
481
 * @method string getResourceOwnerAccount()
482
 * @method $this withResourceOwnerAccount($value)
483
 * @method string getOwnerAccount()
484
 * @method $this withOwnerAccount($value)
485
 * @method string getOwnerId()
486
 * @method $this withOwnerId($value)
487
 */
488
class DeleteCustomGroup extends Rpc
489
{
490
}
491
492
/**
493
 * @method string getResourceOwnerId()
494
 * @method $this withResourceOwnerId($value)
495
 * @method string getCustomViewId()
496
 * @method $this withCustomViewId($value)
497
 * @method string getAlgorithm()
498
 * @method $this withAlgorithm($value)
499
 * @method string getCustomGroupId()
500
 * @method $this withCustomGroupId($value)
501
 * @method string getResourceOwnerAccount()
502
 * @method $this withResourceOwnerAccount($value)
503
 * @method string getOwnerAccount()
504
 * @method $this withOwnerAccount($value)
505
 * @method string getCustomEntityId()
506
 * @method $this withCustomEntityId($value)
507
 * @method string getOwnerId()
508
 * @method $this withOwnerId($value)
509
 */
510
class DeleteCustomView extends Rpc
511
{
512
}
513
514
/**
515
 * @method string getResourceOwnerId()
516
 * @method $this withResourceOwnerId($value)
517
 * @method string getResourceOwnerAccount()
518
 * @method $this withResourceOwnerAccount($value)
519
 * @method string getOwnerAccount()
520
 * @method $this withOwnerAccount($value)
521
 * @method string getOwnerId()
522
 * @method $this withOwnerId($value)
523
 * @method string getMediaIds()
524
 * @method $this withMediaIds($value)
525
 */
526
class DeleteMedia extends Rpc
527
{
528
}
529
530
/**
531
 * @method string getResourceOwnerId()
532
 * @method $this withResourceOwnerId($value)
533
 * @method string getTag()
534
 * @method $this withTag($value)
535
 * @method string getResourceOwnerAccount()
536
 * @method $this withResourceOwnerAccount($value)
537
 * @method string getOwnerAccount()
538
 * @method $this withOwnerAccount($value)
539
 * @method string getOwnerId()
540
 * @method $this withOwnerId($value)
541
 * @method string getMediaId()
542
 * @method $this withMediaId($value)
543
 */
544
class DeleteMediaTag extends Rpc
545
{
546
}
547
548
/**
549
 * @method string getResourceOwnerId()
550
 * @method $this withResourceOwnerId($value)
551
 * @method string getResourceOwnerAccount()
552
 * @method $this withResourceOwnerAccount($value)
553
 * @method string getOwnerAccount()
554
 * @method $this withOwnerAccount($value)
555
 * @method string getOwnerId()
556
 * @method $this withOwnerId($value)
557
 * @method string getMediaWorkflowId()
558
 * @method $this withMediaWorkflowId($value)
559
 */
560
class DeleteMediaWorkflow extends Rpc
561
{
562
}
563
564
/**
565
 * @method string getResourceOwnerId()
566
 * @method $this withResourceOwnerId($value)
567
 * @method string getResourceOwnerAccount()
568
 * @method $this withResourceOwnerAccount($value)
569
 * @method string getOwnerAccount()
570
 * @method $this withOwnerAccount($value)
571
 * @method string getOwnerId()
572
 * @method $this withOwnerId($value)
573
 * @method string getPipelineId()
574
 * @method $this withPipelineId($value)
575
 */
576
class DeletePipeline extends Rpc
577
{
578
}
579
580
/**
581
 * @method string getResourceOwnerId()
582
 * @method $this withResourceOwnerId($value)
583
 * @method string getResourceOwnerAccount()
584
 * @method $this withResourceOwnerAccount($value)
585
 * @method string getOwnerAccount()
586
 * @method $this withOwnerAccount($value)
587
 * @method string getOwnerId()
588
 * @method $this withOwnerId($value)
589
 * @method string getTemplateId()
590
 * @method $this withTemplateId($value)
591
 */
592
class DeleteSmarttagTemplate extends Rpc
593
{
594
}
595
596
/**
597
 * @method string getResourceOwnerId()
598
 * @method $this withResourceOwnerId($value)
599
 * @method string getResourceOwnerAccount()
600
 * @method $this withResourceOwnerAccount($value)
601
 * @method string getOwnerAccount()
602
 * @method $this withOwnerAccount($value)
603
 * @method string getOwnerId()
604
 * @method $this withOwnerId($value)
605
 * @method string getTemplateId()
606
 * @method $this withTemplateId($value)
607
 */
608
class DeleteTemplate extends Rpc
609
{
610
}
611
612
/**
613
 * @method string getResourceOwnerId()
614
 * @method $this withResourceOwnerId($value)
615
 * @method string getResourceOwnerAccount()
616
 * @method $this withResourceOwnerAccount($value)
617
 * @method string getOwnerAccount()
618
 * @method $this withOwnerAccount($value)
619
 * @method string getOwnerId()
620
 * @method $this withOwnerId($value)
621
 * @method string getWaterMarkTemplateId()
622
 * @method $this withWaterMarkTemplateId($value)
623
 */
624
class DeleteWaterMarkTemplate extends Rpc
625
{
626
}
627
628
/**
629
 * @method string getResourceOwnerId()
630
 * @method $this withResourceOwnerId($value)
631
 * @method string getImages()
632
 * @method $this withImages($value)
633
 * @method string getResourceOwnerAccount()
634
 * @method $this withResourceOwnerAccount($value)
635
 * @method string getOwnerId()
636
 * @method $this withOwnerId($value)
637
 * @method string getBizType()
638
 * @method $this withBizType($value)
639
 * @method string getContents()
640
 * @method $this withContents($value)
641
 * @method string getScenes()
642
 * @method $this withScenes($value)
643
 */
644
class ImAudit extends Rpc
645
{
646
}
647
648
/**
649
 * @method string getResourceOwnerId()
650
 * @method $this withResourceOwnerId($value)
651
 * @method string getFpDBId()
652
 * @method $this withFpDBId($value)
653
 * @method string getUserData()
654
 * @method $this withUserData($value)
655
 * @method string getResourceOwnerAccount()
656
 * @method $this withResourceOwnerAccount($value)
657
 * @method string getFpImportConfig()
658
 * @method $this withFpImportConfig($value)
659
 * @method string getOwnerAccount()
660
 * @method $this withOwnerAccount($value)
661
 * @method string getOwnerId()
662
 * @method $this withOwnerId($value)
663
 * @method string getPipelineId()
664
 * @method $this withPipelineId($value)
665
 * @method string getInput()
666
 * @method $this withInput($value)
667
 */
668
class ImportFpShotJob extends Rpc
669
{
670
}
671
672
/**
673
 * @method string getResourceOwnerId()
674
 * @method $this withResourceOwnerId($value)
675
 * @method string getNextPageToken()
676
 * @method $this withNextPageToken($value)
677
 * @method string getResourceOwnerAccount()
678
 * @method $this withResourceOwnerAccount($value)
679
 * @method string getOwnerAccount()
680
 * @method $this withOwnerAccount($value)
681
 * @method string getMaximumPageSize()
682
 * @method $this withMaximumPageSize($value)
683
 * @method string getOwnerId()
684
 * @method $this withOwnerId($value)
685
 */
686
class ListAllMediaBucket extends Rpc
687
{
688
}
689
690
/**
691
 * @method string getResourceOwnerId()
692
 * @method $this withResourceOwnerId($value)
693
 * @method string getPageNumber()
694
 * @method $this withPageNumber($value)
695
 * @method string getPageSize()
696
 * @method $this withPageSize($value)
697
 * @method string getAlgorithm()
698
 * @method $this withAlgorithm($value)
699
 * @method string getCustomGroupId()
700
 * @method $this withCustomGroupId($value)
701
 * @method string getResourceOwnerAccount()
702
 * @method $this withResourceOwnerAccount($value)
703
 * @method string getOwnerAccount()
704
 * @method $this withOwnerAccount($value)
705
 * @method string getOwnerId()
706
 * @method $this withOwnerId($value)
707
 */
708
class ListCustomEntities extends Rpc
709
{
710
}
711
712
/**
713
 * @method string getResourceOwnerId()
714
 * @method $this withResourceOwnerId($value)
715
 * @method string getPageNumber()
716
 * @method $this withPageNumber($value)
717
 * @method string getPageSize()
718
 * @method $this withPageSize($value)
719
 * @method string getAlgorithm()
720
 * @method $this withAlgorithm($value)
721
 * @method string getResourceOwnerAccount()
722
 * @method $this withResourceOwnerAccount($value)
723
 * @method string getOwnerAccount()
724
 * @method $this withOwnerAccount($value)
725
 * @method string getOwnerId()
726
 * @method $this withOwnerId($value)
727
 */
728
class ListCustomGroups extends Rpc
729
{
730
}
731
732
/**
733
 * @method string getResourceOwnerId()
734
 * @method $this withResourceOwnerId($value)
735
 * @method string getPersonId()
736
 * @method $this withPersonId($value)
737
 * @method string getCategoryId()
738
 * @method $this withCategoryId($value)
739
 * @method string getResourceOwnerAccount()
740
 * @method $this withResourceOwnerAccount($value)
741
 * @method string getOwnerAccount()
742
 * @method $this withOwnerAccount($value)
743
 * @method string getOwnerId()
744
 * @method $this withOwnerId($value)
745
 */
746
class ListCustomPersons extends Rpc
747
{
748
}
749
750
/**
751
 * @method string getResourceOwnerId()
752
 * @method $this withResourceOwnerId($value)
753
 * @method string getPageNumber()
754
 * @method $this withPageNumber($value)
755
 * @method string getPageSize()
756
 * @method $this withPageSize($value)
757
 * @method string getAlgorithm()
758
 * @method $this withAlgorithm($value)
759
 * @method string getCustomGroupId()
760
 * @method $this withCustomGroupId($value)
761
 * @method string getResourceOwnerAccount()
762
 * @method $this withResourceOwnerAccount($value)
763
 * @method string getOwnerAccount()
764
 * @method $this withOwnerAccount($value)
765
 * @method string getCustomEntityId()
766
 * @method $this withCustomEntityId($value)
767
 * @method string getOwnerId()
768
 * @method $this withOwnerId($value)
769
 */
770
class ListCustomViews extends Rpc
771
{
772
}
773
774
/**
775
 * @method string getResourceOwnerId()
776
 * @method $this withResourceOwnerId($value)
777
 * @method string getResourceOwnerAccount()
778
 * @method $this withResourceOwnerAccount($value)
779
 * @method string getOwnerAccount()
780
 * @method $this withOwnerAccount($value)
781
 * @method string getOwnerId()
782
 * @method $this withOwnerId($value)
783
 * @method string getFpDBIds()
784
 * @method $this withFpDBIds($value)
785
 */
786
class ListFpShotDB extends Rpc
787
{
788
}
789
790
/**
791
 * @method string getResourceOwnerId()
792
 * @method $this withResourceOwnerId($value)
793
 * @method string getFpDBId()
794
 * @method $this withFpDBId($value)
795
 * @method string getNextPageToken()
796
 * @method $this withNextPageToken($value)
797
 * @method string getPageSize()
798
 * @method $this withPageSize($value)
799
 * @method string getResourceOwnerAccount()
800
 * @method $this withResourceOwnerAccount($value)
801
 * @method string getOwnerAccount()
802
 * @method $this withOwnerAccount($value)
803
 * @method string getOwnerId()
804
 * @method $this withOwnerId($value)
805
 */
806
class ListFpShotFiles extends Rpc
807
{
808
}
809
810
/**
811
 * @method string getResourceOwnerId()
812
 * @method $this withResourceOwnerId($value)
813
 * @method string getResourceOwnerAccount()
814
 * @method $this withResourceOwnerAccount($value)
815
 * @method string getOwnerAccount()
816
 * @method $this withOwnerAccount($value)
817
 * @method string getOwnerId()
818
 * @method $this withOwnerId($value)
819
 * @method string getJobIds()
820
 * @method $this withJobIds($value)
821
 */
822
class ListFpShotImportJob extends Rpc
823
{
824
}
825
826
/**
827
 * @method string getResourceOwnerId()
828
 * @method $this withResourceOwnerId($value)
829
 * @method string getNextPageToken()
830
 * @method $this withNextPageToken($value)
831
 * @method string getStartOfJobCreatedTimeRange()
832
 * @method $this withStartOfJobCreatedTimeRange($value)
833
 * @method string getState()
834
 * @method $this withState($value)
835
 * @method string getEndOfJobCreatedTimeRange()
836
 * @method $this withEndOfJobCreatedTimeRange($value)
837
 * @method string getResourceOwnerAccount()
838
 * @method $this withResourceOwnerAccount($value)
839
 * @method string getOwnerAccount()
840
 * @method $this withOwnerAccount($value)
841
 * @method string getMaximumPageSize()
842
 * @method $this withMaximumPageSize($value)
843
 * @method string getOwnerId()
844
 * @method $this withOwnerId($value)
845
 * @method string getPipelineId()
846
 * @method $this withPipelineId($value)
847
 */
848
class ListJob extends Rpc
849
{
850
}
851
852
/**
853
 * @method string getResourceOwnerId()
854
 * @method $this withResourceOwnerId($value)
855
 * @method string getNextPageToken()
856
 * @method $this withNextPageToken($value)
857
 * @method string getMediaWorkflowId()
858
 * @method $this withMediaWorkflowId($value)
859
 * @method string getResourceOwnerAccount()
860
 * @method $this withResourceOwnerAccount($value)
861
 * @method string getOwnerAccount()
862
 * @method $this withOwnerAccount($value)
863
 * @method string getMaximumPageSize()
864
 * @method $this withMaximumPageSize($value)
865
 * @method string getOwnerId()
866
 * @method $this withOwnerId($value)
867
 * @method string getMediaWorkflowName()
868
 * @method $this withMediaWorkflowName($value)
869
 * @method string getInputFileURL()
870
 * @method $this withInputFileURL($value)
871
 */
872
class ListMediaWorkflowExecutions extends Rpc
873
{
874
}
875
876
/**
877
 * @method string getResourceOwnerId()
878
 * @method $this withResourceOwnerId($value)
879
 * @method string getResourceOwnerAccount()
880
 * @method $this withResourceOwnerAccount($value)
881
 * @method string getOwnerAccount()
882
 * @method $this withOwnerAccount($value)
883
 * @method string getOwnerId()
884
 * @method $this withOwnerId($value)
885
 * @method string getAnalysisJobIds()
886
 * @method $this withAnalysisJobIds($value)
887
 */
888
class QueryAnalysisJobList extends Rpc
889
{
890
}
891
892
/**
893
 * @method string getResourceOwnerId()
894
 * @method $this withResourceOwnerId($value)
895
 * @method string getResourceOwnerAccount()
896
 * @method $this withResourceOwnerAccount($value)
897
 * @method string getOwnerAccount()
898
 * @method $this withOwnerAccount($value)
899
 * @method string getOwnerId()
900
 * @method $this withOwnerId($value)
901
 * @method string getJobIds()
902
 * @method $this withJobIds($value)
903
 */
904
class QueryEditingJobList extends Rpc
905
{
906
}
907
908
/**
909
 * @method string getResourceOwnerId()
910
 * @method $this withResourceOwnerId($value)
911
 * @method string getResourceOwnerAccount()
912
 * @method $this withResourceOwnerAccount($value)
913
 * @method string getOwnerAccount()
914
 * @method $this withOwnerAccount($value)
915
 * @method string getOwnerId()
916
 * @method $this withOwnerId($value)
917
 * @method string getJobIds()
918
 * @method $this withJobIds($value)
919
 */
920
class QueryFpDBDeleteJobList extends Rpc
921
{
922
}
923
924
/**
925
 * @method string getResourceOwnerId()
926
 * @method $this withResourceOwnerId($value)
927
 * @method string getResourceOwnerAccount()
928
 * @method $this withResourceOwnerAccount($value)
929
 * @method string getOwnerAccount()
930
 * @method $this withOwnerAccount($value)
931
 * @method string getOwnerId()
932
 * @method $this withOwnerId($value)
933
 * @method string getJobIds()
934
 * @method $this withJobIds($value)
935
 */
936
class QueryFpFileDeleteJobList extends Rpc
937
{
938
}
939
940
/**
941
 * @method string getResourceOwnerId()
942
 * @method $this withResourceOwnerId($value)
943
 * @method string getNextPageToken()
944
 * @method $this withNextPageToken($value)
945
 * @method string getStartOfJobCreatedTimeRange()
946
 * @method $this withStartOfJobCreatedTimeRange($value)
947
 * @method string getUserData()
948
 * @method $this withUserData($value)
949
 * @method string getState()
950
 * @method $this withState($value)
951
 * @method string getEndOfJobCreatedTimeRange()
952
 * @method $this withEndOfJobCreatedTimeRange($value)
953
 * @method string getResourceOwnerAccount()
954
 * @method $this withResourceOwnerAccount($value)
955
 * @method string getOwnerAccount()
956
 * @method $this withOwnerAccount($value)
957
 * @method string getMaximumPageSize()
958
 * @method $this withMaximumPageSize($value)
959
 * @method string getOwnerId()
960
 * @method $this withOwnerId($value)
961
 * @method string getPipelineId()
962
 * @method $this withPipelineId($value)
963
 * @method string getPrimaryKeyList()
964
 * @method $this withPrimaryKeyList($value)
965
 * @method string getJobIds()
966
 * @method $this withJobIds($value)
967
 */
968
class QueryFpShotJobList extends Rpc
969
{
970
}
971
972
/**
973
 * @method string getResourceOwnerId()
974
 * @method $this withResourceOwnerId($value)
975
 * @method string getResourceOwnerAccount()
976
 * @method $this withResourceOwnerAccount($value)
977
 * @method string getOwnerAccount()
978
 * @method $this withOwnerAccount($value)
979
 * @method string getOwnerId()
980
 * @method $this withOwnerId($value)
981
 * @method string getJobId()
982
 * @method $this withJobId($value)
983
 */
984
class QueryIProductionJob extends Rpc
985
{
986
}
987
988
/**
989
 * @method string getResourceOwnerId()
990
 * @method $this withResourceOwnerId($value)
991
 * @method string getResourceOwnerAccount()
992
 * @method $this withResourceOwnerAccount($value)
993
 * @method string getOwnerAccount()
994
 * @method $this withOwnerAccount($value)
995
 * @method string getOwnerId()
996
 * @method $this withOwnerId($value)
997
 * @method string getJobIds()
998
 * @method $this withJobIds($value)
999
 */
1000
class QueryJobList extends Rpc
1001
{
1002
}
1003
1004
/**
1005
 * @method string getResourceOwnerId()
1006
 * @method $this withResourceOwnerId($value)
1007
 * @method string getNextPageToken()
1008
 * @method $this withNextPageToken($value)
1009
 * @method string getJobId()
1010
 * @method $this withJobId($value)
1011
 * @method string getResourceOwnerAccount()
1012
 * @method $this withResourceOwnerAccount($value)
1013
 * @method string getOwnerAccount()
1014
 * @method $this withOwnerAccount($value)
1015
 * @method string getMaximumPageSize()
1016
 * @method $this withMaximumPageSize($value)
1017
 * @method string getOwnerId()
1018
 * @method $this withOwnerId($value)
1019
 */
1020
class QueryMediaCensorJobDetail extends Rpc
1021
{
1022
}
1023
1024
/**
1025
 * @method string getResourceOwnerId()
1026
 * @method $this withResourceOwnerId($value)
1027
 * @method string getNextPageToken()
1028
 * @method $this withNextPageToken($value)
1029
 * @method string getStartOfJobCreatedTimeRange()
1030
 * @method $this withStartOfJobCreatedTimeRange($value)
1031
 * @method string getJobId()
1032
 * @method $this withJobId($value)
1033
 * @method string getState()
1034
 * @method $this withState($value)
1035
 * @method string getEndOfJobCreatedTimeRange()
1036
 * @method $this withEndOfJobCreatedTimeRange($value)
1037
 * @method string getResourceOwnerAccount()
1038
 * @method $this withResourceOwnerAccount($value)
1039
 * @method string getOwnerAccount()
1040
 * @method $this withOwnerAccount($value)
1041
 * @method string getMaximumPageSize()
1042
 * @method $this withMaximumPageSize($value)
1043
 * @method string getOwnerId()
1044
 * @method $this withOwnerId($value)
1045
 * @method string getPipelineId()
1046
 * @method $this withPipelineId($value)
1047
 */
1048
class QueryMediaCensorJobList extends Rpc
1049
{
1050
}
1051
1052
/**
1053
 * @method string getResourceOwnerId()
1054
 * @method $this withResourceOwnerId($value)
1055
 * @method string getResourceOwnerAccount()
1056
 * @method $this withResourceOwnerAccount($value)
1057
 * @method string getOwnerAccount()
1058
 * @method $this withOwnerAccount($value)
1059
 * @method string getOwnerId()
1060
 * @method $this withOwnerId($value)
1061
 * @method string getMediaInfoJobIds()
1062
 * @method $this withMediaInfoJobIds($value)
1063
 */
1064
class QueryMediaInfoJobList extends Rpc
1065
{
1066
}
1067
1068
/**
1069
 * @method string getResourceOwnerId()
1070
 * @method $this withResourceOwnerId($value)
1071
 * @method string getIncludeSummaryList()
1072
 * @method $this withIncludeSummaryList($value)
1073
 * @method string getMediaIds()
1074
 * @method $this withMediaIds($value)
1075
 * @method string getIncludePlayList()
1076
 * @method $this withIncludePlayList($value)
1077
 * @method string getResourceOwnerAccount()
1078
 * @method $this withResourceOwnerAccount($value)
1079
 * @method string getIncludeSnapshotList()
1080
 * @method $this withIncludeSnapshotList($value)
1081
 * @method string getOwnerAccount()
1082
 * @method $this withOwnerAccount($value)
1083
 * @method string getOwnerId()
1084
 * @method $this withOwnerId($value)
1085
 * @method string getIncludeMediaInfo()
1086
 * @method $this withIncludeMediaInfo($value)
1087
 */
1088
class QueryMediaList extends Rpc
1089
{
1090
}
1091
1092
/**
1093
 * @method string getResourceOwnerId()
1094
 * @method $this withResourceOwnerId($value)
1095
 * @method string getIncludeSummaryList()
1096
 * @method $this withIncludeSummaryList($value)
1097
 * @method string getFileURLs()
1098
 * @method $this withFileURLs($value)
1099
 * @method string getIncludePlayList()
1100
 * @method $this withIncludePlayList($value)
1101
 * @method string getResourceOwnerAccount()
1102
 * @method $this withResourceOwnerAccount($value)
1103
 * @method string getIncludeSnapshotList()
1104
 * @method $this withIncludeSnapshotList($value)
1105
 * @method string getOwnerAccount()
1106
 * @method $this withOwnerAccount($value)
1107
 * @method string getOwnerId()
1108
 * @method $this withOwnerId($value)
1109
 * @method string getIncludeMediaInfo()
1110
 * @method $this withIncludeMediaInfo($value)
1111
 */
1112
class QueryMediaListByURL extends Rpc
1113
{
1114
}
1115
1116
/**
1117
 * @method string getRunIds()
1118
 * @method $this withRunIds($value)
1119
 * @method string getResourceOwnerId()
1120
 * @method $this withResourceOwnerId($value)
1121
 * @method string getResourceOwnerAccount()
1122
 * @method $this withResourceOwnerAccount($value)
1123
 * @method string getOwnerAccount()
1124
 * @method $this withOwnerAccount($value)
1125
 * @method string getOwnerId()
1126
 * @method $this withOwnerId($value)
1127
 */
1128
class QueryMediaWorkflowExecutionList extends Rpc
1129
{
1130
}
1131
1132
/**
1133
 * @method string getMediaWorkflowIds()
1134
 * @method $this withMediaWorkflowIds($value)
1135
 * @method string getResourceOwnerId()
1136
 * @method $this withResourceOwnerId($value)
1137
 * @method string getResourceOwnerAccount()
1138
 * @method $this withResourceOwnerAccount($value)
1139
 * @method string getOwnerAccount()
1140
 * @method $this withOwnerAccount($value)
1141
 * @method string getOwnerId()
1142
 * @method $this withOwnerId($value)
1143
 */
1144
class QueryMediaWorkflowList extends Rpc
1145
{
1146
}
1147
1148
/**
1149
 * @method string getResourceOwnerId()
1150
 * @method $this withResourceOwnerId($value)
1151
 * @method string getResourceOwnerAccount()
1152
 * @method $this withResourceOwnerAccount($value)
1153
 * @method string getOwnerAccount()
1154
 * @method $this withOwnerAccount($value)
1155
 * @method string getOwnerId()
1156
 * @method $this withOwnerId($value)
1157
 * @method string getPipelineIds()
1158
 * @method $this withPipelineIds($value)
1159
 */
1160
class QueryPipelineList extends Rpc
1161
{
1162
}
1163
1164
/**
1165
 * @method string getResourceOwnerId()
1166
 * @method $this withResourceOwnerId($value)
1167
 * @method string getJobId()
1168
 * @method $this withJobId($value)
1169
 * @method string getResourceOwnerAccount()
1170
 * @method $this withResourceOwnerAccount($value)
1171
 * @method string getOwnerAccount()
1172
 * @method $this withOwnerAccount($value)
1173
 * @method string getOwnerId()
1174
 * @method $this withOwnerId($value)
1175
 * @method string getParams()
1176
 * @method $this withParams($value)
1177
 */
1178
class QuerySmarttagJob extends Rpc
1179
{
1180
}
1181
1182
/**
1183
 * @method string getResourceOwnerId()
1184
 * @method $this withResourceOwnerId($value)
1185
 * @method string getResourceOwnerAccount()
1186
 * @method $this withResourceOwnerAccount($value)
1187
 * @method string getOwnerAccount()
1188
 * @method $this withOwnerAccount($value)
1189
 * @method string getOwnerId()
1190
 * @method $this withOwnerId($value)
1191
 * @method string getTemplateId()
1192
 * @method $this withTemplateId($value)
1193
 */
1194
class QuerySmarttagTemplateList extends Rpc
1195
{
1196
}
1197
1198
/**
1199
 * @method string getResourceOwnerId()
1200
 * @method $this withResourceOwnerId($value)
1201
 * @method string getNextPageToken()
1202
 * @method $this withNextPageToken($value)
1203
 * @method string getStartOfJobCreatedTimeRange()
1204
 * @method $this withStartOfJobCreatedTimeRange($value)
1205
 * @method string getState()
1206
 * @method $this withState($value)
1207
 * @method string getEndOfJobCreatedTimeRange()
1208
 * @method $this withEndOfJobCreatedTimeRange($value)
1209
 * @method string getResourceOwnerAccount()
1210
 * @method $this withResourceOwnerAccount($value)
1211
 * @method string getSnapshotJobIds()
1212
 * @method $this withSnapshotJobIds($value)
1213
 * @method string getOwnerAccount()
1214
 * @method $this withOwnerAccount($value)
1215
 * @method string getMaximumPageSize()
1216
 * @method $this withMaximumPageSize($value)
1217
 * @method string getOwnerId()
1218
 * @method $this withOwnerId($value)
1219
 * @method string getPipelineId()
1220
 * @method $this withPipelineId($value)
1221
 */
1222
class QuerySnapshotJobList extends Rpc
1223
{
1224
}
1225
1226
/**
1227
 * @method string getResourceOwnerId()
1228
 * @method $this withResourceOwnerId($value)
1229
 * @method string getTemplateIds()
1230
 * @method $this withTemplateIds($value)
1231
 * @method string getResourceOwnerAccount()
1232
 * @method $this withResourceOwnerAccount($value)
1233
 * @method string getOwnerAccount()
1234
 * @method $this withOwnerAccount($value)
1235
 * @method string getOwnerId()
1236
 * @method $this withOwnerId($value)
1237
 */
1238
class QueryTemplateList extends Rpc
1239
{
1240
}
1241
1242
/**
1243
 * @method string getUserId()
1244
 * @method $this withUserId($value)
1245
 * @method string getJobId()
1246
 * @method $this withJobId($value)
1247
 */
1248
class QueryVideoQualityJob extends Rpc
1249
{
1250
}
1251
1252
/**
1253
 * @method string getResourceOwnerId()
1254
 * @method $this withResourceOwnerId($value)
1255
 * @method string getResourceOwnerAccount()
1256
 * @method $this withResourceOwnerAccount($value)
1257
 * @method string getOwnerAccount()
1258
 * @method $this withOwnerAccount($value)
1259
 * @method string getOwnerId()
1260
 * @method $this withOwnerId($value)
1261
 * @method string getWaterMarkTemplateIds()
1262
 * @method $this withWaterMarkTemplateIds($value)
1263
 */
1264
class QueryWaterMarkTemplateList extends Rpc
1265
{
1266
}
1267
1268
/**
1269
 * @method string getResourceOwnerId()
1270
 * @method $this withResourceOwnerId($value)
1271
 * @method string getPersonId()
1272
 * @method $this withPersonId($value)
1273
 * @method string getCategoryId()
1274
 * @method $this withCategoryId($value)
1275
 * @method string getResourceOwnerAccount()
1276
 * @method $this withResourceOwnerAccount($value)
1277
 * @method string getOwnerAccount()
1278
 * @method $this withOwnerAccount($value)
1279
 * @method string getOwnerId()
1280
 * @method $this withOwnerId($value)
1281
 * @method string getImageUrl()
1282
 * @method $this withImageUrl($value)
1283
 */
1284
class RegisterCustomFace extends Rpc
1285
{
1286
}
1287
1288
/**
1289
 * @method string getResourceOwnerId()
1290
 * @method $this withResourceOwnerId($value)
1291
 * @method string getAlgorithm()
1292
 * @method $this withAlgorithm($value)
1293
 * @method string getCustomGroupId()
1294
 * @method $this withCustomGroupId($value)
1295
 * @method string getResourceOwnerAccount()
1296
 * @method $this withResourceOwnerAccount($value)
1297
 * @method string getOwnerAccount()
1298
 * @method $this withOwnerAccount($value)
1299
 * @method string getCustomEntityId()
1300
 * @method $this withCustomEntityId($value)
1301
 * @method string getOwnerId()
1302
 * @method $this withOwnerId($value)
1303
 * @method string getImageUrl()
1304
 * @method $this withImageUrl($value)
1305
 */
1306
class RegisterCustomView extends Rpc
1307
{
1308
}
1309
1310
/**
1311
 * @method string getResourceOwnerId()
1312
 * @method $this withResourceOwnerId($value)
1313
 * @method string getResult()
1314
 * @method $this withResult($value)
1315
 * @method string getJobId()
1316
 * @method $this withJobId($value)
1317
 * @method string getDetails()
1318
 * @method $this withDetails($value)
1319
 * @method string getResourceOwnerAccount()
1320
 * @method $this withResourceOwnerAccount($value)
1321
 * @method string getOwnerAccount()
1322
 * @method $this withOwnerAccount($value)
1323
 * @method string getOwnerId()
1324
 * @method $this withOwnerId($value)
1325
 */
1326
class ReportFpShotJobResult extends Rpc
1327
{
1328
}
1329
1330
/**
1331
 * @method string getResourceOwnerId()
1332
 * @method $this withResourceOwnerId($value)
1333
 * @method string getPageNumber()
1334
 * @method $this withPageNumber($value)
1335
 * @method string getPageSize()
1336
 * @method $this withPageSize($value)
1337
 * @method string getStateList()
1338
 * @method $this withStateList($value)
1339
 * @method string getResourceOwnerAccount()
1340
 * @method $this withResourceOwnerAccount($value)
1341
 * @method string getOwnerAccount()
1342
 * @method $this withOwnerAccount($value)
1343
 * @method string getOwnerId()
1344
 * @method $this withOwnerId($value)
1345
 */
1346
class SearchMediaWorkflow extends Rpc
1347
{
1348
}
1349
1350
/**
1351
 * @method string getResourceOwnerId()
1352
 * @method $this withResourceOwnerId($value)
1353
 * @method string getPageNumber()
1354
 * @method $this withPageNumber($value)
1355
 * @method string getPageSize()
1356
 * @method $this withPageSize($value)
1357
 * @method string getState()
1358
 * @method $this withState($value)
1359
 * @method string getResourceOwnerAccount()
1360
 * @method $this withResourceOwnerAccount($value)
1361
 * @method string getOwnerAccount()
1362
 * @method $this withOwnerAccount($value)
1363
 * @method string getOwnerId()
1364
 * @method $this withOwnerId($value)
1365
 */
1366
class SearchPipeline extends Rpc
1367
{
1368
}
1369
1370
/**
1371
 * @method string getResourceOwnerId()
1372
 * @method $this withResourceOwnerId($value)
1373
 * @method string getPageNumber()
1374
 * @method $this withPageNumber($value)
1375
 * @method string getPageSize()
1376
 * @method $this withPageSize($value)
1377
 * @method string getState()
1378
 * @method $this withState($value)
1379
 * @method string getResourceOwnerAccount()
1380
 * @method $this withResourceOwnerAccount($value)
1381
 * @method string getOwnerAccount()
1382
 * @method $this withOwnerAccount($value)
1383
 * @method string getOwnerId()
1384
 * @method $this withOwnerId($value)
1385
 */
1386
class SearchTemplate extends Rpc
1387
{
1388
}
1389
1390
/**
1391
 * @method string getResourceOwnerId()
1392
 * @method $this withResourceOwnerId($value)
1393
 * @method string getPageNumber()
1394
 * @method $this withPageNumber($value)
1395
 * @method string getPageSize()
1396
 * @method $this withPageSize($value)
1397
 * @method string getState()
1398
 * @method $this withState($value)
1399
 * @method string getResourceOwnerAccount()
1400
 * @method $this withResourceOwnerAccount($value)
1401
 * @method string getOwnerAccount()
1402
 * @method $this withOwnerAccount($value)
1403
 * @method string getOwnerId()
1404
 * @method $this withOwnerId($value)
1405
 */
1406
class SearchWaterMarkTemplate extends Rpc
1407
{
1408
}
1409
1410
/**
1411
 * @method string getResourceOwnerId()
1412
 * @method $this withResourceOwnerId($value)
1413
 * @method string getAnalysisConfig()
1414
 * @method $this withAnalysisConfig($value)
1415
 * @method string getUserData()
1416
 * @method $this withUserData($value)
1417
 * @method string getResourceOwnerAccount()
1418
 * @method $this withResourceOwnerAccount($value)
1419
 * @method string getOwnerAccount()
1420
 * @method $this withOwnerAccount($value)
1421
 * @method string getOwnerId()
1422
 * @method $this withOwnerId($value)
1423
 * @method string getPriority()
1424
 * @method $this withPriority($value)
1425
 * @method string getPipelineId()
1426
 * @method $this withPipelineId($value)
1427
 * @method string getInput()
1428
 * @method $this withInput($value)
1429
 */
1430
class SubmitAnalysisJob extends Rpc
1431
{
1432
}
1433
1434
/**
1435
 * @method string getResourceOwnerId()
1436
 * @method $this withResourceOwnerId($value)
1437
 * @method string getFpDBId()
1438
 * @method $this withFpDBId($value)
1439
 * @method string getUserData()
1440
 * @method $this withUserData($value)
1441
 * @method string getResourceOwnerAccount()
1442
 * @method $this withResourceOwnerAccount($value)
1443
 * @method string getOwnerAccount()
1444
 * @method $this withOwnerAccount($value)
1445
 * @method string getOwnerId()
1446
 * @method $this withOwnerId($value)
1447
 * @method string getPipelineId()
1448
 * @method $this withPipelineId($value)
1449
 * @method string getDelType()
1450
 * @method $this withDelType($value)
1451
 */
1452
class SubmitFpDBDeleteJob extends Rpc
1453
{
1454
}
1455
1456
/**
1457
 * @method string getResourceOwnerId()
1458
 * @method $this withResourceOwnerId($value)
1459
 * @method string getFpDBId()
1460
 * @method $this withFpDBId($value)
1461
 * @method string getUserData()
1462
 * @method $this withUserData($value)
1463
 * @method string getPrimaryKeys()
1464
 * @method $this withPrimaryKeys($value)
1465
 * @method string getResourceOwnerAccount()
1466
 * @method $this withResourceOwnerAccount($value)
1467
 * @method string getOwnerAccount()
1468
 * @method $this withOwnerAccount($value)
1469
 * @method string getOwnerId()
1470
 * @method $this withOwnerId($value)
1471
 * @method string getPipelineId()
1472
 * @method $this withPipelineId($value)
1473
 * @method string getFileIds()
1474
 * @method $this withFileIds($value)
1475
 */
1476
class SubmitFpFileDeleteJob extends Rpc
1477
{
1478
}
1479
1480
/**
1481
 * @method string getResourceOwnerId()
1482
 * @method $this withResourceOwnerId($value)
1483
 * @method string getUserData()
1484
 * @method $this withUserData($value)
1485
 * @method string getFpShotConfig()
1486
 * @method $this withFpShotConfig($value)
1487
 * @method string getResourceOwnerAccount()
1488
 * @method $this withResourceOwnerAccount($value)
1489
 * @method string getOwnerAccount()
1490
 * @method $this withOwnerAccount($value)
1491
 * @method string getOwnerId()
1492
 * @method $this withOwnerId($value)
1493
 * @method string getPipelineId()
1494
 * @method $this withPipelineId($value)
1495
 * @method string getInput()
1496
 * @method $this withInput($value)
1497
 */
1498
class SubmitFpShotJob extends Rpc
1499
{
1500
}
1501
1502
/**
1503
 * @method string getResourceOwnerId()
1504
 * @method $this withResourceOwnerId($value)
1505
 * @method string getJobParams()
1506
 * @method $this withJobParams($value)
1507
 * @method string getOutput()
1508
 * @method $this withOutput($value)
1509
 * @method string getUserData()
1510
 * @method $this withUserData($value)
1511
 * @method string getFunctionName()
1512
 * @method $this withFunctionName($value)
1513
 * @method string getNotifyUrl()
1514
 * @method $this withNotifyUrl($value)
1515
 * @method string getResourceOwnerAccount()
1516
 * @method $this withResourceOwnerAccount($value)
1517
 * @method string getModelId()
1518
 * @method $this withModelId($value)
1519
 * @method string getOwnerAccount()
1520
 * @method $this withOwnerAccount($value)
1521
 * @method string getOwnerId()
1522
 * @method $this withOwnerId($value)
1523
 * @method string getPipelineId()
1524
 * @method $this withPipelineId($value)
1525
 * @method string getInput()
1526
 * @method $this withInput($value)
1527
 * @method string getScheduleParams()
1528
 * @method $this withScheduleParams($value)
1529
 */
1530
class SubmitIProductionJob extends Rpc
1531
{
1532
}
1533
1534
/**
1535
 * @method string getOutputs()
1536
 * @method $this withOutputs($value)
1537
 * @method string getResourceOwnerId()
1538
 * @method $this withResourceOwnerId($value)
1539
 * @method string getOutputLocation()
1540
 * @method $this withOutputLocation($value)
1541
 * @method string getResourceOwnerAccount()
1542
 * @method $this withResourceOwnerAccount($value)
1543
 * @method string getOwnerAccount()
1544
 * @method $this withOwnerAccount($value)
1545
 * @method string getOwnerId()
1546
 * @method $this withOwnerId($value)
1547
 * @method string getPipelineId()
1548
 * @method $this withPipelineId($value)
1549
 * @method string getInput()
1550
 * @method $this withInput($value)
1551
 * @method string getOutputBucket()
1552
 * @method $this withOutputBucket($value)
1553
 */
1554
class SubmitJobs extends Rpc
1555
{
1556
}
1557
1558
/**
1559
 * @method string getExternalUrl()
1560
 * @method $this withExternalUrl($value)
1561
 * @method string getResourceOwnerId()
1562
 * @method $this withResourceOwnerId($value)
1563
 * @method string getDescription()
1564
 * @method $this withDescription($value)
1565
 * @method string getTitle()
1566
 * @method $this withTitle($value)
1567
 * @method string getVideoCensorConfig()
1568
 * @method $this withVideoCensorConfig($value)
1569
 * @method string getUserData()
1570
 * @method $this withUserData($value)
1571
 * @method string getCoverImages()
1572
 * @method $this withCoverImages($value)
1573
 * @method string getResourceOwnerAccount()
1574
 * @method $this withResourceOwnerAccount($value)
1575
 * @method string getOwnerAccount()
1576
 * @method $this withOwnerAccount($value)
1577
 * @method string getOwnerId()
1578
 * @method $this withOwnerId($value)
1579
 * @method string getPipelineId()
1580
 * @method $this withPipelineId($value)
1581
 * @method string getInput()
1582
 * @method $this withInput($value)
1583
 * @method string getBarrages()
1584
 * @method $this withBarrages($value)
1585
 */
1586
class SubmitMediaCensorJob extends Rpc
1587
{
1588
}
1589
1590
/**
1591
 * @method string getResourceOwnerId()
1592
 * @method $this withResourceOwnerId($value)
1593
 * @method string getUserData()
1594
 * @method $this withUserData($value)
1595
 * @method string getResourceOwnerAccount()
1596
 * @method $this withResourceOwnerAccount($value)
1597
 * @method string getOwnerAccount()
1598
 * @method $this withOwnerAccount($value)
1599
 * @method string getOwnerId()
1600
 * @method $this withOwnerId($value)
1601
 * @method string getPipelineId()
1602
 * @method $this withPipelineId($value)
1603
 * @method string getInput()
1604
 * @method $this withInput($value)
1605
 * @method string getAsync()
1606
 * @method $this withAsync($value)
1607
 */
1608
class SubmitMediaInfoJob extends Rpc
1609
{
1610
}
1611
1612
/**
1613
 * @method string getResourceOwnerId()
1614
 * @method $this withResourceOwnerId($value)
1615
 * @method string getTitle()
1616
 * @method $this withTitle($value)
1617
 * @method string getContent()
1618
 * @method $this withContent($value)
1619
 * @method string getUserData()
1620
 * @method $this withUserData($value)
1621
 * @method string getNotifyUrl()
1622
 * @method $this withNotifyUrl($value)
1623
 * @method string getResourceOwnerAccount()
1624
 * @method $this withResourceOwnerAccount($value)
1625
 * @method string getOwnerAccount()
1626
 * @method $this withOwnerAccount($value)
1627
 * @method string getOwnerId()
1628
 * @method $this withOwnerId($value)
1629
 * @method string getParams()
1630
 * @method $this withParams($value)
1631
 * @method string getTemplateId()
1632
 * @method $this withTemplateId($value)
1633
 * @method string getPipelineId()
1634
 * @method $this withPipelineId($value)
1635
 * @method string getContentType()
1636
 * @method $this withContentType($value)
1637
 * @method string getInput()
1638
 * @method $this withInput($value)
1639
 * @method string getContentAddr()
1640
 * @method $this withContentAddr($value)
1641
 */
1642
class SubmitSmarttagJob extends Rpc
1643
{
1644
}
1645
1646
/**
1647
 * @method string getResourceOwnerId()
1648
 * @method $this withResourceOwnerId($value)
1649
 * @method string getSnapshotConfig()
1650
 * @method $this withSnapshotConfig($value)
1651
 * @method string getUserData()
1652
 * @method $this withUserData($value)
1653
 * @method string getResourceOwnerAccount()
1654
 * @method $this withResourceOwnerAccount($value)
1655
 * @method string getOwnerAccount()
1656
 * @method $this withOwnerAccount($value)
1657
 * @method string getOwnerId()
1658
 * @method $this withOwnerId($value)
1659
 * @method string getPipelineId()
1660
 * @method $this withPipelineId($value)
1661
 * @method string getInput()
1662
 * @method $this withInput($value)
1663
 */
1664
class SubmitSnapshotJob extends Rpc
1665
{
1666
}
1667
1668
/**
1669
 * @method string getJobParams()
1670
 * @method $this withJobParams($value)
1671
 * @method string getUserId()
1672
 * @method $this withUserId($value)
1673
 * @method string getOutput()
1674
 * @method $this withOutput($value)
1675
 * @method string getUserData()
1676
 * @method $this withUserData($value)
1677
 * @method string getNotifyUrl()
1678
 * @method $this withNotifyUrl($value)
1679
 * @method string getSourceType()
1680
 * @method $this withSourceType($value)
1681
 * @method string getModelId()
1682
 * @method $this withModelId($value)
1683
 * @method string getPipelineId()
1684
 * @method $this withPipelineId($value)
1685
 * @method string getInput()
1686
 * @method $this withInput($value)
1687
 * @method string getScheduleParams()
1688
 * @method $this withScheduleParams($value)
1689
 */
1690
class SubmitVideoQualityJob extends Rpc
1691
{
1692
}
1693
1694
/**
1695
 * @method string getResourceOwnerId()
1696
 * @method $this withResourceOwnerId($value)
1697
 * @method string getPersonDescription()
1698
 * @method $this withPersonDescription($value)
1699
 * @method string getCategoryDescription()
1700
 * @method $this withCategoryDescription($value)
1701
 * @method string getPersonId()
1702
 * @method $this withPersonId($value)
1703
 * @method string getCategoryId()
1704
 * @method $this withCategoryId($value)
1705
 * @method string getPersonName()
1706
 * @method $this withPersonName($value)
1707
 * @method string getResourceOwnerAccount()
1708
 * @method $this withResourceOwnerAccount($value)
1709
 * @method string getOwnerAccount()
1710
 * @method $this withOwnerAccount($value)
1711
 * @method string getOwnerId()
1712
 * @method $this withOwnerId($value)
1713
 * @method string getCategoryName()
1714
 * @method $this withCategoryName($value)
1715
 */
1716
class TagCustomPerson extends Rpc
1717
{
1718
}
1719
1720
/**
1721
 * @method string getResourceOwnerId()
1722
 * @method $this withResourceOwnerId($value)
1723
 * @method string getDepositorCredentials()
1724
 * @method $this withDepositorCredentials($value)
1725
 * @method string getResourceOwnerAccount()
1726
 * @method $this withResourceOwnerAccount($value)
1727
 * @method string getOwnerAccount()
1728
 * @method $this withOwnerAccount($value)
1729
 * @method string getOwnerId()
1730
 * @method $this withOwnerId($value)
1731
 * @method string getBucket()
1732
 * @method $this withBucket($value)
1733
 * @method string getRoleArn()
1734
 * @method $this withRoleArn($value)
1735
 */
1736
class UnbindInputBucket extends Rpc
1737
{
1738
}
1739
1740
/**
1741
 * @method string getResourceOwnerId()
1742
 * @method $this withResourceOwnerId($value)
1743
 * @method string getResourceOwnerAccount()
1744
 * @method $this withResourceOwnerAccount($value)
1745
 * @method string getOwnerAccount()
1746
 * @method $this withOwnerAccount($value)
1747
 * @method string getOwnerId()
1748
 * @method $this withOwnerId($value)
1749
 * @method string getBucket()
1750
 * @method $this withBucket($value)
1751
 */
1752
class UnbindOutputBucket extends Rpc
1753
{
1754
}
1755
1756
/**
1757
 * @method string getResourceOwnerId()
1758
 * @method $this withResourceOwnerId($value)
1759
 * @method string getPersonId()
1760
 * @method $this withPersonId($value)
1761
 * @method string getCategoryId()
1762
 * @method $this withCategoryId($value)
1763
 * @method string getResourceOwnerAccount()
1764
 * @method $this withResourceOwnerAccount($value)
1765
 * @method string getOwnerAccount()
1766
 * @method $this withOwnerAccount($value)
1767
 * @method string getFaceId()
1768
 * @method $this withFaceId($value)
1769
 * @method string getOwnerId()
1770
 * @method $this withOwnerId($value)
1771
 */
1772
class UnregisterCustomFace extends Rpc
1773
{
1774
}
1775
1776
/**
1777
 * @method string getResourceOwnerId()
1778
 * @method $this withResourceOwnerId($value)
1779
 * @method string getDescription()
1780
 * @method $this withDescription($value)
1781
 * @method string getTitle()
1782
 * @method $this withTitle($value)
1783
 * @method string getCoverURL()
1784
 * @method $this withCoverURL($value)
1785
 * @method string getCateId()
1786
 * @method $this withCateId($value)
1787
 * @method string getResourceOwnerAccount()
1788
 * @method $this withResourceOwnerAccount($value)
1789
 * @method string getOwnerAccount()
1790
 * @method $this withOwnerAccount($value)
1791
 * @method string getOwnerId()
1792
 * @method $this withOwnerId($value)
1793
 * @method string getMediaId()
1794
 * @method $this withMediaId($value)
1795
 * @method string getTags()
1796
 * @method $this withTags($value)
1797
 */
1798
class UpdateMedia extends Rpc
1799
{
1800
}
1801
1802
/**
1803
 * @method string getResourceOwnerId()
1804
 * @method $this withResourceOwnerId($value)
1805
 * @method string getCateId()
1806
 * @method $this withCateId($value)
1807
 * @method string getResourceOwnerAccount()
1808
 * @method $this withResourceOwnerAccount($value)
1809
 * @method string getOwnerAccount()
1810
 * @method $this withOwnerAccount($value)
1811
 * @method string getOwnerId()
1812
 * @method $this withOwnerId($value)
1813
 * @method string getMediaId()
1814
 * @method $this withMediaId($value)
1815
 */
1816
class UpdateMediaCategory extends Rpc
1817
{
1818
}
1819
1820
/**
1821
 * @method string getResourceOwnerId()
1822
 * @method $this withResourceOwnerId($value)
1823
 * @method string getCoverURL()
1824
 * @method $this withCoverURL($value)
1825
 * @method string getResourceOwnerAccount()
1826
 * @method $this withResourceOwnerAccount($value)
1827
 * @method string getOwnerAccount()
1828
 * @method $this withOwnerAccount($value)
1829
 * @method string getOwnerId()
1830
 * @method $this withOwnerId($value)
1831
 * @method string getMediaId()
1832
 * @method $this withMediaId($value)
1833
 */
1834
class UpdateMediaCover extends Rpc
1835
{
1836
}
1837
1838
/**
1839
 * @method string getResourceOwnerId()
1840
 * @method $this withResourceOwnerId($value)
1841
 * @method string getResourceOwnerAccount()
1842
 * @method $this withResourceOwnerAccount($value)
1843
 * @method string getOwnerAccount()
1844
 * @method $this withOwnerAccount($value)
1845
 * @method string getOwnerId()
1846
 * @method $this withOwnerId($value)
1847
 * @method string getMediaId()
1848
 * @method $this withMediaId($value)
1849
 * @method string getPublish()
1850
 * @method $this withPublish($value)
1851
 */
1852
class UpdateMediaPublishState extends Rpc
1853
{
1854
}
1855
1856
/**
1857
 * @method string getResourceOwnerId()
1858
 * @method $this withResourceOwnerId($value)
1859
 * @method string getMediaWorkflowId()
1860
 * @method $this withMediaWorkflowId($value)
1861
 * @method string getResourceOwnerAccount()
1862
 * @method $this withResourceOwnerAccount($value)
1863
 * @method string getTopology()
1864
 * @method $this withTopology($value)
1865
 * @method string getOwnerAccount()
1866
 * @method $this withOwnerAccount($value)
1867
 * @method string getOwnerId()
1868
 * @method $this withOwnerId($value)
1869
 */
1870
class UpdateMediaWorkflow extends Rpc
1871
{
1872
}
1873
1874
/**
1875
 * @method string getResourceOwnerId()
1876
 * @method $this withResourceOwnerId($value)
1877
 * @method string getMediaWorkflowId()
1878
 * @method $this withMediaWorkflowId($value)
1879
 * @method string getResourceOwnerAccount()
1880
 * @method $this withResourceOwnerAccount($value)
1881
 * @method string getOwnerAccount()
1882
 * @method $this withOwnerAccount($value)
1883
 * @method string getOwnerId()
1884
 * @method $this withOwnerId($value)
1885
 * @method string getTriggerMode()
1886
 * @method $this withTriggerMode($value)
1887
 */
1888
class UpdateMediaWorkflowTriggerMode extends Rpc
1889
{
1890
}
1891
1892
/**
1893
 * @method string getResourceOwnerId()
1894
 * @method $this withResourceOwnerId($value)
1895
 * @method string getRole()
1896
 * @method $this withRole($value)
1897
 * @method string getState()
1898
 * @method $this withState($value)
1899
 * @method string getResourceOwnerAccount()
1900
 * @method $this withResourceOwnerAccount($value)
1901
 * @method string getOwnerAccount()
1902
 * @method $this withOwnerAccount($value)
1903
 * @method string getNotifyConfig()
1904
 * @method $this withNotifyConfig($value)
1905
 * @method string getOwnerId()
1906
 * @method $this withOwnerId($value)
1907
 * @method string getPipelineId()
1908
 * @method $this withPipelineId($value)
1909
 * @method string getName()
1910
 * @method $this withName($value)
1911
 */
1912
class UpdatePipeline extends Rpc
1913
{
1914
}
1915
1916
/**
1917
 * @method string getResourceOwnerId()
1918
 * @method $this withResourceOwnerId($value)
1919
 * @method string getKnowledgeConfig()
1920
 * @method $this withKnowledgeConfig($value)
1921
 * @method string getIndustry()
1922
 * @method $this withIndustry($value)
1923
 * @method string getLabelVersion()
1924
 * @method $this withLabelVersion($value)
1925
 * @method string getScene()
1926
 * @method $this withScene($value)
1927
 * @method string getFaceCustomParamsConfig()
1928
 * @method $this withFaceCustomParamsConfig($value)
1929
 * @method string getTemplateName()
1930
 * @method $this withTemplateName($value)
1931
 * @method string getIsDefault()
1932
 * @method $this withIsDefault($value)
1933
 * @method string getFaceCategoryIds()
1934
 * @method $this withFaceCategoryIds($value)
1935
 * @method string getKeywordConfig()
1936
 * @method $this withKeywordConfig($value)
1937
 * @method string getLandmarkGroupIds()
1938
 * @method $this withLandmarkGroupIds($value)
1939
 * @method string getResourceOwnerAccount()
1940
 * @method $this withResourceOwnerAccount($value)
1941
 * @method string getOwnerAccount()
1942
 * @method $this withOwnerAccount($value)
1943
 * @method string getObjectGroupIds()
1944
 * @method $this withObjectGroupIds($value)
1945
 * @method string getOwnerId()
1946
 * @method $this withOwnerId($value)
1947
 * @method string getTemplateId()
1948
 * @method $this withTemplateId($value)
1949
 * @method string getAnalyseTypes()
1950
 * @method $this withAnalyseTypes($value)
1951
 * @method string getLabelType()
1952
 * @method $this withLabelType($value)
1953
 */
1954
class UpdateSmarttagTemplate extends Rpc
1955
{
1956
}
1957
1958
/**
1959
 * @method string getContainer()
1960
 * @method $this withContainer($value)
1961
 * @method string getResourceOwnerId()
1962
 * @method $this withResourceOwnerId($value)
1963
 * @method string getVideo()
1964
 * @method $this withVideo($value)
1965
 * @method string getTransConfig()
1966
 * @method $this withTransConfig($value)
1967
 * @method string getAudio()
1968
 * @method $this withAudio($value)
1969
 * @method string getResourceOwnerAccount()
1970
 * @method $this withResourceOwnerAccount($value)
1971
 * @method string getOwnerAccount()
1972
 * @method $this withOwnerAccount($value)
1973
 * @method string getMuxConfig()
1974
 * @method $this withMuxConfig($value)
1975
 * @method string getOwnerId()
1976
 * @method $this withOwnerId($value)
1977
 * @method string getTemplateId()
1978
 * @method $this withTemplateId($value)
1979
 * @method string getName()
1980
 * @method $this withName($value)
1981
 */
1982
class UpdateTemplate extends Rpc
1983
{
1984
}
1985
1986
/**
1987
 * @method string getResourceOwnerId()
1988
 * @method $this withResourceOwnerId($value)
1989
 * @method string getWaterMarkTemplateId()
1990
 * @method $this withWaterMarkTemplateId($value)
1991
 * @method string getResourceOwnerAccount()
1992
 * @method $this withResourceOwnerAccount($value)
1993
 * @method string getOwnerAccount()
1994
 * @method $this withOwnerAccount($value)
1995
 * @method string getOwnerId()
1996
 * @method $this withOwnerId($value)
1997
 * @method string getName()
1998
 * @method $this withName($value)
1999
 * @method string getConfig()
2000
 * @method $this withConfig($value)
2001
 */
2002
class UpdateWaterMarkTemplate extends Rpc
2003
{
2004
}
2005